You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we're working on the data source map, it would be ideal to get more location data with our location data 😅
Requirements
Is it possible to get latitude and longitude (lat, lng) data for location objects? I know we have this data for data sources, but not sure if it's in the DB for location objects themselves.
If not, the client has some options. But this would be the ideal situation.
Tests
Any changes should be represented in tests
Docs
Any changes should be represented in docs and Swagger
Open questions
It's all uncertain.
The text was updated successfully, but these errors were encountered:
@joshuagraber Finally got around to looking at this!
One challenge we have is that latitude and longitude are currently associated with agencies in the database and not with locations, and between 1/4th and 1/5th of agencies do not have latitudes or longitudes. Additionally, some agencies share the same location and differ in their reported latitude and longitudes.
This could (and should!) be resolved, but it'll probably be hard to do until after #456: the schema has changed too much from Prod v1 to be able to insert the data at the source-of-truth point of the prod v1 database, and inserting that data after every production/stage migration wouldn't be practical.
Context
As we're working on the data source map, it would be ideal to get more location data with our location data 😅
Requirements
latitude
andlongitude
(lat
,lng
) data for location objects? I know we have this data for data sources, but not sure if it's in the DB for location objects themselves.Tests
Docs
Open questions
It's all uncertain.
The text was updated successfully, but these errors were encountered: