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
It's mentioned after the install
These statements should not return an error.
For testing if GDAL_DATA environment variable is correctly setup type :
_from osgeo import osr_
_osr.SpatialReference().ImportFromProj4('+init=epsg:3857')_
The second statement must return zero, a value >0 refers to an error code.
The last one returns a 5 error. How do I get passed this error?
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
-
It's mentioned after the install
These statements should not return an error.
The last one returns a 5 error. How do I get passed this error?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions