Skip to content

Commit

Permalink
Merge pull request #273 from NASA-IMPACT/develop
Browse files Browse the repository at this point in the history
Deploy v0.8.1
  • Loading branch information
hanbyul-here authored Jun 6, 2023
2 parents 68bb078 + 68edd38 commit fc85ecd
Show file tree
Hide file tree
Showing 41 changed files with 98 additions and 11,652 deletions.
2 changes: 1 addition & 1 deletion .veda/ui
Submodule ui updated 38 files
+18 −5 README.md
+72 −0 docs/content/CONFIGURATION.md
+271 −0 docs/content/CONTENT.md
+519 −0 docs/content/MDX_BLOCKS.md
+119 −0 docs/content/PAGE_OVERRIDES.md
+59 −0 docs/content/TAXONOMY.md
+274 −0 docs/content/frontmatter/layer.md
+53 −0 docs/content/frontmatter/media.md
+ docs/content/media/block-default-prose.jpg
+ docs/content/media/block-figure-prose.jpg
+ docs/content/media/block-full-figure-prose.jpg
+ docs/content/media/block-full-figure.jpg
+ docs/content/media/block-prose-figure.jpg
+ docs/content/media/block-prose-full-figure.jpg
+ docs/content/media/block-wide-figure.jpg
+ docs/content/media/block-wide-prose.jpg
+ docs/content/media/chart.png
+ docs/content/media/dataset-header.png
+ docs/content/media/dataset-usage-callout-modal.png
+ docs/content/media/dataset-usage-callout.png
+10,269 −0 docs/content/media/example.csv
+ docs/content/media/fm-featured-dataset.png
+ docs/content/media/fm-featured-discovery.png
+ docs/content/media/fm-media-attr.png
+ docs/content/media/image-figure.jpg
+ docs/content/media/image-inline.jpg
+ docs/content/media/legend-categorical.png
+ docs/content/media/legend-gradient.png
+ docs/content/media/myimage.gif
+ docs/content/media/prose-figure-w-quotation.jpg
+ docs/content/media/prose-figure.jpg
+ docs/content/media/related-content-dataset.jpg
+ docs/content/media/related-content-discovery.jpg
+ docs/content/media/scrollytelling.png
+ docs/content/media/veda_logo_blue_text_transparent.png
+12 −3 docs/development/ARCHITECTURE.md
+6 −1 docs/development/PAGE_OVERRIDES_DEV.md
+0 −0 docs/development/SETUP.md
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ Discoveries are long form pieces of content that tell a story about some interes
## Getting started

1) Check [SETUP](./docs/SETUP.md) to see how you can run the project locally. (You'll need this to preview content.)
2) Check [CONFIGURATION](./docs/CONFIGURATION.md) to see a list of configuration options for VEDA.
3) Check [CONTENT](./docs/CONTENT.md) for how to structure the content pieces.
2) Alternatively, you can run the project using Github Codespaces. Check the [Codespaces guide](./docs/GH_CODESPACES.md) to know how.

If you plan to add features to `veda-config` check [DEVELOPMENT](./docs/DEVELOPMENT.md).
If you plan to do development on `veda-config` or update the `veda-ui` version check [DEVELOPMENT](./docs/DEVELOPMENT.md).

## Creating content and configuring VEDA

The configuration and content options for VEDA will depend on the `veda-ui` (the actual interface code) version that `veda-config` is running.

**The documentation for the current version can be viewed at [169ea81 of veda-ui](https://github.com/NASA-IMPACT/veda-ui/tree/169ea81629ebae74c2d9e46a7b416f784b025fdf/README.md).

## License
This project is licensed under **Apache 2**, see the [LICENSE](LICENSE) file for more details.
Expand Down
17 changes: 8 additions & 9 deletions datasets/disalexi-etsuppression.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,30 @@ thematics:
layers:
- id: disalexi-etsuppression
stacCol: disalexi-etsuppression
name: DisALEXI ET Suppression
name: DisALEXI ET Anomalies
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"
description: "Standardized ET anomaly 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
- -1.0
- 1.0
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')}`;
return `ET Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: ET Suppression
min: "-0.5"
max: "0.5"
label: ET Anomalies
min: "-1.0"
max: "1.0"
stops:
- "#a50026"
- "#f46d43"
Expand Down
17 changes: 8 additions & 9 deletions datasets/lis-etsuppression.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,30 @@ thematics:
layers:
- id: lis-etsuppression
stacCol: lis-etsuppression
name: LIS ET Suppression
name: LIS ET Anomalies
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."
description: "ET anomaly 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
- -0.6
- 0.6
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')}`;
return `ET Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: ET Suppression
min: "-0.5"
max: "0.5"
label: ET Anomalies
min: "-0.6"
max: "0.6"
stops:
- "#a50026"
- "#f46d43"
Expand Down
17 changes: 8 additions & 9 deletions datasets/lis-tvegsuppression.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,30 @@ thematics:
layers:
- id: lis-tvegsuppression
stacCol: lis-tvegsuppression
name: LIS Transpiration Suppression
name: LIS Transpiration Anomalies
type: raster
description: "Change in Transpiration 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."
description: "Standardized transpiration anomalies 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
- -0.6
- 0.6
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')}`;
return `Transpiration Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`;
}
legend:
type: gradient
label: Transpiration Suppression
min: "-0.5"
max: "0.5"
label: Transpiration Anomalies
min: "-0.6"
max: "0.6"
stops:
- "#a50026"
- "#f46d43"
Expand Down
2 changes: 1 addition & 1 deletion datasets/nighttime-lights.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ layers:
stacCol: nightlights-hd-monthly
name: Nightlights Monthly
type: raster
description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sodales semper risus, suscipit varius diam facilisis non.'
description: 'Nightlights data are collected by the Visible Infrared Radiometer Suite (VIIRS) Day/Night Band (DNB) on the Suomi-National Polar-Orbiting Partnership (Suomi-NPP) platform, a joint National Oceanic and Atmospheric Administration (NOAA) and NASA satellite.'
zoomExtent:
- 8
- 16
Expand Down
Loading

0 comments on commit fc85ecd

Please sign in to comment.