ar_redadeg/scripts_v2/test_gdal

7 lines
137 B
Plaintext
Raw Normal View History

2021-11-29 20:52:32 +00:00
import sys
try:
from osgeo import ogr, osr, gdal
print('it works !')
except:
sys.exit('ERROR: cannot find GDAL/OGR modules')