diff --git a/ingestion-data/datasets/campfire-albedo-wsa-diff.json b/ingestion-data/datasets/campfire-albedo-wsa-diff.json new file mode 100644 index 0000000..75604ea --- /dev/null +++ b/ingestion-data/datasets/campfire-albedo-wsa-diff.json @@ -0,0 +1,32 @@ +{ + "collection": "campfire-albedo-wsa-diff", + "title": "Camp Fire Domain: MODIS WSA Albedo Difference", + "spatial_extent": { + "xmin": -122.21, + "ymin": 39.33, + "xmax": -120.91, + "ymax": 40.22 + }, + "temporal_extent": { + "startdate": "2015-01-01T00:00:00Z", + "enddate": "2022-12-31T12:59:59Z" + }, + "license": "CC0", + "description": "MODIS LST Day difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.", + "stac_version": "1.0.0", + "is_periodic": false, + "time_density": "year", + "sample_files": [ + "s3://veda-data-store-staging/campfire-data/CampFire_albedo_WSA_2015_2022_diff_cog.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "campfire-data/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)CampFire_albedo_WSA_2015_2022_diff_cog.tif$", + "datetime_range": "year" + } + ], + "data_type": "cog" +} \ No newline at end of file diff --git a/ingestion-data/datasets/campfire-lst-day-diff.json b/ingestion-data/datasets/campfire-lst-day-diff.json new file mode 100644 index 0000000..b67927d --- /dev/null +++ b/ingestion-data/datasets/campfire-lst-day-diff.json @@ -0,0 +1,32 @@ +{ + "collection": "campfire-lst-day-diff", + "title": "Camp Fire Domain: MODIS LST Day Difference", + "spatial_extent": { + "xmin": -122.21, + "ymin": 39.33, + "xmax": -120.91, + "ymax": 40.22 + }, + "temporal_extent": { + "startdate": "2015-01-01T00:00:00Z", + "enddate": "2022-12-31T12:59:59Z" + }, + "license": "CC0", + "description": "MODIS WSA Albedo difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.", + "stac_version": "1.0.0", + "is_periodic": false, + "time_density": "year", + "sample_files": [ + "s3://veda-data-store-staging/campfire-data/CampFire_LST_Day_2015_2022_diff_cog.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "campfire-data/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)CampFire_LST_Day_2015_2022_diff_cog.tif$", + "datetime_range": "year" + } + ], + "data_type": "cog" +} \ No newline at end of file diff --git a/ingestion-data/datasets/campfire-lst-night-diff.json b/ingestion-data/datasets/campfire-lst-night-diff.json new file mode 100644 index 0000000..6a64b40 --- /dev/null +++ b/ingestion-data/datasets/campfire-lst-night-diff.json @@ -0,0 +1,32 @@ +{ + "collection": "campfire-lst-night-diff", + "title": "Camp Fire Domain: MODIS LST Night Difference", + "spatial_extent": { + "xmin": -122.21, + "ymin": 39.33, + "xmax": -120.91, + "ymax": 40.22 + }, + "temporal_extent": { + "startdate": "2015-01-01T00:00:00Z", + "enddate": "2022-12-31T12:59:59Z" + }, + "license": "CC0", + "description": "MODIS LST Night difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.", + "stac_version": "1.0.0", + "is_periodic": false, + "time_density": "year", + "sample_files": [ + "s3://veda-data-store-staging/campfire-data/CampFire_LST_Night_2015_2022_diff_cog.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "campfire-data/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)CampFire_LST_Night_2015_2022_diff_cog.tif$", + "datetime_range": "year" + } + ], + "data_type": "cog" +} \ No newline at end of file diff --git a/ingestion-data/datasets/campfire-ndvi-diff.json b/ingestion-data/datasets/campfire-ndvi-diff.json new file mode 100644 index 0000000..95a90d1 --- /dev/null +++ b/ingestion-data/datasets/campfire-ndvi-diff.json @@ -0,0 +1,32 @@ +{ + "collection": "campfire-ndvi-diff", + "title": "Camp Fire Domain: MODIS NDVI Difference", + "spatial_extent": { + "xmin": -122.21, + "ymin": 39.33, + "xmax": -120.91, + "ymax": 40.22 + }, + "temporal_extent": { + "startdate": "2015-01-01T00:00:00Z", + "enddate": "2022-12-31T12:59:59Z" + }, + "license": "CC0", + "description": "MODIS NDVI difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.", + "stac_version": "1.0.0", + "is_periodic": false, + "time_density": "year", + "sample_files": [ + "s3://veda-data-store-staging/campfire-data/CampFire_NDVI_2015_2022_diff_cog.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "campfire-data/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)CampFire_NDVI_2015_2022_diff_cog.tif$", + "datetime_range": "year" + } + ], + "data_type": "cog" +} \ No newline at end of file diff --git a/ingestion-data/datasets/campfire-nlcd.json b/ingestion-data/datasets/campfire-nlcd.json new file mode 100644 index 0000000..8c2d5de --- /dev/null +++ b/ingestion-data/datasets/campfire-nlcd.json @@ -0,0 +1,33 @@ +{ + "collection": "campfire-nlcd", + "title": "Camp Fire Domain: Land Cover", + "spatial_extent": { + "xmin": -122.21, + "ymin": 39.33, + "xmax": -120.91, + "ymax": 40.22 + }, + "temporal_extent": { + "startdate": "2016-01-01T00:00:00Z", + "enddate": "2019-12-31T12:59:59Z" + }, + "license": "CC0", + "description": "NLCD-derived land use-land cover for 2016 over the Camp Fire burn scar domain. Displays colors 0-255 from a lookup table for land cover type (ex: reds = urbanized).", + "stac_version": "1.0.0", + "is_periodic": false, + "time_density": "year", + "sample_files": [ + "s3://veda-data-store-staging/campfire-data/CampFire_NLCD_2016_cog.tif", + "s3://veda-data-store-staging/campfire-data/CampFire_NLCD_2019_cog.tif" + ], + "discovery_items": [ + { + "discovery": "s3", + "prefix": "campfire-data/", + "bucket": "veda-data-store-staging", + "filename_regex": "(.*)CampFire_NLCD(.*).tif$", + "datetime_range": "year" + } + ], + "data_type": "cog" +} \ No newline at end of file