{% extends "tethys_services/tethys_wps/base.html" %} {% block title %}- Tethys WPS{% endblock %} {% block primary_content %}
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.
{{ wps.identification.abstract }}
Provider: {{ wps.provider.name }}
Type: {{ wps.identification.type }}
Version: {{ wps.identification.version }}
{% endfor %}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 %}