diff --git a/ingestion-data/staging/dataset-config/sst-cyclone-beryl.json b/ingestion-data/staging/dataset-config/sst-cyclone-beryl.json new file mode 100644 index 00000000..d2f90fc0 --- /dev/null +++ b/ingestion-data/staging/dataset-config/sst-cyclone-beryl.json @@ -0,0 +1,92 @@ +{ + "assets": { + "thumbnail": { + "title": "Thumbnail", + "type": "image/png", + "roles": [ + "thumbnail" + ], + "description": "Photo by [CIRA](https://satlib.cira.colostate.edu/event/hurricane-beryl/) (GOES-16 Band 2 visible satellite imagery of the eye of Hurricane Beryl at Category 5 intensity.)", + "href": "https://thumbnails.openveda.cloud/cyclones_beryl_background.png" + } + }, + "collection": "sst-cyclone-beryl", + "description": "Satellite-derived sea surface temperatures (SSTs) for select cyclone events.", + "discovery_items": [ + { + "bucket": "veda-data-store-staging", + "cogify": false, + "discovery": "s3", + "dry_run": false, + "filename_regex": ".*.tif$", + "id_template": "{}", + "prefix": "sst-cyclone-beryl/" + } + ], + "is_periodic": true, + "item_assets": { + "cog_default": { + "description": "Satellite-derived sea surface temperatures (SSTs) for select cyclone events.", + "roles": [ + "data", + "layer" + ], + "title": "Sea Surface Temperature (K)", + "type": "image/tiff; application=geotiff; profile=cloud-optimized" + } + }, + "license": "MIT", + "links": [], + "product_level": "L2B", + "providers": [ + { + "name": "NASA", + "roles": [ + "producer", + "processor", + "licensor" + ], + "url": "https://science.nasa.gov/mission/cygnss" + }, + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "renders": { + "dashboard": { + "assets": [ + "cog_default" + ], + "colormap_name": "turbo", + "rescale": [ + [ + 290, + 305 + ] + ] + } + }, + "spatial_extent": { + "xmax": -13.345, + "xmin": -102.815, + "ymax": 49.643, + "ymin": 6.194 + }, + "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" + ], + "stac_version": "1.0.0", + "temporal_extent": { + "enddate": "2024-06-26T00:00:00Z", + "startdate": "2024-07-11T00:00:00Z" + }, + "title": "SPORT Sea Surface Temperature (K)", + "type": "Collection", + "dashboard:time_density": "day", + "dashboard:is_periodic": false +} \ No newline at end of file