Skip to content

Commit

Permalink
Add maap links and data
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Aug 15, 2023
1 parent 44fd46e commit ac9f481
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
55 changes: 55 additions & 0 deletions datasets/global-forest-change.data.mdx
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>
2 changes: 2 additions & 0 deletions datasets/sentinel.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ layers:
- id: sentinel-2-l2a
stacCol: sentinel-2-l2a
catalogId: earthsearch
isPeriodic: true
timeDensity: "day"
name: Sentinel 2 l2a
type: raster
description: sentinel
Expand Down

0 comments on commit ac9f481

Please sign in to comment.