From 9f3362cf83c6da7e2a8327969ad93ce9b581325c Mon Sep 17 00:00:00 2001 From: "veda-ingest-ui[bot]" <248557473+veda-ingest-ui[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:48:52 +0000 Subject: [PATCH] Create ingestion-data/staging/dataset-config/planet-ndvichange-composite.json --- .../planet-ndvichange-composite.json | 121 ++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/planet-ndvichange-composite.json diff --git a/ingestion-data/staging/dataset-config/planet-ndvichange-composite.json b/ingestion-data/staging/dataset-config/planet-ndvichange-composite.json new file mode 100644 index 0000000..614d5ba --- /dev/null +++ b/ingestion-data/staging/dataset-config/planet-ndvichange-composite.json @@ -0,0 +1,121 @@ +{ + "collection": "planet-ndvichange-composite", + "title": "Planet NDVI Change", + "description": "NDVI change detection product showing differences in vegetation health between time periods, derived from Planet satellite imagery.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_interval": "P1M", + "links": [], + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "2020-01-01T00:00:00Z", + "enddate": null + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "ProgramData/Planet/NDVIChange/", + "bucket": "nasa-disasters-staging", + "filename_regex": ".*_day\\.tif$", + "datetime_range": "day", + "id_regex": ".*(\\d{4}-\\d{2}-\\d{2})_day\\.tif$", + "id_template": "planet-ndvichange-composite-{}", + "disasters:extract_event_name": true, + "disasters:monty": true, + "disasters:add_product": true, + "disasters:add_providers": true, + "cogify": false, + "dry_run": false, + "use_multithreading": false, + "assets": { + "ndvichange": { + "title": "NDVI Change", + "description": "NDVI change detection product showing differences in vegetation health between time periods.", + "regex": ".*NDVI_[Cc]hange.*_day\\.tif$" + } + }, + "collection": "planet-ndvichange-composite" + } + ], + "data_type": "cog", + "stac_extensions": [ + "https://stac-extensions.github.io/render/v1.0.0/schema.json", + "https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" + ], + "item_assets": { + "ColorIR": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Color Infrared", + "description": "False color infrared composite combining near-infrared, red, and green bands for vegetation and land cover analysis." + }, + "ndvichange": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "NDVI Change", + "description": "NDVI change detection product showing differences in vegetation health between time periods." + } + }, + "renders": { + "dashboard": { + "assets": [ + "ndvichange" + ], + "bidx": [ + 1 + ], + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "rdylgn", + "nodata": -9999 + }, + "ndvichange": { + "assets": [ + "ndvichange" + ], + "bidx": [ + 1 + ], + "rescale": [ + [ + -1, + 1 + ] + ], + "colormap_name": "rdylgn", + "nodata": -9999 + } + }, + "providers": [ + { + "name": "Planet Labs", + "roles": [ + "producer" + ], + "url": "https://www.planet.com/" + }, + { + "name": "NASA Disasters Program", + "roles": [ + "host" + ], + "url": "https://disasters.openveda.cloud" + } + ] +} \ No newline at end of file