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

Remove gdal #638

Closed cehbrecht closed 2 years ago

cehbrecht commented 2 years ago

Overview

This PR removes the gdal dependency and replaces it with:

gdal was used in the validator for formats: geotiff, geojson, shapefile, gml.

This PR also skips tests for Python 3.6 and CI is run now on ubuntu-latest.

Related Issue / Discussion

Fix #398

Additional Information

See also PR #636

And noGDAL discussion.

Contribution Agreement

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

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling d8481469d552db515c1324e2e65e6825801ad432 on cehbrecht:fix-gdal-ci into ced1484299761a834cc1cc854f4d9e9c2856e8b2 on geopython:main.

huard commented 2 years ago

I think we can just remove the section you commented out. I don't think there's any added value to the feature processing going on in the test.