ocgis icon indicating copy to clipboard operation
ocgis copied to clipboard

porting to gdal ogr

Open daviguima opened this issue 1 year ago • 0 comments

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

daviguima avatar Mar 18 '23 03:03 daviguima