API Docs
Starter endpoints and response formats (expand as you implement).
List datasets
GET /api/v1/datasets
Returns dataset IDs, titles, dates, spatial bounds, and Dataverse links.
Dataset metadata
GET /api/v1/datasets/{id}/metadata
Returns normalized metadata (citation, authors, instruments, processing notes).
Tracks as GeoJSON
GET /api/v1/datasets/{id}/tracks.geojson
LineString/MultiLineString for transects; include timestamps as properties.
Velocity vectors as GeoJSON
GET /api/v1/datasets/{id}/vectors.geojson?depth=5
Point features with u/v (or speed/heading) for map arrows and styling.