{% extends "layout/base.html" %} {% set active_page = "about" %} {% block title %}About Explorer{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Exploring {{ '{:,d}'.format(total_dataset_count) }} datasets

Collection APIs {{ hanchor('apis') }}

Explorer exposes the collections over a Stac {{ stac_version }} API:

{{ url_for('stac.root', _external=True) }}

Datacube Resources {{ hanchor('datacube-resources') }}

Datacube-ready config and metadata can be downloaded from Explorer programatically:

Extents and Summaries {{ hanchor('extent-apis') }}

Extent data displayed by Explorer can be downloaded as GeoJSON

Audit and Examine {{ hanchor('audit-apis') }}

Much of Explorer's audit pages are available in CSV or text format.
{% endblock %}