Skip to content
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

[Content] NLCD Dataset Landing Page #432

Open
wants to merge 42 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
6ce08b6
initial creation of dataset landing page for NLCD data
acblackford Aug 12, 2024
b488f46
updating legend and cmap
acblackford Aug 12, 2024
692083a
added prose to data page
acblackford Aug 12, 2024
52ff73e
added cover photo to dataset landing page
acblackford Aug 12, 2024
0110c09
changed name
acblackford Aug 12, 2024
fe7a438
fixed mdx typo
acblackford Aug 12, 2024
e374a7b
Update datasets/nlcd.data.mdx
acblackford Aug 12, 2024
7c77e35
removed duplicated formatting
acblackford Aug 12, 2024
f09f2bd
fixed author credits
acblackford Aug 12, 2024
79de171
Get rid of compare
WeathermanTrent Aug 15, 2024
f30735f
Add back
WeathermanTrent Aug 15, 2024
cc30a0b
Update .env
acblackford Aug 15, 2024
642ac04
updated stops labelling
acblackford Aug 15, 2024
6adba85
updating the urbanization dataset landing page to be the new conus tif
acblackford Aug 15, 2024
1a1321b
updated tags and descriptions
acblackford Aug 15, 2024
3ce713f
new urbanization collection linked
acblackford Aug 15, 2024
f158066
changed id of dataset page for urb
acblackford Aug 15, 2024
feb1d25
updated new collection name for nlcd
acblackford Aug 15, 2024
3d1b0c7
updated nlcd collection
acblackford Aug 16, 2024
fc19f4f
changed zoom extent in AOD story
acblackford Aug 16, 2024
cec62f1
updated source tags to MRLC
acblackford Aug 20, 2024
34659ab
reformatted nlcd pages to standard dataset landing page format
acblackford Aug 21, 2024
45ec112
fixed duplicated formatting
acblackford Aug 21, 2024
61d5eba
fixed typo in url hyperlink
acblackford Aug 21, 2024
6d55e78
one more typo in map formatting
acblackford Aug 21, 2024
f1d37e1
removed compare in nlcd new urbanization data example map
acblackford Aug 21, 2024
e222ce9
changed preview of new urb nlcd in the landing page to Indy so not ev…
acblackford Aug 21, 2024
ed793d7
updated nlcd landing pages to 'v2' for new optimized cogs
acblackford Sep 16, 2024
ad2d50a
updated compare on dataset page
acblackford Sep 16, 2024
2dbafca
updated new urb display caption in landing page
acblackford Sep 16, 2024
0588fdd
Update .env
acblackford Sep 17, 2024
df0f289
Update .env
acblackford Sep 17, 2024
ac1722a
Update datasets/nlcd.data.mdx
acblackford Sep 17, 2024
6e754d9
removed v2 and changed env to prod
acblackford Sep 17, 2024
4478986
added full NLCD legend to cbar
acblackford Sep 18, 2024
4dc3934
changed internal links to <Link>
acblackford Sep 30, 2024
4157f91
temporarily use staging apis for nlcd data
anayeaye Oct 10, 2024
9586fbe
remove typo
anayeaye Oct 10, 2024
7381005
remove typo
anayeaye Oct 10, 2024
4648835
reference landcover asset in nlcd urbanization
anayeaye Oct 10, 2024
f07cb66
remove custom resampling
anayeaye Oct 11, 2024
614687a
Merge pull request #450 from NASA-IMPACT/fix/temp-staging-nlcd-urls
anayeaye Oct 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added datasets/nlcd-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 141 additions & 0 deletions datasets/nlcd.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
id: nlcd
acblackford marked this conversation as resolved.
Show resolved Hide resolved
name: 'National Land Cover Database LULC Classifications'
description: "National Land Cover Database Land Use - Land Cover classifications for CONUS, 2001-2021 at 30 m resolution."

media:
src: ::file ./nlcd-cover.png
alt: Boston, MA skyline.
author: Eric Kilby
name: NASA
url: https://openverse.org/image/a9e174e6-d4e1-4377-81e2-6e71bf1a9602?q=skyline
taxonomy:
- name: Topics
values:
- Agriculture
- Biomass
- EIS
- Environmental Justice
- name: Source
values:
- UAH
layers:
- id: nlcd
stacCol: nlcd
name: NLCD Land Use - Land Cover Classification
type: raster
description: "30 meter LULC classification provided by the NLCD."
initialDatetime: newest
zoomExtent:
- 0
- 20
sourceParams:
colormap: '{"11":"#486DA2", "12":"#E7EFFC", "21": "#E1CDCE", "22": "#DC9881", "23": "#F10100", "24": "#AB0101",
"31":"#B3AFA4", "41":"#6BA966", "42": "#1D6533", "43": "#BDCC93", "51": "#B29C46", "52": "#D1BB82",
"71":"#EDECCD", "72":"#D0D181", "73": "#A4CC51", "74": "#82BA9D", "81": "#DDD83E", "82": "#AE7229",
"90":"#BBD7ED", "95":"#71A4C1","0":"#00BFFF"}'
nodata: 0
rescale:
- 0
- 255
acblackford marked this conversation as resolved.
Show resolved Hide resolved
legend:
type: categorical
min: "0"
max: "255"
stops:
- color: "#E1CDCE"
label: "Urban"
- color: "#DC9881"
- color: "#F10100"
- color: "#AB0101"
- color: "#6BA966"
label: "Vegetation"
- color: "#1D6533"
- color: "#BDCC93"
- color: "#D1BB82"
- color: "#EDECCD"
- color: "#D0D181"
- color: "#A4CC51"
- color: "#AE7229"
label: "Agriculture"
compare:
datasetId: nlcd
layerId: nlcd
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `${dateFns.format(datetime, 'yyyy')} VS ${dateFns.format(compareDatetime, 'yyyy')}`;
}
info:
source: MRLC
spatialExtent: United States
temporalResolution: Bi- to Tri-Annual
unit: N/A

