agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

Check for projection match, error out if not #20

Closed jacobdadams closed 1 year ago

jacobdadams commented 2 years ago

Currently naively assumes same projection. Need to reproject data. Also, may need to check transformation to ensure no large shifts, etc.

jacobdadams commented 2 years ago

Might be best to just check projection and error out if new and live projections don't match. Make it the client's responsibility to project and choose the right transformation.

jacobdadams commented 1 year ago

Belay all that. geojson can only be wgs84. Need to verify incoming dataframe is in 4326 and error out if not.