{% extends "_base.html" %} {% block title %}{{ super() }} Home {% endblock %} {% block body %}

{{ config['metadata']['identification']['title'] }}

{{ config['metadata']['identification']['description'] }}

{% for kw in config['metadata']['identification']['keywords'] %} {{ kw }} {% endfor %}

{% if config['metadata']['identification']['terms_of_service'] %}
Terms of service
{{ config['metadata']['identification']['terms_of_service'] | urlize() }}
{% endif %} {% if config['metadata']['license']['url'] %} {% endif %}

Collections

View the collections in this service

{% if data['stac'] %}

SpatioTemporal Assets

View the SpatioTemporal Assets in this service

{% endif %} {% if data['processes'] %}

Processes

View the processes in this service

{% endif %}

API Definition

Documentation

OpenAPI Document

Conformance

View the conformance classes of this service

Provider
{{ config['metadata']['provider']['name'] }}
{{ config['metadata']['provider']['url'] }}
Contact point
Address
{{ config['metadata']['contact']['address'] }}
{{ config['metadata']['contact']['city'] }}, {{ config['metadata']['contact']['stateorprovince'] }}
{{ config['metadata']['contact']['postalcode'] }}
{{ config['metadata']['contact']['country'] }}
Email
{{ config['metadata']['contact']['email'] }}
{% if config['metadata']['contact']['phone'] %} Telephone
{{ config['metadata']['contact']['phone'] }}
{% endif %} {% if config['metadata']['contact']['fax'] %} Fax
{{ config['metadata']['contact']['fax'] }}
{% endif %} {% if config['metadata']['contact']['url'] %} Contact URL
{{ config['metadata']['contact']['url'] }}
{% endif %} {% if config['metadata']['contact']['hours'] %} Hours
{{ config['metadata']['contact']['hours'] }}
{% endif %} {% if config['metadata']['contact']['instructions'] %} Contact instructions
{{ config['metadata']['contact']['instructions'] }} {% endif %}
{% endblock %}