Exploring 26,974 datasets

Collection APIs 🔗

Explorer exposes the collections over a Stac 1.0.0 API:

http://explorer.swissdatacube.org:5000/stac

Datacube Resources 🔗

Datacube-ready config and metadata can be downloaded from Explorer programatically:
  • A dataset: http://explorer.swissdatacube.org:5000/dataset/Dataset UUID.odc-metadata.yaml
  • A Product: http://explorer.swissdatacube.org:5000/products/Product Name.odc-product.yaml
  • A Metadata Type: http://explorer.swissdatacube.org:5000/metadata-types/Metadata Type Name.odc-type.yaml
  • All Products: http://explorer.swissdatacube.org:5000/products.odc-product.yaml
  • All Metadata Types: http://explorer.swissdatacube.org:5000/metadata-types.odc-type.yaml

Extents and Summaries 🔗

Extent data displayed by Explorer can be downloaded as GeoJSON
  • Total footprint http://explorer.swissdatacube.org:5000/api/footprint/Product Name
    http://explorer.swissdatacube.org:5000/api/footprint/Product Name/Year
    http://explorer.swissdatacube.org:5000/api/footprint/Product Name/Year/Month
    http://explorer.swissdatacube.org:5000/api/footprint/Product Name/Year/Month/Day
  • Region footprints http://explorer.swissdatacube.org:5000/api/regions/Product Name
    http://explorer.swissdatacube.org:5000/api/regions/Product Name/Year
    http://explorer.swissdatacube.org:5000/api/regions/Product Name/Year/Month
    http://explorer.swissdatacube.org:5000/api/regions/Product Name/Year/Month/Day
  • Dataset footprints (?limit=500 by default, can be increased up to 4000 on this host) http://explorer.swissdatacube.org:5000/api/datasets/Product Name
    http://explorer.swissdatacube.org:5000/api/datasets/Product Name/Year
    http://explorer.swissdatacube.org:5000/api/datasets/Product Name/Year/Month
    http://explorer.swissdatacube.org:5000/api/datasets/Product Name/Year/Month/Day

Audit and Examine 🔗

Much of Explorer's audit pages are available in CSV or text format.
  • Storage information: http://explorer.swissdatacube.org:5000/audit/storage.csv
  • Raw, bulk dataset counts: http://explorer.swissdatacube.org:5000/audit/dataset-counts.csv
  • Arriving data summary: http://explorer.swissdatacube.org:5000/arrivals.csv
  • Simple, bash-ready list of names: http://explorer.swissdatacube.org:5000/products.txt
    http://explorer.swissdatacube.org:5000/metadata-types.txt
  • Day query timing information: http://explorer.swissdatacube.org:5000/audit/day-query-times.txt