{% extends "tethys_services/tethys_wps/base.html" %} {% block title %}- Tethys WPS{% endblock %} {% block primary_content %}
{{ process.title }}
{{ process.abstract }}
{{ input.abstract }}
Min. Occurrences: {{ input.minOccurs }}
Max. Occurrences: {{ input.maxOccurs }}
Default Value:
Allowed Values:
Supported Values:
Default: {{ input.defaultValue }}
Allowed Values: {{ input.allowedValues|join:', ' }}
Supported Values: {{ input.supportedValues|join:', ' }}
{{ output.abstract }}
{% if output.dataType == 'ComplexData' %}
Default: {{ output.defaultValue }}
Allowed Values: {{ output.allowedValues|join:', ' }}
Supported Values: {{ output.supportedValues|join:', ' }}