Skip to content

Commit

Permalink
feat(dataset): add tornadoes-2024-dow-rhohv-harlan dataset config
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Nov 26, 2024
1 parent ffec8ae commit 2442ac6
Showing 1 changed file with 79 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"collection": "tornadoes-2024-dow-rhohv-harlan",
"title": "DOW7 Correlation Coefficient (Harlan, IA)",
"description": "Correlation Coefficient (rhoHV) collected by DOW7 from the Harlan, Iowa EF-3 tornado on April 26, 2024 at 23:08:12.",
"license": "CC0-1.0",
"is_periodic": true,
"time_density": "day",
"spatial_extent": {
"xmin": -95.42,
"ymin": 41.62,
"xmax": -95.3,
"ymax": 41.72
},
"temporal_extent": {
"startdate": "2024-04-26T00:00:00Z",
"enddate": "2024-04-26T23:59:59Z"
},
"sample_files": [
"s3://veda-data-store-staging/2024tornadoes/DOW_Harlan_RHOHV_cog_2024-04-26.tif"
],
"providers": [
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "Photo by [Jonny Glessner](https://x.com/JonnyGlessner/status/1768424574855610777/photo/4) (Wedge tornado passing southeast of Wapakoneta, Ohio on March 14, 2024)",
"href": "https://thumbnails.openveda.cloud/tornado-2024-cover.png",
"type": "image/jpeg",
"roles": ["thumbnail"]
}
},
"discovery_items": [
{
"discovery": "s3",
"cogify": false,
"upload": false,
"dry_run": false,
"prefix": "2024tornadoes/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)DOW_Harlan_RHOHV_cog_(.*).tif$"
}
],
"data_type": "cog",
"stac_version": "1.0.0",
"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],
"colormap_name": "turbo",
"nodata": -32768,
"assets": [
"cog_default"
],
"rescale": [0, 1],
"title": "VEDA Dashboard Render Parameters"
}
}
}

0 comments on commit 2442ac6

Please sign in to comment.