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..b5b6321 --- /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" + ] + } + }, + "eic:tenant": "air-quality" +} \ No newline at end of file