Skip to main content

Query the inventory

STAC API

The inventory database is available as STAC API: https://stac.terrabyte.lrz.de/inventory/api

If you are interested in a scene with a specific identifier, you can query the STAC API or construct the STAC API URL to get information about the order:status or deprecated flag:

e.g., https://stac.terrabyte.lrz.de/inventory/api/collections/sentinel-1-grd/items/S1A_IW_GRDH_1SDV_20240614T103740_20240614T103805_054318_069B99_EFD9

In this example the scene S1A_IW_GRDH_1SDV_20240614T103740_20240614T103805_054318_069B99_EFD9 has been removed from the catalog on 2024-07-23 (updated property) due to the deletion on Copernicus Dataspace Ecosystem (see deletion:date property).

Geoparquet Files

The following files are available on /dss/dsstbyfs01/pn56su/pn56su-dss-0008/inventory/terrabyte/:

  • Sentinel
    • Sentinel-1 GRD: sentinel-1-grd.parquet
    • Sentinel-1 SLC: sentinel-1-slc.parquet
    • Sentinel-2 Collection 1 L2A: sentinel-2-c1-l2a.parquet
    • Sentinel-3 OLCI L1 EFR: sentinel-3-olci-l1-efr.parquet
    • Sentinel-5p L1: sentinel-5p-l1b.parquet
    • Sentinel-5p L2: sentinel-5p-l2.parquet
  • Landsat
    • Landsat TM Collection 2 L2: landsat-tm-c2-l2.parquet
    • Landsat ETM Collection 2 L2: landsat-etm-c2-l2.parquet
    • Landsat OT Collection 2 L2: landsat-ot-c2-l2.parquet
  • MODIS
    • MOD09GA v061: modis-mod09ga-061.parquet
    • MYD09GA v061: modis-myd09ga-061.parquet
    • MOD09GQ v061: modis-mod09gq-061.parquet
    • MYD09GQ v061: modis-myd09gq-061.parquet
    • MOD10A1 v061: modis-mod10a1-061.parquet
    • MYD10A1 v061: modis-myd10a1-061.parquet
    • MOD13A2 v061: modis-mod13a2-061.parquet
    • MYD13A2 v061: modis-myd13a2-061.parquet
    • MOD13A3 v061: modis-mod13a3-061.parquet
    • MYD13A3 v061: modis-myd13a3-061.parquet
    • MOD13Q1 v061: modis-mod13q1-061.parquet
    • MYD13Q1 v061: modis-myd13q1-061.parquet
  • VIIRS
    • VNP09GA v001: viirs-vnp09ga-001.parquet
    • VNP13A1 v001: viirs-vnp13a1-001.parquet
    • VNP15A2H v001: viirs-vnp15a2h-001.parquet

Usage in Python

An example Jupyter Notebook is available on Github:
https://github.com/DLR-terrabyte/eo-examples/blob/main/quickstarts/Inventory-Search.ipynb