diff --git a/datasets/marsh-ida.data.mdx b/datasets/marsh-ida.data.mdx index 2141744de..8f2265c75 100644 --- a/datasets/marsh-ida.data.mdx +++ b/datasets/marsh-ida.data.mdx @@ -1,10 +1,10 @@ --- id: marsh-ida name: "Southern Louisiana Salt Marsh Coverage" -description: "Using a Salt Marsh distribution dataset from UNEP-WCMC, a supervised classification using NDVI and NDWI derived from PlanetScope was employed to create a pre- and post-classification scene for Hurricane Ida" +description: "Commercial SmallSat Planet Satellite Imagery of salt marshes in southern Louisiana before and after Major Hurricane Ida made landfall in 2021. Additionally, by using a Salt Marsh distribution dataset from UNEP-WCMC, a supervised classification using PlanetScope data was employed to create salt marsh coverage classification scenes." media: src: ::file ../datasets/louisiana-marsh.jpg - alt: Wetland landscape across southenr Louisiana. + alt: Wetland landscape across southern Louisiana. author: name: Bridget Besaw url: https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/ @@ -15,7 +15,7 @@ taxonomy: - Land Cover - name: Source values: - - UNEP-WCMC + - Planet layers: - id: marsh-ida stacCol: marsh-ida @@ -74,6 +74,146 @@ layers: label: Loss of Marsh - color: "#0000FF" label: Gain of Marsh + - id: ida-ndvi + stacCol: ida-ndvi + name: NDVI + type: raster + description: 'Planet NDVI (Southern Louisiana)' + initialDatetime: newest + zoomExtent: + - 0 + - 20 + sourceParams: + colormap_name: rdylgn + nodata: 0 + rescale: + - -1 + - 1 + legend: + type: gradient + min: "-1" + max: "1" + stops: + - "#a50026" + - "#f46d43" + - "#fee08b" + - "#d9ef8b" + - "#66bd63" + - "#006837" + compare: + datasetId: planet-indices + layerId: ida-ndvi + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'dd LLL yyyy')}`; + } + info: + source: PlanetScope + spatialExtent: Southern Louisiana + temporalResolution: Monthly + unit: Binary + + - id: ida-ndwi + stacCol: ida-ndwi + name: NDWI + type: raster + description: 'Planet NDWI (Southern Louisiana)' + initialDatetime: newest + zoomExtent: + - 0 + - 20 + sourceParams: + colormap_name: rdylbu + nodata: 0 + rescale: + - -1 + - 1 + legend: + type: gradient + min: "0" + max: "1" + stops: + - "#a50026" + - "#f46d43" + - "#fee08b" + - "#d9ef8b" + - "#66bd63" + - "#006837" + compare: + datasetId: planet-indices + layerId: ida-ndwi + mapLabel: | + ::js ({ dateFns, datetime, compareDatetime }) => { + return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'DD LLL yyyy')}`; + } + info: + source: PlanetScope + spatialExtent: Southern Louisiana + temporalResolution: Monthly + unit: Binary + + - id: ida-ndwi-difference + stacCol: ida-ndwi-difference + name: NDWI Difference + type: raster + description: 'Planet NDWI Difference (Southern Louisiana)' + initialDatetime: newest + zoomExtent: + - 0 + - 20 + sourceParams: + colormap_name: rdbu + rescale: + - -1 + - 1 + legend: + type: gradient + min: "-1" + max: "1" + stops: + - "#67001f" + - "#d6604d" + - "#fddbc7" + - "#d1e5f0" + - "#4393c3" + - "#053061" + info: + source: PlanetScope + spatialExtent: Southern Louisiana + temporalResolution: Monthly + unit: Binary + + - id: ida-ndvi-difference + stacCol: ida-ndvi-difference + name: NDVI Difference + type: raster + description: 'Planet NDVI Difference (Southern Louisiana)' + initialDatetime: newest + zoomExtent: + - 0 + - 20 + sourceParams: + colormap_name: rdbu + rescale: + - -1 + - 1 + legend: + type: gradient + min: "-1" + max: "1" + stops: + - "#67001f" + - "#d6604d" + - "#fddbc7" + - "#d1e5f0" + - "#4393c3" + - "#053061" + info: + source: PlanetScope + spatialExtent: Southern Louisiana + temporalResolution: Monthly + unit: Binary + --- @@ -106,6 +246,22 @@ layers: +
+ + + Planet satellite imagery Normalized Difference Vegetation Index (NDVI) calculations over salt marshes pre- and post-Ida for southern Louisiana. + +
### About @@ -125,7 +281,7 @@ layers: * Frequent Revisit Times: The satellite constellation’s ability to capture imagery on the order of every couple of days makes it highly effective for monitoring rapid changes, such as those caused by natural disasters. - * Extensive Coverage: Collecting up to 2 million square kilometers of imagery daily, the Dove constellation ensures broad coverage across visible and near-infrared channels. + * Extensive Coverage: Collecting up to 140-150 million square kilometers of imagery, the Dove constellation ensures broad coverage across visible and near-infrared channels. * Building and Vegetation Damage Assessment: The high-resolution and frequent imagery facilitate quick identification and analysis of damage to infrastructure and vegetation, aiding in damage determination and response efforts. diff --git a/datasets/planet-indices.data.mdx b/datasets/planet-indices.data.mdx deleted file mode 100644 index 0dd1dd4c7..000000000 --- a/datasets/planet-indices.data.mdx +++ /dev/null @@ -1,286 +0,0 @@ ---- -id: planet-indices -name: "PlanetScope Satellite Imagery - Southern Louisiana Salt Marshes" -description: "Commercial SmallSat Planet Satellite Imagery of salt marshes in southern Louisiana before and after Major Hurricane Ida made landfall in 2021." -media: - src: ::file ../datasets/louisiana-marsh.jpg - alt: Wetland landscape across southern Louisiana. - author: - name: Bridget Besaw - url: https://www.nature.org/en-us/get-involved/how-to-help/places-we-protect/the-nature-conservancy-in-louisiana-gulf-coast-prairies-and-marshes/ -taxonomy: - - name: Topics - values: - - Disasters - - Land Cover - - name: Source - values: - - Planet -layers: - - id: ida-ndvi - stacCol: ida-ndvi - name: NDVI - type: raster - description: 'Planet NDVI (Southern Louisiana)' - initialDatetime: newest - zoomExtent: - - 0 - - 20 - sourceParams: - colormap_name: rdylgn - nodata: 0 - rescale: - - -1 - - 1 - legend: - type: gradient - min: "-1" - max: "1" - stops: - - "#a50026" - - "#f46d43" - - "#fee08b" - - "#d9ef8b" - - "#66bd63" - - "#006837" - compare: - datasetId: planet-indices - layerId: ida-ndvi - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'dd LLL yyyy')}`; - } - info: - source: PlanetScope - spatialExtent: Southern Louisiana - temporalResolution: Monthly - unit: Binary - - - id: ida-ndwi - stacCol: ida-ndwi - name: NDWI - type: raster - description: 'Planet NDWI (Southern Louisiana)' - initialDatetime: newest - zoomExtent: - - 0 - - 20 - sourceParams: - colormap_name: rdylbu - nodata: 0 - rescale: - - -1 - - 1 - legend: - type: gradient - min: "0" - max: "1" - stops: - - "#a50026" - - "#f46d43" - - "#fee08b" - - "#d9ef8b" - - "#66bd63" - - "#006837" - compare: - datasetId: planet-indices - layerId: ida-ndwi - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - return `${dateFns.format(datetime, 'DD LLL yyyy')} VS ${dateFns.format(compareDatetime, 'DD LLL yyyy')}`; - } - info: - source: PlanetScope - spatialExtent: Southern Louisiana - temporalResolution: Monthly - unit: Binary - - - id: ida-ndwi-difference - stacCol: ida-ndwi-difference - name: NDWI Difference - type: raster - description: 'Planet NDWI Difference (Southern Louisiana)' - initialDatetime: newest - zoomExtent: - - 0 - - 20 - sourceParams: - colormap_name: rdbu - rescale: - - -1 - - 1 - legend: - type: gradient - min: "-1" - max: "1" - stops: - - "#67001f" - - "#d6604d" - - "#fddbc7" - - "#d1e5f0" - - "#4393c3" - - "#053061" - info: - source: PlanetScope - spatialExtent: Southern Louisiana - temporalResolution: Monthly - unit: Binary - - - id: ida-ndvi-difference - stacCol: ida-ndvi-difference - name: NDVI Difference - type: raster - description: 'Planet NDVI Difference (Southern Louisiana)' - initialDatetime: newest - zoomExtent: - - 0 - - 20 - sourceParams: - colormap_name: rdbu - rescale: - - -1 - - 1 - legend: - type: gradient - min: "-1" - max: "1" - stops: - - "#67001f" - - "#d6604d" - - "#fddbc7" - - "#d1e5f0" - - "#4393c3" - - "#053061" - info: - source: PlanetScope - spatialExtent: Southern Louisiana - temporalResolution: Monthly - unit: Binary ---- - - - - - ## Dataset Details - - **Temporal Extent:** August 23 - September 9, 2021 - - **Temporal Resolution:** Inconsistent - - **Spatial Extent:** Southern Louisiana - - **Spatial Resolution:** 3 meters - - **Data Units:** N/A - - **Data Type:** Research - - **Data Latency:** N/A - -
- - - Planet satellite imagery Normalized Difference Vegetation Index (NDVI) calculations over salt marshes pre- and post-Ida for southern Louisiana. - -
-
- - - - - ### About - - Planet Labs’ SmallSat imagery, captured by the PlanetScope Dove satellite constellation, is a highly valuable commercial satellite remote sensing product, frequently leveraged for rapid damage assessment and environmental monitoring. Known for its frequent overpasses, with revisit times on the order of a couple of days, and an impressive spatial resolution of 3 meters, this imagery offers exceptional capabilities for monitoring changes in landscapes and infrastructure. The PlanetScope constellation has near-global coverage daily across the visible and near-infrared channels, providing extensive data for timely and precise analysis of up to 140-150 million square kilometers. - - - - - - - - - ### What PlanetScope Data Offers - - * High-Resolution Imagery: With a 3-meter spatial resolution, the PlanetScope Dove satellite imagery provides detailed views of landscapes, enabling precise assessments of building and vegetation damage. - - * Frequent Revisit Times: The satellite constellation’s ability to capture imagery on the order of every couple of days makes it highly effective for monitoring rapid changes, such as those caused by natural disasters. - - * Extensive Coverage: Collecting up to 2 million square kilometers of imagery daily, the Dove constellation ensures broad coverage across visible and near-infrared channels. - - * Building and Vegetation Damage Assessment: The high-resolution and frequent imagery facilitate quick identification and analysis of damage to infrastructure and vegetation, aiding in damage determination and response efforts. - - - - - - - - ### Access the Data - - Visit Planet's [home page](https://www.planet.com) to explore options for data access. This data was made available through the NASA [Commercial Satellite Data Acquisition (CSDA) Program](https://earthdata.nasa.gov/about/csda/vendor-planet). You can access the CDSA data explorer [**HERE**](https://csdap.earthdata.nasa.gov). - - - - - - - - ### Citing this Dataset - - Image © 2024 Planet Labs PBC. Planet Application Program Interface: In Space for Life on Earth. https://api.planet.com. - - - - - - - - ## Disclaimer - - All data provided in VEDA has been transformed from the original format (TIFF) into Cloud Optimized GeoTIFFs ([COG](https://www.cogeo.org)). Careful quality checks are used to ensure data transformation has been performed correctly. - - - - - - - - ### Key Publications - - Marshall, W and C. Boshuizen, 2013: Planet Labs' Remote Sensing Satellite System. Proc. of the 2013 Small Satellite Conference, Utah State University. https://digitalcommons.usu.edu/smallsat/2013/all2013/7/ - - - - - - - - ### Other Publications - - Molthan, A., L. A. Schultz, K. M. McGrath, J. E. Burks, J. P. Camp, K. Angle, J. R. Bell, and G. J. Jedlovec, 2020: Earth Remote Sensing in NWS Severe Weather Damage Assessments. *Bull. Amer. Meteor. Soc.*, **101**, 221–226. https://www.jstor.org/stable/27028125 - - - - - - - - ## Data Stories Using This Dataset - - **How Hurricane Ida’s Impact on Wetlands Endangers Inland Communities** - - - - - - - - ## License - - [Creative Commons Attribution 1.0 International](https://creativecommons.org/publicdomain/zero/1.0/legalcode) (CC BY 1.0) - - - \ No newline at end of file