CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

Changes for MDS 0.4.x #79

Closed thekaveman closed 4 years ago

thekaveman commented 5 years ago

Tracking issue for 0.4.x related updates

schnuerle commented 4 years ago

Can this be updated and closed based on 0.4.0 release?

https://groups.google.com/forum/#!msg/mds-announce/JM3ZOJ7m8e8/n1svUmkeAQAJ

0.4.0 Released 2019-10-31

The 0.4.0 release represents a major step forward in the Mobility Data Specification. The provider endpoints have been refactored to allow static file backed API servers which should improve uptime, reliability and the ability to backfill what is now growing to years of data. There is a new policy API endpoint, designed to be implemented by Agencies, that allows for clearer communication of geofencing, vehicle caps and more. A full list of changes is below. Many thanks to all the contributors who helped on this release.

CHANGES

Provider

Agency

Misc

thekaveman commented 4 years ago

@schnuerle none of this has been implemented in mds-provider yet! I am happy to take PRs for any of the various changes needed to support MDS 0.4.x. I think the most pressing is probably the schema directory shuffle, but any help is appreciated.

schnuerle commented 4 years ago

Oh I got it now. This was your area to track provider changes to implement those updates in this repo. I'll take a look and see if I can help.

thekaveman commented 4 years ago

Opened WIP PR #87, please target the 04x branch for any changes related to MDS 0.4.x support so we can merge all at once.