cagov / data-orchestration

Orchestration tooling for the CalData Data Services and Engineering team
MIT License
0 stars 0 forks source link

Fix WGS84 assertion #21

Closed ian-r-rose closed 1 year ago

ian-r-rose commented 1 year ago

This check hit a false positive:

https://github.com/cagov/data-orchestration/blob/7c5b02f46e361d7bec45df1fd84dc4b5d47be571/app/utils_geo.py#L37-L44

Probably something changed in the specific crs string depending on the version of proj or something. I should make that check more robust.