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
Import osr directly from root will fail if GDAL is installed using pygdal which is common alternative for virtual environment users.
Use osr module from osgeo instead: from osgeo.osr import SpatialReference
dataqs/dataqs/helpers.py
Line 36 in 305ddba
Import
osrdirectly from root will fail if GDAL is installed using pygdal which is common alternative for virtual environment users.Use
osrmodule fromosgeoinstead:from osgeo.osr import SpatialReference