diff --git a/ingestion-data/production/promotion-config/ida-ndvi-difference.json b/ingestion-data/production/promotion-config/ida-ndvi-difference.json new file mode 100644 index 00000000..3ff74b7f --- /dev/null +++ b/ingestion-data/production/promotion-config/ida-ndvi-difference.json @@ -0,0 +1,82 @@ +{ + "collection": "ida-ndvi-difference", + "title": "NDVI Difference for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Vegetation Index Difference of before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Difference_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDVI_Difference_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdbu", + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/production/promotion-config/ida-ndvi.json b/ingestion-data/production/promotion-config/ida-ndvi.json new file mode 100644 index 00000000..9bdd4b58 --- /dev/null +++ b/ingestion-data/production/promotion-config/ida-ndvi.json @@ -0,0 +1,84 @@ +{ + "collection": "ida-ndvi", + "title": "NDVI for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Vegetation Index before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Pre_Hurricane_cog_2021-08-23.tif", + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Post_Hurricane_cog_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDVI_(.*)_Hurricane_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdylgn", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/production/promotion-config/ida-ndwi-difference.json b/ingestion-data/production/promotion-config/ida-ndwi-difference.json new file mode 100644 index 00000000..1366aa4a --- /dev/null +++ b/ingestion-data/production/promotion-config/ida-ndwi-difference.json @@ -0,0 +1,82 @@ +{ + "collection": "ida-ndwi-difference", + "title": "NDWI Difference for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Water Index Difference of before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Difference_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDWI_Difference_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdbu", + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/production/promotion-config/ida-ndwi.json b/ingestion-data/production/promotion-config/ida-ndwi.json new file mode 100644 index 00000000..40e6f4a4 --- /dev/null +++ b/ingestion-data/production/promotion-config/ida-ndwi.json @@ -0,0 +1,84 @@ +{ + "collection": "ida-ndwi", + "title": "NDWI for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Water Index before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Pre_Hurricane_cog_2021-08-23.tif", + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Post_Hurricane_cog_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDWI_(.*)_Hurricane_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdylbu", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/production/promotion-config/marsh-difference.json b/ingestion-data/production/promotion-config/marsh-difference.json new file mode 100644 index 00000000..d094427d --- /dev/null +++ b/ingestion-data/production/promotion-config/marsh-difference.json @@ -0,0 +1,83 @@ +{ + "collection": "marsh-difference", + "title": "Salt Marshes Difference for Pre and Post-Hurricane Ida", + "description": "Salt marsh distribution from UNEP-WCMC classified based on NDVI and NDWI.", + "license": "CC0-1.0", + "is_periodic": false, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/wetlands/difference_pre_post_ida_cog_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "wetlands/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)difference_pre_post_ida_cog_2021-08-23_2021-09-09.tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "bwr", + "nodata": 0, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/production/promotion-config/marsh-ida.json b/ingestion-data/production/promotion-config/marsh-ida.json new file mode 100644 index 00000000..0d24f20d --- /dev/null +++ b/ingestion-data/production/promotion-config/marsh-ida.json @@ -0,0 +1,84 @@ +{ + "collection": "marsh-ida", + "title": "Salt Marsh Classification Pre-Ida (Southern Louisiana)", + "description": "Salt Marsh Classification Pre-Ida (Southern Louisiana)", + "license": "CC0-1.0", + "is_periodic": false, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/wetlands/post_ida_classified_cog_2021-09-09.tif", + "s3://veda-data-store-staging/wetlands/pre_ida_classified_cog_2021-08-23.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "wetlands/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)_ida_classified_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "reds", + "nodata": 0, + "assets": [ + "cog_default" + ], + "rescale": [[0, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + }, + "transfer": true + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/ida-ndvi-difference.json b/ingestion-data/staging/dataset-config/ida-ndvi-difference.json new file mode 100644 index 00000000..a46600b5 --- /dev/null +++ b/ingestion-data/staging/dataset-config/ida-ndvi-difference.json @@ -0,0 +1,81 @@ +{ + "collection": "ida-ndvi-difference", + "title": "NDVI Difference for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Vegetation Index Difference of before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Difference_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDVI_Difference_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdbu", + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/ida-ndvi.json b/ingestion-data/staging/dataset-config/ida-ndvi.json new file mode 100644 index 00000000..db49b360 --- /dev/null +++ b/ingestion-data/staging/dataset-config/ida-ndvi.json @@ -0,0 +1,83 @@ +{ + "collection": "ida-ndvi", + "title": "NDVI for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Vegetation Index before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Pre_Hurricane_cog_2021-08-23.tif", + "s3://veda-data-store-staging/planet-indices-v2/NDVI_Post_Hurricane_cog_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDVI_(.*)_Hurricane_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdylgn", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/ida-ndwi-difference.json b/ingestion-data/staging/dataset-config/ida-ndwi-difference.json new file mode 100644 index 00000000..416cb728 --- /dev/null +++ b/ingestion-data/staging/dataset-config/ida-ndwi-difference.json @@ -0,0 +1,81 @@ +{ + "collection": "ida-ndwi-difference", + "title": "NDWI Difference for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Water Index Difference of before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Difference_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDWI_Difference_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdbu", + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/ida-ndwi.json b/ingestion-data/staging/dataset-config/ida-ndwi.json new file mode 100644 index 00000000..a75ee1ca --- /dev/null +++ b/ingestion-data/staging/dataset-config/ida-ndwi.json @@ -0,0 +1,83 @@ +{ + "collection": "ida-ndwi", + "title": "NDWI for Pre and Post-Hurricane Ida from PlanetScope", + "description": "Normalized Difference Water Index before and after Hurricane Ida in Southern Louisiana.", + "license": "CC0-1.0", + "is_periodic": true, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Pre_Hurricane_cog_2021-08-23.tif", + "s3://veda-data-store-staging/planet-indices-v2/NDWI_Post_Hurricane_cog_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "planet-indices-v2/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)NDWI_(.*)_Hurricane_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "rdylbu", + "nodata": -999, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/marsh-difference.json b/ingestion-data/staging/dataset-config/marsh-difference.json new file mode 100644 index 00000000..d1de4167 --- /dev/null +++ b/ingestion-data/staging/dataset-config/marsh-difference.json @@ -0,0 +1,82 @@ +{ + "collection": "marsh-difference", + "title": "Salt Marshes Difference for Pre and Post-Hurricane Ida", + "description": "Salt marsh distribution from UNEP-WCMC classified based on NDVI and NDWI.", + "license": "CC0-1.0", + "is_periodic": false, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/wetlands/difference_pre_post_ida_cog_2021-08-23_2021-09-09.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "wetlands/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)difference_pre_post_ida_cog_2021-08-23_2021-09-09.tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "bwr", + "nodata": 0, + "assets": [ + "cog_default" + ], + "rescale": [[-1, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file diff --git a/ingestion-data/staging/dataset-config/marsh-ida.json b/ingestion-data/staging/dataset-config/marsh-ida.json new file mode 100644 index 00000000..77ef5954 --- /dev/null +++ b/ingestion-data/staging/dataset-config/marsh-ida.json @@ -0,0 +1,83 @@ +{ + "collection": "marsh-ida", + "title": "Salt Marsh Classification Pre-Ida (Southern Louisiana)", + "description": "Salt Marsh Classification Pre-Ida (Southern Louisiana)", + "license": "CC0-1.0", + "is_periodic": false, + "time_density": "day", + "spatial_extent": { + "xmin": -90.85, + "ymin": 29.03, + "xmax": -90.06, + "ymax": 29.65 + }, + "temporal_extent": { + "startdate": "2021-08-23T00:00:00Z", + "enddate": "2021-09-09T23:59:59Z" + }, + "sample_files": [ + "s3://veda-data-store-staging/wetlands/post_ida_classified_cog_2021-09-09.tif", + "s3://veda-data-store-staging/wetlands/pre_ida_classified_cog_2021-08-23.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "cogify": false, + "upload": false, + "dry_run": false, + "prefix": "wetlands/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)_ida_classified_cog_(.*).tif$" + } + ], + "data_type": "cog", + "providers": [ + { + "name": "NASA VEDA", + "roles": [ + "host" + ], + "url": "https://www.earthdata.nasa.gov/dashboard/" + } + ], + "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": "nearest", + "bidx": [1], + "colormap_name": "reds", + "nodata": 0, + "assets": [ + "cog_default" + ], + "rescale": [[0, 1]], + "title": "VEDA Dashboard Render Parameters" + } + }, + "assets": { + "thumbnail": { + "href": "https://thumbnails.openveda.cloud/louisiana-marsh.jpg", + "type": "image/jpeg", + "roles": [ + "thumbnail" + ], + "title": "Thumbnail", + "description": "Photo by [Bridget Besaw](https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/) (Wetland landscape across southern Louisiana.)" + } + } + } \ No newline at end of file