geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

avoid ogr import failure when running tests #583

Closed cehbrecht closed 3 years ago

cehbrecht commented 3 years ago

Overview

This is a quick-fix to avoid import ogr exception when running tests without gdal.

Related Issue / Discussion

GDAL issue: #398

Additional Information

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 5e035e75a6e5017959616fb208307fc7bc037783 on cehbrecht:fix-ogr-import into 633608274fa7b0fb48b6dd4208a2881d39ff5735 on geopython:pywps-4.4.

cehbrecht commented 3 years ago

ping @Zeitsperre