-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
55 changed files
with
2,090 additions
and
283 deletions.
There are no files selected for viewing
This file contains 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,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" | ||
} |
This file contains 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,7 @@ | ||
#!/bin/bash | ||
|
||
git submodule update --init --recursive | ||
|
||
./.veda/setup | ||
|
||
cp .env.local-sample .env.local |
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 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,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> |
This file contains 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,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> |
This file contains 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,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> |
This file contains 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,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> |
This file contains 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,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> |
Oops, something went wrong.