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
I might suggest using the geoio library. It provides a GeoImage class with methods for performing these transformations proj_to_raster and raster_to_proj. It automatically extracts the metadata from the GeoTIFF to figure out how to perform these transformations.
In geo_util.py, this line gives me the correct lat lon in web mercator.
But this last line (just before the return) seems to transform it back to lat lon in degrees:
which I believe is incorrect. Am I missing something here?
The text was updated successfully, but these errors were encountered: