From 05c1cbe2a9ee1bc4c20562020e0c6fc59c9787b9 Mon Sep 17 00:00:00 2001 From: Andrew Blackford <62357205+acblackford@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:16:55 -0500 Subject: [PATCH] added the rest of the ps collections to landing page --- datasets/tornadoes2024-planet.data.mdx | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/datasets/tornadoes2024-planet.data.mdx b/datasets/tornadoes2024-planet.data.mdx index bb923a1c2..0121b42c9 100644 --- a/datasets/tornadoes2024-planet.data.mdx +++ b/datasets/tornadoes2024-planet.data.mdx @@ -64,6 +64,49 @@ layers: ::js ({ dateFns, datetime, compareDatetime }) => { return `${dateFns.format(datetime, 'DD LLL yyyy')}`; } + + - id: ps-barnsdall-tornadoes-2024 + stacCol: ps-barnsdall-tornadoes-2024 + name: Planet TrueColor Satellite Imagery (Barnsdall OK Tornado Damage) + type: raster + description: 'Commercial SmallSat Planet Satellite Imagery of tornado damage at Barnsdall, Oklahoma in the spring 2024 tornado season.' + zoomExtent: + - 0 + - 20 + sourceParams: + rescale: + - 0,255 + resampling: bilinear + asset_bidx: cog_default|1,2,3 + + - id: ps-portage-tornadoes-2024 + stacCol: ps-portage-tornadoes-2024 + name: Planet TrueColor Satellite Imagery (Portage MI Tornado Damage) + type: raster + description: 'Commercial SmallSat Planet Satellite Imagery of tornado damage at Portage, Michigan in the spring 2024 tornado season.' + zoomExtent: + - 0 + - 20 + sourceParams: + rescale: + - 0,255 + resampling: bilinear + asset_bidx: cog_default|1,2,3 + + - id: ps-tornadoes-2024-difference + stacCol: ps-tornadoes-2024-difference + name: Planet TrueColor Satellite Imagery Difference (Greenfield IA Tornado Damage) + type: raster + description: 'Commercial SmallSat Planet Satellite Imagery differnece of tornado damage at Greenfield, Iowa in the spring 2024 tornado season.' + zoomExtent: + - 0 + - 20 + sourceParams: + rescale: + - -2000,2000 + resampling: bilinear + asset_bidx: cog_default|3,2,1 + ---