diff --git a/ingestion-data/production/dataset-config/tornadoes-2024-dow-vmax-greenfield.json b/ingestion-data/production/dataset-config/tornadoes-2024-dow-vmax-greenfield.json new file mode 100644 index 00000000..af520b7b --- /dev/null +++ b/ingestion-data/production/dataset-config/tornadoes-2024-dow-vmax-greenfield.json @@ -0,0 +1,79 @@ +{ + "collection": "tornadoes-2024-dow-vmax-greenfield", + "title": "Derived Maximum Velocity (Greenfield, IA; DOW7)", + "description": "Derived maximum velocities of the EF-4 Greenfield, IA tornado on May 21, 2024 collected by DOW7. Converted from m/s to mph.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -94.4785, + "ymin": 41.2905, + "xmax": -94.416, + "ymax": 41.3197 + }, + "temporal_extent": { + "startdate": "2024-05-21T00:00:00Z", + "enddate": "2024-05-21T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store/tornadoes-2024-dow-vmax-greenfield/DOW_Vmax_Greenfield_mph_cog_2024-05-21.tif" + ], + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ], + "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": "tornadoes-2024-dow-vmax-greenfield/", + "bucket": "veda-data-store", + "filename_regex": "(.*)DOW_Vmax_Greenfield_mph_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" + ], + "renders": { + "dashboard": { + "bidx": [1], + "colormap_name": "gist_ncar", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[55, 250]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "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" + } + } +} diff --git a/ingestion-data/production/transfer-config/tornadoes-2024-dow-vmax-greenfield.json b/ingestion-data/production/transfer-config/tornadoes-2024-dow-vmax-greenfield.json new file mode 100644 index 00000000..20330ddf --- /dev/null +++ b/ingestion-data/production/transfer-config/tornadoes-2024-dow-vmax-greenfield.json @@ -0,0 +1,7 @@ +{ + "origin_bucket": "veda-data-store-staging", + "origin_prefix": "2024tornadoes/", + "target_bucket": "veda-data-store", + "collection": "tornadoes-2024-dow-vmax-greenfield", + "filename_regex": "(.*)DOW_Vmax_Greenfield_mph_cog_(.*).tif$" +} \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/tornadoes-2024-dow-vmax-greenfield.json b/ingestion-data/staging/dataset-config/tornadoes-2024-dow-vmax-greenfield.json new file mode 100644 index 00000000..9168a35e --- /dev/null +++ b/ingestion-data/staging/dataset-config/tornadoes-2024-dow-vmax-greenfield.json @@ -0,0 +1,79 @@ +{ + "collection": "tornadoes-2024-dow-vmax-greenfield", + "title": "Derived Maximum Velocity (Greenfield, IA; DOW7)", + "description": "Derived maximum velocities of the EF-4 Greenfield, IA tornado on May 21, 2024 collected by DOW7. Converted from m/s to mph.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -94.4785, + "ymin": 41.2905, + "xmax": -94.416, + "ymax": 41.3197 + }, + "temporal_extent": { + "startdate": "2024-05-21T00:00:00Z", + "enddate": "2024-05-21T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/2024tornadoes/DOW_Vmax_Greenfield_mph_cog_2024-05-21.tif" + ], + "providers": [ + { + "name": "NASA VEDA", + "url": "https://www.earthdata.nasa.gov/dashboard/", + "roles": [ + "host" + ] + } + ], + "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"] + } + }, + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "2024tornadoes/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)DOW_Vmax_Greenfield_mph_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" + ], + "renders": { + "dashboard": { + "bidx": [1], + "colormap_name": "gist_ncar", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[55, 250]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "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" + } + } +}