In obj_setup, utm_crs is defined using geopandas.GeoDataFrame.estimate_utm_crs(), this is fine in some places, but in some regions ITS_LIVE is in EPSG:3413 rather than local utm. Need to add in flag to catch these cases and then reproject one so to match the other
In
obj_setup
, utm_crs is defined usinggeopandas.GeoDataFrame.estimate_utm_crs()
, this is fine in some places, but in some regions ITS_LIVE is in EPSG:3413 rather than local utm. Need to add in flag to catch these cases and then reproject one so to match the other