-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
2 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ APP_DESCRIPTION=Visualization, Exploration, and Data Analysis (VEDA) | |
APP_CONTACT_EMAIL=[email protected] | ||
|
||
API_RASTER_ENDPOINT={"veda":"https://staging-raster.delta-backend.com","ghgc": "https://dev.ghg.center/api/raster"} | ||
API_STAC_ENDPOINT={"veda":"https://staging-stac.delta-backend.com","ghgc": "https://dev.ghg.center/api/stac", "lpcloud": "https://cmr.earthdata.nasa.gov/stac/LPCLOUD", "earthsearch": "https://earth-search.aws.element84.com/v1"} | ||
API_STAC_ENDPOINT={"veda":"https://staging-stac.delta-backend.com","ghgc": "https://dev.ghg.center/api/stac", "lpcloud": "https://cmr.earthdata.nasa.gov/stac/LPCLOUD", "earthsearch": "https://earth-search.aws.element84.com/v1", "maap": "https://stac.maap-project.org/"} | ||
|
||
MAPBOX_STYLE_URL='mapbox://styles/covid-nasa/ckb01h6f10bn81iqg98ne0i2y' | ||
|
||
|
Submodule ui
updated
4 files
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,55 @@ | ||
--- | ||
id: global-forest-change | ||
name: Global Forest Change | ||
description: Global, 1 degree resolution pilot top-down budgets of carbon dioxide emissions at 5 year intervals and national scales, version 1. | ||
media: | ||
src: ::file ./co2-flux-ceos--cover.jpg | ||
alt: White smoke coming from building | ||
author: | ||
name: Zoya Loonohod | ||
url: https://unsplash.com/photos/OUc7GsYU2k4 | ||
thematics: | ||
- cane | ||
sources: | ||
- nasa | ||
product: | ||
- satellite | ||
layers: | ||
- id: global-forest-change | ||
stacCol: Global_Forest_Change_2000-2017 | ||
catalogId: maap | ||
name: Global Forest Change | ||
type: raster | ||
description: Global Forest Change | ||
isPeriodic: false | ||
zoomExtent: | ||
- 0 | ||
- 20 | ||
sourceParams: | ||
assets: data | ||
colormap_name: rainbow | ||
rescale: | ||
- -120 | ||
- 240 | ||
nodata: 0 | ||
legend: | ||
unit: | ||
label: gC m-2 year-1 | ||
type: gradient | ||
min: -120 | ||
max: 240 | ||
stops: | ||
- '#60007d' | ||
- '#30137d' | ||
- '#1960ae' | ||
- '#7ac300' | ||
- '#f2ce00' | ||
- '#ef6a01' | ||
- '#cc0019' | ||
--- | ||
|
||
<Block> | ||
<Prose> | ||
# Global Forest Change | ||
</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