Commit 7d0bd03
committed
docs(notebook): add OGC API – Moving Features tutorial with executed outputs
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
Outputs committed inline (14/17 code cells have rendered outputs:
image/png, text/html, stream) so the notebook renders fully on GitHub
without a server. Two conceptual figures 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 7d0bd03
4 files changed
Lines changed: 1131 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