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 am simply trying to convert local ccordinates in a tiff image to latitude and longitude using the code snippet:
from geotiff import GeoTiff
geo_tiff = GeoTiff('./SAR_imgs/VH_dB.tif')
print(geo_tiff.get_coords(996,163))
it's working perfectly fine in Jupyter notebook , however throwing error in terminal . Anyone help me troubleshoot this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am simply trying to convert local ccordinates in a tiff image to latitude and longitude using the code snippet:
from geotiff import GeoTiff
geo_tiff = GeoTiff('./SAR_imgs/VH_dB.tif')
print(geo_tiff.get_coords(996,163))
it's working perfectly fine in Jupyter notebook , however throwing error in terminal . Anyone help me troubleshoot this
Beta Was this translation helpful? Give feedback.
All reactions