Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Felikson <[email protected]>
Co-authored-by: Shahryar Khalique Ahmad <[email protected]>
Co-authored-by: Krutikkumar Patel <[email protected]>
Co-authored-by: Hanbyul Jo <[email protected]>
  • Loading branch information
5 people authored Mar 15, 2023
2 parents fc08999 + 855bb19 commit be3d7ef
Show file tree
Hide file tree
Showing 55 changed files with 2,090 additions and 283 deletions.
30 changes: 30 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [9000],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash .devcontainer/init.sh",

// Configure tool-specific properties.
"customizations": {
"codespaces": {
"repositories": {
"NASA-IMPACT/veda-ui": {
"permissions": "read-all"
}
}
}
}

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
7 changes: 7 additions & 0 deletions .devcontainer/init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

git submodule update --init --recursive

./.veda/setup

cp .env.local-sample .env.local
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 1 files
+18 −2 app/scripts/main.tsx
Binary file added datasets/CONUS_Nitrate_07012018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions datasets/barc-thomasfire.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
id: barc-thomasfire
name: "Burn Area Reflectance Classification for Thomas Fire"
description: "Burn Area Reflectance Classification (BARC) from the Burned Area Emergency Response (BAER) program for the Thomas Fire of 2017"
media:
src: ::file ./mtbs-burn-severity--dataset-cover.jpg
alt: Hillside engulfed by wildfire
author:
name: Mike Newbry
url: https://unsplash.com/photos/DwtX9mMHBJ0
thematics:
- eis
layers:
- id: barc-thomasfire
stacCol: barc-thomasfire
name: Burn Area Reflectance Classification for Thomas Fire
type: raster
description: "Burn Area Reflectance Classification (BARC) from the Burned Area Emergency Response (BAER) program for the Thomas Fire of 2017"
zoomExtent:
- 0
- 20
sourceParams:
colormap_name: rdylgn_r
rescale:
- 1
- 4
nodata: nan
legend:
type: categorical
stops:
- color: "#94c772"
label: "Unburned"
- color: "#faf88e"
label: "Low"
- color: "#ea915e"
label: "Moderate"
- color: "#971d2b"
label: "High"

---

<Block>
<Prose>
## About

Burn Area Reflectance Classification (BARC) from the Burned Area Emergency Response (BAER) program for the Thomas Fire of 2017.

</Prose>
</Block>
39 changes: 39 additions & 0 deletions datasets/conus-reach.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
id: conus-reach
name: "Stream network across the Contiguous United States"
description: "This dataset describes the Stream network across the Contiguous United States delineated using Soil and Water Assessment Tool"
media:
src: ::file ./CONUS_Nitrate_07012018.png
alt: A map showing nitrate loads in the rivers of the United States on 07/01/2018
author:
name: NASA
url: https://www.nasa.gov
pubDate: 2023-03-03
thematics:
- eis
layers:
- id: conus-reach
stacCol: conus-reach
name: Stream network across the Contiguous United States
type: raster
description: "This dataset describes the Stream network across the Contiguous United States delineated using Soil and Water Assessment Tool"
zoomExtent:
- 0
- 20
sourceParams:
colormap_name: gnbu_r
rescale:
- 1
- 1
nodata: 65535

---

<Block>
<Prose>
## About

This dataset describes the Stream network across the Contiguous United States delineated using Soil and Water Assessment Tool

