Commit 3f78889
committed
docs(notebook): add OGC API – Moving Features tutorial
tutorial.ipynb walks through the eight core MobilityAPI endpoints
(DELETE/POST collection, POST/GET items, bbox spatial filter, tgsequence,
velocity, subTrajectory) end-to-end against the Danish Maritime
Authority AIS dataset, with matplotlib + contextily visualisations:
- All-vessels overview map (brown trajectories on CartoDB Positron)
- BBox-filtered map with Rødby harbour envelope on OpenStreetMap
- Multi-vessel velocity profile comparison with a 10-knot speed-limit
reference line and shaded violation zone
- Subtrajectory result summary table (DataFrame)
- Green-over-brown subtrajectory overlay against full trajectories
The notebook ships with cell outputs cleared, matching the PyMEOS-Examples
convention; the maps and tables render when it is run against a
MobilityAPI server. Two conceptual figures are bundled under doc/images:
- ogc-moving-features-class-diagram.png — OGC standard figure 1
- mobilityapi-backing-schema.png — the PostgreSQL schema MobilityAPI
creates on first POST (collections, moving_features,
temporal_geometries, temporal_properties, temporal_values)
README gains a one-line pointer to tutorial.ipynb under Usage.1 parent 726470b commit 3f78889
4 files changed
Lines changed: 803 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
77 | 79 | | |
78 | 80 | | |
79 | 81 | | |
| |||
Loading
Loading
0 commit comments