opengeospatial / GeoPose

OGC GeoPose development.
Apache License 2.0
41 stars 16 forks source link

GeoPose as a representation of OGC API - Moving Features temporal geometry #71

Open jerstlouis opened 1 year ago

jerstlouis commented 1 year ago

The basic conceptual model / capabilities seems to overlap between OGC API - Moving Features (overview / draft) and GeoPose:

GET /collections/{collectionId}/items/{mFeatureId}/tgeometries Retrieve the movement data of the single moving feature with id mFeatureId.

Could a GeoPose sequence possibly be supported as a representation for the OGC API - Moving Features temporal geometries response? (related to #73 )

A related question:

Since OGC API - Moving Features is an extension of OGC API - Features where GeoJSON is the widely supported representation, I think there would be an expectation that OGC API - Moving Features focuses on that representation.

What would be the advantage(s) or use case(s) for OGC API - Moving Features to also support a GeoPose encoding representation?