---

<Block type='full'>
<Figure>
<Map
datasetId='nlcd'
layerId='nlcd'
dateTime='2001-01-01'
zoom={8}
center={[-95.37,29.76]}
compareDateTime='2021-01-01'
/>
<Caption
attrAuthor='NASA'
attrUrl='https://nasa.gov/'
>
Comparison of the NLCD for Houston, TX between 2001 and 2021
</Caption>
</Figure>
</Block>

<Block>
<Prose>

### About

The National Land Cover Database (NLCD) stands as a paramount dataset offering an in-depth overview of the land cover characteristics in the United States. Spearheaded by the Earth Resources Observation and Science (EROS) Center, this database is renewed every two to three years to provide updated and accurate data for the nation.

This is a collective effort between the U.S. Geological Survey (USGS) and the Multi-Resolution Land Characteristics (MRLC) Consortium. The MRLC, composed of various federal agencies, has a rich legacy spanning over 30 years of generating consistent and pertinent land cover information on a national scale. The NLCD is a testament to their dedication and has emerged as one of the most frequently utilized geospatial datasets within the U.S., catering to an extensive audience ranging from scientists, land managers, city planners, to students.

As of its latest release, the NLCD showcases land cover data and related changes across nine specific epochs, starting from 2001 and culminating in 2021. These datasets are meticulously crafted, ensuring continuity and consistency with the past releases (from 2001-2019). This methodological consistency ensures that the datasets from the different epochs are directly comparable and well-suited for mult-temporal analyses.

### What NLCD Offers

* Land Cover: This product details the land cover of the Conterminous U.S. at a 30-meter spatial resolution, employing a 16-class legend rooted in the modified Anderson Level II classification system.

* Land Cover Change Index: This visualization tool portrays the transformations that have transpired across all the NLCD epochs, furnishing users with a holistic view of the evolving landscape.

* Urban Imperviousness: A crucial dataset for urbanization studies, it highlights impervious surfaces in urban regions, showcasing them as a percentage of the developed surface at every 30-meter pixel.

* Urban Impervious Descriptor: A more nuanced product that classifies specific urban developments, such as roads, wind tower sites, building locations, and energy production sites. This aids in a more granular analysis of urban features.

### Access the Data

Visit the [Acess Data](https://www.mrlc.gov/data) page to explore all of the options that NLCD offers.

### Citing this Dataset

U.S. Geological Survey (USGS) & Multi-Resolution Land Characteristics (MRLC) Consortium. (2021). National Land Cover Database (NLCD) 2021: Conterminous U.S. Land Cover. Earth Resources Observation and Science (EROS) Center. Retrieved from https://www.mrlc.gov/data

### Publications

* Danielson, Patrick, Postma, Kory, Riegle, J., Dewitz, Jon A., Deep learning artificial intelligence (AI) for improving classification accuracy for the National Land Cover Database (NLCD) [abs.]

* Wickham, J., Stehman, S.V., Sorenson, D.G., Gass, L., Dewitz, Jon A., Thematic accuracy assessment of the NLCD 2016 land cover for the conterminous United States: Remote Sensing of Environment, v. 257, at https://doi.org/10.1016/j.rse.2021.112357

* Rigge, Matthew B., Shi, Hua, Postma, Kory, Projected change in rangeland fractional component cover across the sagebrush biome under climate change through 2085, v. 12, no. 6, at https://doi.org/10.1002/ecs2.3538

* Rigge, Matthew B., Homer, Collin G., Shi, Hua, Meyer, Debbie K., Bunde, Brett, Granneman, Brian, Postma, Kory, Danielson, Patrick, Case, Adam, Xian, George Z., Rangeland fractional components across the western United States from 1985 to 2018: Remote Sensing, v. 13, no. 4, at https://doi.org/10.3390/rs13040813

* Peng, D., Wang, Y. L., Xian, George, Huete, A.R., Huang, W., Shen, M., Wang, F., Yu, L., Liu, L., Xie, Q., Liu, L., Zhang, X., Investigation of land surface phenology detections in shrublands using multiple scale satellite data: Remote Sensing of Environment, v. 252, at https://doi.org/10.1016/j.rse.2020.112133

* Rigge, Matthew B., Shi, Hua, Meyer, Debbie K., Bunde, Brett, Postma, Kory, Trends of fractional rangeland components across a 1985-2020 time-series [poster], v. Measuring & Monitoring Ecosystems, at http://annualmeeting2021.rangelands.org/presentations-posters/

* Jin, Suming, Dewitz, Jon A., Sorenson, D., Shogib, Rakibul , Granneman, Brian J., Case, Adam, Li, Congcong, Zhe, Z., Danielson, Patrick, Costello, C., Gass, L., National Land Cover Database 2019—A comprehensive strategy for creating the 1986-2019 Forest Disturbance Date Product [abs.], v. Proceedings, at https://agu.confex.com/agu/fm21/meetingapp.cgi/Paper/960755

</Prose>
</Block>

Loading