ParkingReformNetwork / reform-map

A map of where parking reforms have happened.
https://parkingreform.org/mandates-map/
MIT License
6 stars 8 forks source link

Write missing coordinates to Directus #541

Closed Eric-Arellano closed 1 week ago

Eric-Arellano commented 1 week ago

We will continue to find the coordinates automatically through reverse geocoding. It's not easy to set that up in Directus, so we'll write to Directus any missing coordinates during the nightly sync.

This also sets up the basic skeleton for npm run sync-directus by reading the Places table. Directus operates in terms of a numeric ID for places, but our JSON files expect a string PlaceId. So this new function returns a helpful mapping between those two key types.