From 1b44717f02701add2161b67b15cda105652cd9ed Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 18:44:29 +0000 Subject: [PATCH] Create ingestion-data/staging/dataset-config/z-landslides-ndvi.json --- .../dataset-config/z-landslides-ndvi.json | 89 +++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/z-landslides-ndvi.json diff --git a/ingestion-data/staging/dataset-config/z-landslides-ndvi.json b/ingestion-data/staging/dataset-config/z-landslides-ndvi.json new file mode 100644 index 00000000..7b682f12 --- /dev/null +++ b/ingestion-data/staging/dataset-config/z-landslides-ndvi.json @@ -0,0 +1,89 @@ +{ + "collection": "z-landslides-ndvi", + "title": "Z Test Dataset Config Copied from S2 NDVI Difference", + "description": "Test dataset config copied from landslides-ndvi.", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": false, + "dashboard:time_density": "day", + "links": [], + "spatial_extent": { + "xmin": -84.25, + "ymin": 34.2, + "xmax": -80.88, + "ymax": 37.05 + }, + "temporal_extent": { + "startdate": "2024-10-12T00:00:00Z", + "enddate": "2024-10-12T23:59:59Z" + }, + "discovery_items": [ + { + "upload": false, + "cogify": false, + "dry_run": false, + "discovery": "s3", + "prefix": "landslides/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)S2_NDVI_Diff_(.*).tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/landslides/S2_NDVI_Diff_2024-10-12.tif" + ], + "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": { + "cog_default": { + "type": "image/tiff; application=geotiff; profile=cloud-optimized", + "roles": [ + "data", + "layer" + ], + "title": "Default COG Layer", + "description": "Cloud optimized default layer to display on map" + } + }, + "renders": { + "dashboard": { + "bidx": [ + 1 + ], + "rescale": [ + [ + -0.5, + 0.5 + ] + ], + "colormap_name": "viridis", + "assets": [ + "cog_default" + ] + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "description": "Landslide blocks I-40 in North Carolina post-Helene.", + "href": "https://thumbnails.openveda.cloud/landslides-background.png", + "type": "image/png", + "roles": [ + "thumbnail" + ] + } + }, + "datetime_range": "day" +} \ No newline at end of file