{% extends "_base.html" %} {% block title %}{{ super() }} {% trans %}SpatioTemporal Asset Catalog{% endtrans %} {% endblock %} {% block crumbs %}{{ super() }} / {% trans %}SpatioTemporal Asset Catalog{% endtrans %} {% endblock %} {% block body %}

{% trans %}STAC Version{% endtrans %}: {{ data['stac_version'] }}

Collections

{% for link in data['links'] %} {% if link['rel'] == 'child' and link['type'] == 'application/json' %} {% endif %} {% endfor %}
{% trans %}Name{% endtrans %} {% trans %}Description{% endtrans %}
{{ link['title'] | striptags | truncate }} {{ link['description'] | striptags | truncate }}
{% endblock %}