</Prose>
</Block>
88 changes: 88 additions & 0 deletions datasets/disalexi-etsuppression.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
id: disalexi-etsuppression
name: "DisALEXI ET Suppression"
description: "Change in ET using DisALEXI model of OpenET observations for 2017-20 fires, calculated as the difference of ET in the immediate post-fire water year from ET in the immediate pre-fire water year"
media:
src: ::file ./mtbs-burn-severity--dataset-cover.jpg
alt: Hillside engulfed by wildfire
author:
name: Mike Newbry
url: https://unsplash.com/photos/DwtX9mMHBJ0
thematics:
- eis
layers:
- id: disalexi-etsuppression
stacCol: disalexi-etsuppression
name: DisALEXI ET Suppression
type: raster
description: "Change in ET using DisALEXI model of OpenET observations for 2017-20 fires, calculated as the difference of ET in the immediate post-fire water year from ET in the immediate pre-fire water year. The difference is normalized by pre-fire ET and negative values denote vegetation disturbance induced by fire or by a climatological anomaly resulting in the decline in ET"
zoomExtent:
- 0
- 20
sourceParams:
asset_bidx: cog_default|1
colormap_name: rdylbu
rescale:
- -0.5
- 0.5
nodata: -9999
compare:
datasetId: mtbs-burn-severity
layerId: mtbs-burn-severity
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `ET Suppression: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: ET Suppression
min: "-0.5"
max: "0.5"
stops:
- "#a50026"
- "#f46d43"
- "#fee090"
- "#e0f3f8"
- "#74add1"
- "#313695"
- id: mtbs-burn-severity
stacCol: mtbs-burn-severity
name: MTBS Burn Severity
type: raster
description: "Burn severities and extents of fires from Monitoring Trends in Burn Severity (MTBS) program during the years 2016-2021 over Western US"
zoomExtent:
- 0
- 20
sourceParams:
colormap_name: rdylgn_r
rescale:
- 1
- 4
legend:
type: categorical
stops:
- color: "#94c772"
label: "Unburned"
- color: "#faf88e"
label: "Low"
- color: "#ea915e"
label: "Moderate"
- color: "#971d2b"
label: "High"
---

<Block>
<Prose>
## About

Impact of fires on changes in evapotranspiration, obtained OpenET observations (DisALEXI model) for 2017-20 fires

Changes in ET are calculated as the difference of ET in the immediate post-fire water year from ET in the immediate pre-fire water year. The difference is normalized by pre-fire ET and negative values denote vegetation disturbance induced by fire or by a climatological anomaly resulting in the decline in ET

## Additional Resources

* [OpenET Product](https://openetdata.org/)
* [MTBS - Project overview](https://www.mtbs.gov/project-overview)
* [Interactive MTBS Viewer for Continental US](https://www.mtbs.gov/viewer/?region=conus)
</Prose>
</Block>
82 changes: 82 additions & 0 deletions datasets/frp-max-thomasfire.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
id: frp-max-thomasfire
name: "Maximum Fire Radiative Power for Thomas Fire"
description: "Maximum Fire Radiative Power recorded by the Suomi NPP VIIRS sensor per 12hr fire line segment for the Thomas Fire of 2017"
media:
src: ::file ./mtbs-burn-severity--dataset-cover.jpg
alt: Hillside engulfed by wildfire
author:
name: Mike Newbry
url: https://unsplash.com/photos/DwtX9mMHBJ0
thematics:
- eis
layers:
- id: frp-max-thomasfire
stacCol: frp-max-thomasfire
name: Maximum Fire Radiative Power for Thomas Fire
type: raster
description: "Maximum Fire Radiative Power recorded by the Suomi NPP VIIRS sensor per 12hr fire line segment for the Thomas Fire of 2017"
zoomExtent:
- 0
- 20
sourceParams:
asset_bidx: cog_default|1
colormap_name: inferno_r
rescale:
- 1.0
- 1080
nodata: nan
compare:
datasetId: barc-thomasfire
layerId: barc-thomasfire
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `FRP: ${dateFns.format(datetime, 'yyyy')} VS BARC: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: Maximum FRP
min: "1"
max: "1100"
stops:
- "#FBB41A"
- "#BB3754"
- "#781D6D"
- "#34095F"
- id: barc-thomasfire
stacCol: barc-thomasfire
name: Burn Area Reflectance Classification for Thomas Fire
type: raster
description: "Burn Area Reflectance Classification (BARC) from the Burned Area Emergency Response (BAER) program for the Thomas Fire of 2017"
zoomExtent:
- 0
- 20
sourceParams:
colormap_name: rdylgn_r
rescale:
- 1
- 4
nodata: nan
legend:
type: categorical
stops:
- color: "#94c772"
label: "Unburned"
- color: "#faf88e"
label: "Low"
- color: "#ea915e"
label: "Moderate"
- color: "#971d2b"
label: "High"

---

<Block>
<Prose>
## About

Maximum Fire Radiative Power recorded by the Suomi NPP VIIRS sensor per 12hr fire line segment for the Thomas Fire of 2017


</Prose>
</Block>
86 changes: 86 additions & 0 deletions datasets/lis-etsuppression.data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
id: lis-etsuppression
name: "LIS Modeled ET Suppression"
description: "Change in ET for 2020 fires using LIS outputs"
media:
src: ::file ./mtbs-burn-severity--dataset-cover.jpg
alt: Hillside engulfed by wildfire
author:
name: Mike Newbry
url: https://unsplash.com/photos/DwtX9mMHBJ0
thematics:
- eis
layers:
- id: lis-etsuppression
stacCol: lis-etsuppression
name: LIS ET Suppression
type: raster
description: "Change in ET for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model."
zoomExtent:
- 0
- 20
sourceParams:
asset_bidx: cog_default|1
colormap_name: rdylbu
rescale:
- -0.5
- 0.5
nodata: -9999
compare:
datasetId: mtbs-burn-severity
layerId: mtbs-burn-severity
mapLabel: |
::js ({ dateFns, datetime, compareDatetime }) => {
return `ET Suppression: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: ET Suppression
min: "-0.5"
max: "0.5"
stops:
- "#a50026"
- "#f46d43"
- "#fee090"
- "#e0f3f8"
- "#74add1"
- "#313695"
- id: mtbs-burn-severity
stacCol: mtbs-burn-severity
name: MTBS Burn Severity
type: raster
description: "Burn severities and extents of fires from Monitoring Trends in Burn Severity (MTBS) program during the years 2016-2021 over Western US"
zoomExtent:
- 0
- 20
sourceParams:
colormap_name: rdylgn_r
rescale:
- 1
- 4
legend:
type: categorical
stops:
- color: "#94c772"
label: "Unburned"
- color: "#faf88e"
label: "Low"
- color: "#ea915e"
label: "Moderate"
- color: "#971d2b"
label: "High"
---

<Block>
<Prose>
## About

Change in ET for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model. Change is calculated as the difference of ET in the immediate post-fire water year from that in the immediate pre-fire water year. The difference is normalized by pre-fire ET and negative values denote vegetation disturbance induced by fire or by a climatological anomaly resulting in the decline in ET.

## Additional Resources

* [OpenET Product](https://openetdata.org/)
* [MTBS - Project overview](https://www.mtbs.gov/project-overview)
* [Interactive MTBS Viewer for Continental US](https://www.mtbs.gov/viewer/?region=conus)
</Prose>
</Block>
Loading

0 comments on commit be3d7ef

Please sign in to comment.