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
The text was updated successfully, but these errors were encountered:
dataqs/dataqs/helpers.py
Line 36 in 305ddba
Import
osr
directly from root will fail if GDAL is installed using pygdal which is common alternative for virtual environment users.Use
osr
module fromosgeo
instead:from osgeo.osr import SpatialReference
The text was updated successfully, but these errors were encountered: