Skip to content

Commit

Permalink
dataset config
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Feb 20, 2025
1 parent b97a1a2 commit 3538fb8
Showing 1 changed file with 92 additions and 0 deletions.
92 changes: 92 additions & 0 deletions ingestion-data/staging/dataset-config/sst-cyclone-beryl.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 3538fb8

Please sign in to comment.