From 4baddd151198e49b3b01de059c90cfc57edc2866 Mon Sep 17 00:00:00 2001 From: "veda-github-actor[bot]" <192275278+veda-github-actor[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:13:02 +0000 Subject: [PATCH 1/2] Create ingestion-data/staging/dataset-config/OMSO2PCA-COG.json --- .../staging/dataset-config/OMSO2PCA-COG.json | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 ingestion-data/staging/dataset-config/OMSO2PCA-COG.json diff --git a/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json b/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json new file mode 100644 index 0000000..2737a89 --- /dev/null +++ b/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json @@ -0,0 +1,86 @@ +{ + "collection": "OMSO2PCA-COG", + "title": "DEMO - OMI/Aura Sulfur Dioxide (SO2) Total Column L3 1 day Best Pixel in 0.25 degree x 0.25 degree V3 as Cloud-Optimized GeoTIFFs (COGs)", + "description": "OMI/Aura Sulfur Dioxide (SO2) Total Column L3 1 day Best Pixel in 0.25 degree x 0.25 degree V3 as Cloud-Optimized GeoTIFFs (COGs)", + "license": "CC0-1.0", + "stac_version": "1.0.0", + "dashboard:is_periodic": true, + "dashboard:time_density": "year", + "spatial_extent": { + "xmin": -180, + "ymin": -90, + "xmax": 180, + "ymax": 90 + }, + "temporal_extent": { + "startdate": "2005-01-01T00:00:00Z", + "enddate": "2021-12-31T00:00:00Z" + }, + "discovery_items": [ + { + "discovery": "s3", + "prefix": "OMSO2PCA-COG/", + "bucket": "veda-data-store-staging", + "filename_regex": ".*.tif$", + "use_multithreading": false + } + ], + "sample_files": [ + "s3://veda-data-store-staging/OMSO2PCA-COG/OMSO2PCA_LUT_SCD_2005.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, + 1 + ] + ], + "colormap_name": "rdylbu_r", + "resampling": "bilinear", + "assets": [ + "cog_default" + ] + } + }, + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "assets": { + "thumbnail": { + "title": "Thumbnail", + "description": "Photo by NASA (2018 Social Vulnerability Index (SVI) based on minority status and language score)", + "href": "https://thumbnails.openveda.cloud/so2--dataset-cover.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ] + } + }, + "tenant": "air-quality" +} \ No newline at end of file From eae5924a922ad414d436f252c19aa04fc08086a7 Mon Sep 17 00:00:00 2001 From: Saadiq Mohiuddin Date: Sun, 12 Apr 2026 11:27:47 -0600 Subject: [PATCH 2/2] fix tenant prop --- ingestion-data/staging/dataset-config/OMSO2PCA-COG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json b/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json index 2737a89..b5b6321 100644 --- a/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json +++ b/ingestion-data/staging/dataset-config/OMSO2PCA-COG.json @@ -82,5 +82,5 @@ ] } }, - "tenant": "air-quality" + "eic:tenant": "air-quality" } \ No newline at end of file