{% extends "tethys_services/tethys_wps/base.html" %} {% block title %}- Tethys WPS{% endblock %} {% block primary_content %}

Web Processing Services

This tool can be used to browse the available processing capabilities of any Web Processing Services (WPS) that are linked with this instance of Tethys Platform.

Linked WPS Services

{% if wps_services %} {% else %}

There are no WPS services linked to this instance of Tethys Platform. Use the Tethys WPS settings in the web Admin Console to modify or add additional WPS services. For more information, see the Web Processing API documentation.

{% endif %}
{% endblock %}