-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
92 additions
and
0 deletions.
There are no files selected for viewing
92 changes: 92 additions & 0 deletions
92
ingestion-data/staging/dataset-config/sst-cyclone-beryl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |