wps4server: QGIS Processing to Web Processing Service
Par René-Luc D'Hont le lundi 7 septembre 2015, 15:29 - Système d'Information Géographique (SIG) - Lien permanent
I'm proud to announce the publication of wps4server: https://github.com/3liz/qgis-wps4server
wps4server is a QGIS Server Plugin that provides OGC Web Processing capabilities, based on PyWPS and QGIS Processing:
- http://www.opengeospatial.org/standards/wps
- http://docs.qgis.org/2.8/en/docs/user_manual/processing/index.html
- http://pywps.wald.intevation.org/
With wps4server you can publish all the QGIS Processing algorithms through Web Processing. This means you can create a Web Processing Service that provides:
- QGIS algorithms
- GRASS7 algorithms
- GDAL/OGR algorithms
- Orfeo Toolbox algorithms
- SAGA algorithms
But also your:
- R scripts algorithms
- Python scripts algorithms
- Models algorithms
With a configuration file, you can restrict the algorithms number based on:
- a provider list
- name and title filter
- an algorithm list
You can find the source code and an installation guide here: https://github.com/3liz/qgis-wps4server
Test and feedback are welcome !