-
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
5 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -161,4 +161,5 @@ cython_debug/ | |
|
||
reformat.py | ||
Test.ipynb | ||
create_collections.py | ||
create_collections.py | ||
datasets |
64 changes: 64 additions & 0 deletions
64
ingestion-data/staging/dataset-config/tornadoes-2024-paths.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,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" | ||
} |
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
7 changes: 7 additions & 0 deletions
7
ingestion-data/staging/transfer-config/tornadoes-2024-paths.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,7 @@ | ||
{ | ||
"origin_bucket": "veda-data-store-staging", | ||
"origin_prefix": "2024tornadoes/", | ||
"target_bucket": "veda-data-store", | ||
"collection": "tornadoes-2024-paths", | ||
"filename_regex": "(.*)Tornado_Tracks_(.*).tif$" | ||
} |
7 changes: 7 additions & 0 deletions
7
ingestion-data/staging/transfer-config/tornadoes-2024-polygons.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,7 @@ | ||
{ | ||
"origin_bucket": "veda-data-store-staging", | ||
"origin_prefix": "2024tornadoes/", | ||
"target_bucket": "veda-data-store", | ||
"collection": "tornadoes-2024-polygons", | ||
"filename_regex": "(.*)Tornado_Polygons_(.*).tif$" | ||
} |