-
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 ps-lakeview-winchester-tornadoes-2024 dataset conf…
…ig (#206)
- Loading branch information
Showing
3 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
ingestion-data/production/dataset-config/ps-lakeview-winchester-tornadoes-2024.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,80 @@ | ||
{ | ||
"collection": "ps-lakeview-winchester-tornadoes-2024", | ||
"title": "Planet TrueColor Satellite Imagery (Winchester IN, Lakeview OH Tornado Damage)", | ||
"description": "Commercial SmallSat PlanetScope Satellite Visible Imagery of select locations that experienced tornado damage during the spring of 2024 in the United States. The locations in this collection include Winchester, IN and Lakeview, OH.", | ||
"license": "CC0-1.0", | ||
"is_periodic": true, | ||
"time_density": "day", | ||
"spatial_extent": { | ||
"xmin": -125, | ||
"ymin": 24, | ||
"xmax": -65, | ||
"ymax": 50 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "2024-03-16T00:00:00Z", | ||
"enddate": "2024-03-16T23:59:59Z" | ||
}, | ||
"sample_files": [ | ||
"s3://veda-data-store/ps-lakeview-winchester-tornadoes-2024/Planet_Winchester_After_cog_2024-03-16.tif" | ||
], | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"cogify": false, | ||
"upload": false, | ||
"dry_run": false, | ||
"prefix": "ps-lakeview-winchester-tornadoes-2024/", | ||
"bucket": "veda-data-store", | ||
"filename_regex": ".*Planet_.*_cog_.*03-16.tif$", | ||
"use_multithreading": false | ||
} | ||
], | ||
"data_type": "cog", | ||
"datetime_range": "day", | ||
"providers": [ | ||
{ | ||
"name": "NASA VEDA", | ||
"roles": [ | ||
"host" | ||
], | ||
"url": "https://www.earthdata.nasa.gov/dashboard/" | ||
} | ||
], | ||
"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"] | ||
} | ||
}, | ||
"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": { | ||
"resampling": "bilinear", | ||
"bidx": [3,2,1], | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"rescale": [[0, 2500]], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
ingestion-data/production/transfer-config/ps-lakeview-winchester-tornadoes-2024.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_Planet/", | ||
"target_bucket": "veda-data-store", | ||
"collection": "ps-lakeview-winchester-tornadoes-2024", | ||
"filename_regex": ".*Planet_.*_cog_.*03-16.tif$" | ||
} |
81 changes: 81 additions & 0 deletions
81
ingestion-data/staging/dataset-config/ps-lakeview-winchester-tornadoes-2024.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,81 @@ | ||
{ | ||
"collection": "ps-lakeview-winchester-tornadoes-2024", | ||
"title": "Planet TrueColor Satellite Imagery (Winchester IN, Lakeview OH Tornado Damage)", | ||
"description": "Commercial SmallSat PlanetScope Satellite Visible Imagery of select locations that experienced tornado damage during the spring of 2024 in the United States. The locations in this collection include Winchester, IN and Lakeview, OH.", | ||
"license": "CC0-1.0", | ||
"is_periodic": true, | ||
"time_density": "day", | ||
"spatial_extent": { | ||
"xmin": -125, | ||
"ymin": 24, | ||
"xmax": -65, | ||
"ymax": 50 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "2024-03-16T00:00:00Z", | ||
"enddate": "2024-03-16T23:59:59Z" | ||
}, | ||
"sample_files": [ | ||
"s3://veda-data-store-staging/2024tornadoes_Planet/Planet_Lakeview_After_cog_2024-03-16.tif", | ||
"s3://veda-data-store-staging/2024tornadoes_Planet/Planet_Winchester_After_cog_2024-03-16.tif" | ||
], | ||
"discovery_items": [ | ||
{ | ||
"discovery": "s3", | ||
"cogify": false, | ||
"upload": false, | ||
"dry_run": false, | ||
"prefix": "2024tornadoes_Planet/", | ||
"bucket": "veda-data-store-staging", | ||
"filename_regex": ".*Planet_.*_cog_.*03-16.tif$", | ||
"use_multithreading": false | ||
} | ||
], | ||
"data_type": "cog", | ||
"datetime_range": "day", | ||
"providers": [ | ||
{ | ||
"name": "NASA VEDA", | ||
"roles": [ | ||
"host" | ||
], | ||
"url": "https://www.earthdata.nasa.gov/dashboard/" | ||
} | ||
], | ||
"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"] | ||
} | ||
}, | ||
"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": { | ||
"resampling": "bilinear", | ||
"bidx": [3,2,1], | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"rescale": [[0, 2500]], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
} | ||
} |