ar_redadeg/scripts_v2/test_gdal
2021-11-29 21:52:32 +01:00

7 lines
137 B
Plaintext

import sys
try:
from osgeo import ogr, osr, gdal
print('it works !')
except:
sys.exit('ERROR: cannot find GDAL/OGR modules')