-
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.
feat(dataset): add tornadoes-2024-dow-sw-harlan dataset config (#199)
--------- Co-authored-by: Jennifer Tran <[email protected]>
- Loading branch information
Showing
3 changed files
with
165 additions
and
0 deletions.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
ingestion-data/production/dataset-config/tornadoes-2024-dow-sw-harlan.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,79 @@ | ||
{ | ||
"collection": "tornadoes-2024-dow-sw-harlan", | ||
"title": "DOW7 Spectrum Width (Harlan, IA)", | ||
"description": "Spectrum Width values (m/s) from the EF-3 Harlan, IA tornado on April 26, 2024 collected by DOW7. Scan taken 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/tornadoes-2024-dow-sw-harlan/DOW_Harlan_SW_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 [Ryan McGinnis](https://static.wikia.nocookie.net/stormchasers/images/1/1b/DOW.jpg/revision/latest?cb=20100115235828) (DOW6 parked in front of a tornadic mesocyclone in the Plains)", | ||
"href": "https://thumbnails.openveda.cloud/tornadoes-2024-dow-background.jpg", | ||
"type": "image/jpeg", | ||
"roles": ["thumbnail"] | ||
} | ||
}, | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"cogify": false, | ||
"upload": false, | ||
"dry_run": false, | ||
"prefix": "tornadoes-2024-dow-sw-harlan/", | ||
"bucket": "veda-data-store", | ||
"filename_regex": "(.*)DOW_Harlan_SW_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": "rdpu", | ||
"nodata": -32768, | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"rescale": [[0, 25]], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
} | ||
} |
79 changes: 79 additions & 0 deletions
79
ingestion-data/staging/dataset-config/tornadoes-2024-dow-sw-harlan.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,79 @@ | ||
{ | ||
"collection": "tornadoes-2024-dow-sw-harlan", | ||
"title": "DOW7 Spectrum Width (Harlan, IA)", | ||
"description": "Spectrum Width values (m/s) from the EF-3 Harlan, IA tornado on April 26, 2024 collected by DOW7. Scan taken 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_SW_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 [Ryan McGinnis](https://static.wikia.nocookie.net/stormchasers/images/1/1b/DOW.jpg/revision/latest?cb=20100115235828) (DOW6 parked in front of a tornadic mesocyclone in the Plains)", | ||
"href": "https://thumbnails.openveda.cloud/tornadoes-2024-dow-background.jpg", | ||
"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_SW_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": "rdpu", | ||
"nodata": -32768, | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"rescale": [[0, 25]], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ingestion-data/staging/transfer-config/tornadoes-2024-dow-sw-harlan.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-dow-sw-harlan", | ||
"filename_regex": "(.*)DOW_Harlan_SW_cog_(.*).tif$" | ||
} |