diff --git a/ingestion-data/staging/dataset-config/oco3-sif-sam-cogs.json b/ingestion-data/staging/dataset-config/oco3-sif-sam-cogs.json new file mode 100644 index 00000000..ec40d7bb --- /dev/null +++ b/ingestion-data/staging/dataset-config/oco3-sif-sam-cogs.json @@ -0,0 +1,26 @@ +{ + "collection": "oco3-sif-sam-cogs", + "title": "Orbiting Carbon Observatory 3 (OCO-3) Solar-Induced Florescence (SIF) Snapshot Area Mapping (SAM) COGs", + "description": "NASA-JPL's OCO-3 is an instrument onboard the International Space Station that measures carbon dioxide in the Earth's atmosphere. OCO-3 data can also be processed to measure solar-induced florescence (SIF).", + "type": "cog", + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": {}, + "license": "MIT", + "is_periodic": true, + "time_density": "day", + "stac_version": "1.0.0", + "discovery_items": [ + { + "prefix": "oco3-sif-sam-cogs_v2025.04.16/", + "bucket": "veda-data-store-staging", + "filename_regex": "^(.*).tif$", + "discovery": "s3", + "datetime_range": "day" + } + ] +}