Open daviguima opened 1 year ago
I was trying to run your test after the setup:
python -c "from ocgis.test import run_simple; run_simple(verbose=False)"
And this gave me an ModuleNotFoundError: No module named 'ogr' So I believe adding from osgeo import ogr could fix it. Thanks in advance David
ModuleNotFoundError: No module named 'ogr'
from osgeo import ogr
I was trying to run your test after the setup:
python -c "from ocgis.test import run_simple; run_simple(verbose=False)"
And this gave me an
ModuleNotFoundError: No module named 'ogr'
So I believe addingfrom osgeo import ogr
could fix it. Thanks in advance David