-
Notifications
You must be signed in to change notification settings - Fork 47
[Content] Vegetation Loss from the 2011 Tornadoes Data Story #893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 26 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
67272d0
Creating PR
mwallner324 d2f434d
changing name
mwallner324 9872f50
added in prose and formatted story
mwallner324 b85c16c
changing pub date
mwallner324 c70ee5a
fixing prose
mwallner324 d798cb2
changed mdx name
mwallner324 a755723
changed title of story
mwallner324 c8e89ca
data mdx for worldview index of MODIS NDVI
acblackford f2fc0ec
fix colon issue
acblackford 9ed4605
add infoDescription
acblackford 500d800
fix description
acblackford 1debe15
env to staging
acblackford f1aa004
added in images
mwallner324 89982a8
adding in more data access links
mwallner324 6465ae1
env to staging (api dev)
acblackford c2639b5
change stac api for modis terra
ram-sharan25 414b8e3
revert env back to prod
acblackford 0183975
added in scrollytelling, updated references and prose with comm revie…
mwallner324 1f98e24
attempting to fix error
mwallner324 20bbfb1
test modis-sid
siddharth0248 44fa44e
fix: nest legend stops for MODIS_Terra_L3_NDVI_16Day
dzole0311 bcfff73
add gedi data mdx
acblackford d3d3d40
update landing pages
acblackford 3fd6cf6
update pace to correct background image
acblackford 3d1b50a
added new datasets
mwallner324 3bbaff9
updated NLCD date Range
mwallner324 ea47541
final esds review changes
acblackford 6d3ec46
fix missing prose tag
acblackford b30cec5
env to staging
acblackford fcbbf17
changes to prose
mwallner324 a5fb499
created tornado tracks dataset landing page
mwallner324 624ee3b
changing tornado tracks 2011 dataset name to debug
mwallner324 1f7e98b
visualized tornaod tracks in story
mwallner324 95394be
creating the hail reports dataset landing page
mwallner324 dc1983b
visualizing the hail report data in story
mwallner324 19c50cf
switch env to prod
acblackford 0f6aa22
pub date to today
acblackford caf7947
creating the windgusts dataset landing page
mwallner324 090b573
fix url
acblackford fbf1d2a
Update datasets/modis-ndvi.data.mdx
acblackford 43098a9
visualizing the wind gusts in story
mwallner324 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,105 @@ | ||
| --- | ||
| id: GEDI_ISS_L3_Canopy_Height_Mean_RH100_201904-202303 | ||
| name: GEDI Canopy Height AGL | ||
| featured: true | ||
| description: The Global Ecosystem Dynamics Investigation (GEDI) mission aims to characterize ecosystem structure and dynamics to enable radically improved quantification and understanding of the Earth’s carbon cycle and biodiversity. | ||
| media: | ||
| src: ::file ./media/gedi-background.jpg | ||
| alt: GEDI Canopy Height over the Colorado Rockies. | ||
| author: | ||
| name: Andrew Blackford | ||
| infoDescription: | | ||
| ::markdown | ||
| - Temporal Extent: 2019 Apr 18 | ||
| - Temporal Resolution: N/A | ||
| layers: | ||
| - id: GEDI_ISS_L3_Canopy_Height_Mean_RH100_201904-202303 | ||
| stacApiEndpoint: https://staging.openveda.cloud/api/stac | ||
| stacCol: GEDI_ISS_L3_Canopy_Height_Mean_RH100_201904-202303 | ||
| name: GEDI Canopy Height AGL | ||
| type: wmts | ||
| description: The Global Ecosystem Dynamics Investigation ([GEDI](https://gedi.umd.edu/)) mission aims to characterize ecosystem structure and dynamics to enable radically improved quantification and understanding of the Earth’s carbon cycle and biodiversity. The GEDI instrument produces high resolution laser ranging observations of the 3-dimensional structure of the Earth. GEDI is attached to the International Space Station (ISS) and collects data globally between 51.6° N and 51.6° S latitudes at the highest resolution and densest sampling of any light detection and ranging (lidar) instrument in orbit to date. Each GEDI Version 2 granule encompasses one-fourth of an ISS orbit and includes georeferenced metadata to allow for spatial querying and subsetting. | ||
| sourceParams: | ||
| layers: 1 | ||
| version: 1.3.0 | ||
| crs: EPSG:3857 | ||
| styles: | ||
| zoomExtent: | ||
| - 0 | ||
| - 5 | ||
| analysis: | ||
| exclude: true | ||
| legend: | ||
| type: gradient | ||
| min: 0 | ||
| max: 1 | ||
| stops: | ||
| - rgb(215, 210, 210) | ||
| - rgb(144, 168, 63) | ||
| - rgb(87, 133, 41) | ||
| - rgb(46, 96, 28) | ||
| - rgb(10, 26, 8) | ||
| --- | ||
|
|
||
| <Block> | ||
| <Prose> | ||
| ## Dataset Details | ||
| - **Temporal Extent:** 2019 | ||
| - **Temporal Resolution:** N/A | ||
| - **Spatial Extent:** Global | ||
| - **Spatial Resolution:** 1 km | ||
| - **Data Type:** Research | ||
| </Prose> | ||
| <Figure> | ||
| <Map | ||
| center={[-121.5678, 39.7558]} | ||
| zoom={9} | ||
| datasetId='GEDI_ISS_L3_Canopy_Height_Mean_RH100_201904-202303' | ||
| layerId='GEDI_ISS_L3_Canopy_Height_Mean_RH100_201904-202303' | ||
| dateTime='2019-04-18' | ||
| /> | ||
| <Caption | ||
| attrAuthor='NASA' | ||
| attrUrl='https://nasa.gov/' | ||
| > | ||
| Example of GEDI Canopy Height showing the vegetation destruction caused by the 2018 Camp Fire in California. | ||
| </Caption> | ||
| </Figure> | ||
| </Block> | ||
|
|
||
|
|
||
| <Block> | ||
| <Prose> | ||
|
|
||
| ## About GEDI | ||
|
|
||
| The Global Ecosystem Dynamics Investigation ([GEDI](https://gedi.umd.edu/)) mission aims to characterize ecosystem structure and dynamics to enable radically improved quantification and understanding of the Earth’s carbon cycle and biodiversity. The GEDI instrument produces high resolution laser ranging observations of the 3-dimensional structure of the Earth. GEDI is attached to the International Space Station (ISS) and collects data globally between 51.6° N and 51.6° S latitudes at the highest resolution and densest sampling of any light detection and ranging (lidar) instrument in orbit to date. Each GEDI Version 2 granule encompasses one-fourth of an ISS orbit and includes georeferenced metadata to allow for spatial querying and subsetting. | ||
|
|
||
| The GEDI instrument was removed from the ISS and placed into storage on March 17, 2023. No data were acquired during the hibernation period from March 17, 2023, to April 24, 2024. GEDI has since been reinstalled on the ISS and resumed operations as of April 26, 2024. | ||
|
|
||
| The purpose of the GEDI Level 2B Canopy Cover and Vertical Profile Metrics product (GEDI02_B) is to extract biophysical metrics from each GEDI waveform. These metrics are based on the directional gap probability profile derived from the L1B waveform. Metrics provided include canopy cover, Plant Area Index (PAI), Plant Area Volume Density (PAVD), and Foliage Height Diversity (FHD). The GEDI02_B product is provided in HDF5 format and has a spatial resolution (average footprint) of 25 meters. | ||
|
|
||
| The GEDI02_B data product contains 96 layers for each of the eight-beam ground transects (or laser footprints located on the land surface). Datasets provided include precise latitude, longitude, elevation, height, canopy cover, and vertical profile metrics. Additional information for the layers can be found in the GEDI Level 2B Data Dictionary. | ||
|
|
||
| ##### Known Issues | ||
|
|
||
| * Data acquisition gaps: GEDI data acquisitions were suspended on December 19, 2019 (2019 Day 353) and resumed on January 8, 2020 (2020 Day 8). | ||
| * Incorrect Reference Ground Track (RGT) number in the filename for select GEDI files: GEDI Science Data Products for six orbits on August 7, 2020, and November 12, 2021, had the incorrect RGT number in the filename. There is no impact to the science data, but users should reference this [document](https://lpdaac.usgs.gov/documents/2236/GEDI_CORRECTED_RGT_FILENAMES.pptx) for the correct RGT numbers. | ||
| * Known Issues: Section 8 of the User Guide provides additional information on known issues. | ||
|
|
||
| ##### Improvements/Changes from Previous Versions | ||
|
|
||
| * Metadata has been updated to include spatial coordinates. | ||
| * Granule size has been reduced from one full ISS orbit (~1.19 GB) to four segments per orbit (~0.30 GB). | ||
| * Filename has been updated to include segment number and version number. | ||
| * Improved geolocation for an orbital segment. | ||
| * Added elevation from the SRTM digital elevation model for comparison. | ||
| * Modified the method to predict an optimum algorithm setting group per laser shot. | ||
| * Added additional land cover datasets related to phenology, urban infrastructure, and water persistence. | ||
| * Added selected_mode_flag dataset to root beam group using selected algorithm. | ||
| * Removed shots when the laser is not firing. | ||
| * Modified file name to include segment number and dataset version. | ||
|
|
||
| </Prose> | ||
| </Block> | ||
|
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| --- | ||
| id: MODIS_Terra_L3_NDVI_16Day | ||
| name: MODIS Terra 16-Day NDVI | ||
| featured: true | ||
| description: The Vegetation Index (L3, 16-Day) layer is created from the Terra Moderate Resolution Imaging Spectroradiometer (MODIS) Vegetation Indices (MOD13Q1) data which are generated every 16 days at 250 meter (m) spatial resolution as a Level 3 product. | ||
| media: | ||
| src: ::file ./media/modis-ndvi.jpg | ||
| alt: MODIS NDVI over the Eastern Corn Belt of the Midwestern USA. | ||
| author: | ||
| name: Andrew Blackford | ||
| infoDescription: | | ||
| ::markdown | ||
| - Temporal Extent: 2000 Mar 5 - Present | ||
| - Temporal Resolution: Daily | ||
| layers: | ||
| - id: MODIS_Terra_L3_NDVI_16Day | ||
| stacApiEndpoint: https://staging.openveda.cloud/api/stac | ||
| stacCol: MODIS_Terra_L3_NDVI_16Day | ||
| name: 16-Day MODIS Terra NDVI (L3) (from Worldview/GIBS) | ||
| type: wmts | ||
| description: The Vegetation Index (L3, 16-Day) layer is created from the Terra Moderate Resolution Imaging Spectroradiometer (MODIS) Vegetation Indices (MOD13Q1) data which are generated every 16 days at 250 meter (m) spatial resolution as a Level 3 product. | ||
| sourceParams: | ||
| layers: 1 | ||
| version: 1.3.0 | ||
| crs: EPSG:3857 | ||
| styles: | ||
| zoomExtent: | ||
| - 0 | ||
| - 5 | ||
| analysis: | ||
| exclude: true | ||
| legend: | ||
| type: gradient | ||
| min: 0 | ||
| max: 1 | ||
| stops: | ||
| - rgb(215, 210, 210) | ||
| - rgb(187, 175, 159) | ||
| - rgb(151, 129, 108) | ||
| - rgb(144, 168, 63) | ||
| - rgb(87, 133, 41) | ||
| - rgb(46, 96, 28) | ||
| - rgb(10, 26, 8) | ||
| compare: | ||
| datasetId: MODIS_Terra_L3_NDVI_16Day | ||
| layerId: MODIS_Terra_L3_NDVI_16Day | ||
| mapLabel: | | ||
| ::js ({ dateFns, datetime, compareDatetime }) => { | ||
| return `${dateFns.format(datetime, 'dd LLL yyyy')} VS ${dateFns.format(compareDatetime, 'dd LLL yyyy')}`; | ||
| } | ||
| --- | ||
|
|
||
| <Block> | ||
| <Prose> | ||
| ## Dataset Details | ||
| - **Temporal Extent:** 2000-Present | ||
| - **Temporal Resolution:** Every 16 Days | ||
| - **Spatial Extent:** Global | ||
| - **Spatial Resolution:** 250 m | ||
| - **Data Type:** Research | ||
| </Prose> | ||
| <Figure> | ||
| <Map | ||
| datasetId='MODIS_Terra_L3_NDVI_16Day' | ||
| layerId='MODIS_Terra_L3_NDVI_16Day' | ||
| dateTime='2011-04-28' | ||
| zoom={8} | ||
| center={[-95.37,29.76]} | ||
| /> | ||
| <Caption | ||
| attrAuthor='NASA' | ||
| attrUrl='https://nasa.gov/' | ||
| > | ||
| Example of MODIS Terra NDVI showing the 2011 Super Outbreak tornado paths in Alabama. | ||
| </Caption> | ||
| </Figure> | ||
| </Block> | ||
|
|
||
|
|
||
| <Block> | ||
| <Prose> | ||
|
|
||
| ## About MODIS NDVI | ||
|
|
||
| The Vegetation Index (L3, 16-Day) layer is created from the Terra Moderate Resolution Imaging Spectroradiometer (MODIS) Vegetation Indices (MOD13Q1) data which are generated every 16 days at 250 meter (m) spatial resolution as a Level 3 product. The MOD13Q1 product provides the Normalized Difference Vegetation Index (NDVI) which is referred to as the continuity index to the existing National Oceanic and Atmospheric Administration-Advanced Very High Resolution Radiometer (NOAA-AVHRR) derived NDVI. The algorithm chooses the best available pixel value from all the acquisitions from the 16-day period. The criteria used is low clouds, low view angle, and the highest NDVI value. The MODIS Normalized Difference Vegetation Index (NDVI) complements NOAA's Advanced Very High Resolution Radiometer (AVHRR) NDVI products and provides continuity for time series historical applications. The MODIS NDVI product is computed from surface reflectances corrected for molecular scattering, ozone absorption, and aerosols. | ||
|
|
||
| References: MOD13Q1 doi:10.5067/MODIS/MOD13Q1.061 | ||
|
|
||
| </Prose> | ||
| </Block> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.