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'm trying to use the segment-geospatial package in visual studio code (version of python = 3.19.13)
When i run this code:
""
m.layers[-1].visible = False # turn off the basemap
m.add_raster(image, layer_name="Image")
m
""" --- i give me this erro: no modules called 'osgeo'
I've tryed to install gdal in visual studio code but I couldn't do it.
how can i fix this problem using both gdal and samgeo in visual studio?
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
-
Hi!
i'm trying to use the segment-geospatial package in visual studio code (version of python = 3.19.13)
When i run this code:
""
m.layers[-1].visible = False # turn off the basemap
m.add_raster(image, layer_name="Image")
m
""" --- i give me this erro: no modules called 'osgeo'
I've tryed to install gdal in visual studio code but I couldn't do it.
how can i fix this problem using both gdal and samgeo in visual studio?
Thanks
Best
Beta Was this translation helpful? Give feedback.
All reactions