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
178 stars 117 forks source link

Add support for validating GPX-files #535

Closed kvold closed 4 years ago

kvold commented 4 years ago

I was hoping it might be possible to add a validator for GPX-files to pywps. It's something that would be quite beneficial for our use-case (and hopefully many others).

It's a relatively low-hanging fruit as the validategml-function is practically a validategpx-function, just have to replace the GetName() == "GML" and the mimetype FORMATS-match.

If desired I can see about creating a pull-request (though I've had some issues getting the tests to run).

cehbrecht commented 4 years ago

Fixed by PR #537.