Skip to content

Commit

Permalink
tornadoes update
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Oct 17, 2024
1 parent 9a44e60 commit ec29390
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ cython_debug/

reformat.py
Test.ipynb
create_collections.py
create_collections.py
datasets
64 changes: 64 additions & 0 deletions ingestion-data/staging/dataset-config/tornadoes-2024-paths.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"collection": "tornadoes-2024-paths",
"title": "NWS Tornado Tracks (Paths) from MAM 2024",
"description": "Official NWS surveyed tornado tracks from March to May of 2024. Only the centerline of the tornado paths, classified by maximum EF rating.",
"license": "CC0-1.0",
"is_periodic": true,
"time_density": "day",
"spatial_extent": {
"xmin": -130,
"ymin": 17.6,
"xmax": -57,
"ymax": 52.5
},
"temporal_extent": {
"startdate": "2024-03-01T00:00:00Z",
"enddate": "2024-05-31T00:00:00Z"
},
"sample_files": [
"s3://veda-data-store-staging/2024tornadoes/Tornado_Tracks_2024-05-31_cog_retiled.tif"
],
"providers": [
{
"name": "NASA VEDA",
"url": "https://www.earthdata.nasa.gov/dashboard/",
"roles": [
"host"
]
}
],
"renders": {
"dashboard": {
"colormap_name": "reds",
"bidx": [
1
],
"nodata": 25,
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "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": "(.*)Tornado_Tracks_(.*).tif$"
}
],
"data_type": "cog"
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
],
"renders": {
"dashboard": {
"colormap_name": "inferno_r",
"colormap": {
"0": "#add8e6",
"1": "#90ee90",
Expand All @@ -53,6 +52,15 @@
"title": "VEDA Dashboard Render Parameters"
}
},
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "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",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"origin_bucket": "veda-data-store-staging",
"origin_prefix": "2024tornadoes/",
"target_bucket": "veda-data-store",
"collection": "tornadoes-2024-paths",
"filename_regex": "(.*)Tornado_Tracks_(.*).tif$"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"origin_bucket": "veda-data-store-staging",
"origin_prefix": "2024tornadoes/",
"target_bucket": "veda-data-store",
"collection": "tornadoes-2024-polygons",
"filename_regex": "(.*)Tornado_Polygons_(.*).tif$"
}

0 comments on commit ec29390

Please sign in to comment.