We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6336082 + 5e035e7 commit 0303a6eCopy full SHA for 0303a6e
1 file changed
pywps/dependencies.py
@@ -10,6 +10,7 @@
10
from osgeo import gdal, ogr
11
except ImportError:
12
warnings.warn('Complex validation requires GDAL/OGR support.')
13
+ ogr = None
14
15
try:
16
import netCDF4
0 commit comments