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

Add dataset(s) - campfire-nlcd [Automated PR by botanical] #732

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
71 changes: 71 additions & 0 deletions datasets/campfire-nlcd.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
id: campfire-nlcd
name: 'Camp Fire Domain: Land Cover'
featured: false
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).'
media:
src: https://bootstrap-cheatsheet.themeselection.com/assets/images/bs-images/img-2x1.png
alt: Placeholder image
author:
name: Media author
url: ''
taxonomy:
- name: Source
values:
- NASA
infoDescription: "::markdown\n - **Temporal Extent:** 2015 - 2100\n \
\ - **Temporal Resolution:** Annual\n - **Spatial Extent:** Global\n\
\ - **Spatial Resolution:** 0.25 degrees x 0.25 degrees\n \
\ - **Data Units:** Days (Days per year above 90\xB0F or 110\xB0F)\n \
\ - **Data Type:** Research\n "
layers:
- id: campfire-nlcd-cog_default
stacCol: campfire-nlcd
name: Default COG Layer
type: raster
description: Cloud optimized default layer to display on map
zoomExtent:
- 0
- 4
sourceParams:
assets: cog_default
resampling_method: bilinear
colormap_name: wistia
rescale: 0,365
maxzoom: 4
compare:
datasetId: campfire-nlcd
layerId: cog_default
mapLabel: ::js ({ dateFns, datetime, compareDatetime }) => {if (dateFns && datetime
&& compareDatetime)return `${dateFns.format(datetime, 'yyyy')} VS ${dateFns.format(compareDatetime,
'yyyy')}`;}
analysis:
exclude: false
metrics:
- mean
legend:
unit:
label: Days
type: gradient
min: 0
max: 365
stops:
- '#E4FF7A'
- '#FAED2D'
- '#FFCE0A'
- '#FFB100'
- '#FE9900'
- '#FC7F00'
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days
---
<Block>
<Prose>
[[REPLACE WITH RELEVANT DATASET INFORMATION]]
</Prose>
</Block>
71 changes: 71 additions & 0 deletions datasets/houston-landcover.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
id: houston-landcover
name: Houston Land Cover
featured: false
description: 'MODIS-derived land use-land cover over the Houston metro area (zoomed-in
extent). Displays colors 0-255 from a lookup table for land cover type (ex: reds
= urbanized).'
media:
src: https://bootstrap-cheatsheet.themeselection.com/assets/images/bs-images/img-2x1.png
alt: Placeholder image
author:
name: Media author
url: ''
taxonomy:
- name: Source
values:
- NASA
infoDescription: "::markdown\n - **Temporal Extent:** 2015 - 2100\n \
\ - **Temporal Resolution:** Annual\n - **Spatial Extent:** Global\n\
\ - **Spatial Resolution:** 0.25 degrees x 0.25 degrees\n \
\ - **Data Units:** Days (Days per year above 90\xB0F or 110\xB0F)\n \
\ - **Data Type:** Research\n "
layers:
- id: houston-landcover-cog_default
stacCol: houston-landcover
name: Default COG Layer
type: raster
description: Cloud optimized default layer to display on map
zoomExtent:
- 0
- 4
sourceParams:
assets: cog_default
resampling_method: bilinear
colormap_name: wistia
rescale: 0,365
maxzoom: 4
compare:
datasetId: houston-landcover
layerId: cog_default
mapLabel: ::js ({ dateFns, datetime, compareDatetime }) => {if (dateFns && datetime
&& compareDatetime)return `${dateFns.format(datetime, 'yyyy')} VS ${dateFns.format(compareDatetime,
'yyyy')}`;}
analysis:
exclude: false
metrics:
- mean
legend:
unit:
label: Days
type: gradient
min: 0
max: 365
stops:
- '#E4FF7A'
- '#FAED2D'
- '#FFCE0A'
- '#FFB100'
- '#FE9900'
- '#FC7F00'
info:
source: NASA
spatialExtent: Global
temporalResolution: Annual
unit: Days
---
<Block>
<Prose>
[[REPLACE WITH RELEVANT DATASET INFORMATION]]
</Prose>
</Block>