openmobilityfoundation / curb-data-specification

A data specification to help cities manage their curb zone programs and surrounding areas, and measure the utilization and impact.
https://www.openmobilityfoundation.org/about-cds/
Other
47 stars 19 forks source link

Geometry for event_location within the CDS Event API is not defined #129

Open michael-danko-passport opened 1 year ago

michael-danko-passport commented 1 year ago

Here: https://github.com/openmobilityfoundation/curb-data-specification/tree/main/events#curb-event

We list out GeoJSON but do not specify which type of geometry this is. The GeoJSON spec standard can be found here but we need to know what to document into the OpenAPI. https://datatracker.ietf.org/doc/html/rfc7946

I'm assuming this is a GeoJSON point but want to flag this that the documentation I first linked to needs to be updated.

schnuerle commented 9 months ago

We give an example of a point here, and define an example of a polygon here, but yes in CDS events event_location we should say "GeoJSON Point" in the spec.

schnuerle commented 9 months ago

A Point example is now given here and can be linked to in 1.1 when Objects are done.