diff --git a/ingestion-data/production/dataset-config/ps-tornadoes-2024-difference.json b/ingestion-data/production/dataset-config/ps-tornadoes-2024-difference.json new file mode 100644 index 00000000..4363d8d4 --- /dev/null +++ b/ingestion-data/production/dataset-config/ps-tornadoes-2024-difference.json @@ -0,0 +1,80 @@ +{ + "collection": "ps-tornadoes-2024-difference", + "title": "Planet TrueColor Satellite Imagery Difference (Greenfield IA Tornado Damage)", + "description": "Commercial SmallSat Planet Satellite Imagery difference of tornado damage at Greenfield, Iowa in the spring 2024 tornado season.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -125, + "ymin": 24, + "xmax": -65, + "ymax": 50 + }, + "temporal_extent": { + "startdate": "2024-05-21T00:00:00Z", + "enddate": "2024-05-21T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store/ps-tornadoes-2024-difference/Planet_Greenfield_Difference_FCC_cog_2024-05-21.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "ps-tornadoes-2024-difference/", + "bucket": "veda-data-store", + "filename_regex": ".*Planet_Greenfield_Difference_FCC_cog_2024-05-21.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": [4,3,2], + "assets": [ + "cog_default" + ], + "rescale": [[0,255]], + "title": "VEDA Dashboard Render Parameters" + } + } + } \ No newline at end of file diff --git a/ingestion-data/production/transfer-config/ps-tornadoes-2024-difference.json b/ingestion-data/production/transfer-config/ps-tornadoes-2024-difference.json new file mode 100644 index 00000000..6dce2134 --- /dev/null +++ b/ingestion-data/production/transfer-config/ps-tornadoes-2024-difference.json @@ -0,0 +1,7 @@ +{ + "origin_bucket": "veda-data-store-staging", + "origin_prefix": "2024tornadoes_Planet/", + "target_bucket": "veda-data-store", + "collection": "ps-tornadoes-2024-difference", + "filename_regex": ".*Planet_Greenfield_Difference_FCC_cog_2024-05-21.tif" +} \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/ps-tornadoes-2024-difference.json b/ingestion-data/staging/dataset-config/ps-tornadoes-2024-difference.json new file mode 100644 index 00000000..6fc1d936 --- /dev/null +++ b/ingestion-data/staging/dataset-config/ps-tornadoes-2024-difference.json @@ -0,0 +1,80 @@ +{ + "collection": "ps-tornadoes-2024-difference", + "title": "Planet TrueColor Satellite Imagery Difference (Greenfield IA Tornado Damage)", + "description": "Commercial SmallSat Planet Satellite Imagery difference of tornado damage at Greenfield, Iowa in the spring 2024 tornado season.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -125, + "ymin": 24, + "xmax": -65, + "ymax": 50 + }, + "temporal_extent": { + "startdate": "2024-05-21T00:00:00Z", + "enddate": "2024-05-21T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/2024tornadoes_Planet/Planet_Greenfield_Difference_FCC_cog_2024-05-21.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "2024tornadoes_Planet/", + "bucket": "veda-data-store-staging", + "filename_regex": ".*Planet_Greenfield_Difference_FCC_cog_2024-05-21.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": [4,3,2], + "assets": [ + "cog_default" + ], + "rescale": [[0,255]], + "title": "VEDA Dashboard Render Parameters" + } + } + } \ No newline at end of file