{% extends "base.html" %} {% block title %}PyWPS-4 example service{% endblock %} {% block major_content%}

PyWPS-4 example service

This is an example PyWPS service, point your WPS client to:

{{ server_url }}

It exposes the following processes:

PyWPS documentation is at pywps.rtfd.org; source code and issue tracking at github.com/geopython/pywps. Code for this app is at github.com/geopython/pywps-flask/blob/master/demo.py.

PyWPS documentation is at pywps.rtfd.org; source code and issue tracking at github.com/geopython/pywps. Code for this app is at github.com/geopython/pywps-flask.

{% endblock major_content%}