generated from NASA-IMPACT/dashboard-datasets-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNCEO_Africa.json
36 lines (36 loc) · 1002 Bytes
/
NCEO_Africa.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"id": "nceo_africa",
"name": "NCEO Africa Biomass 2017",
"type": "raster",
"swatch": {
"color": "#189C54",
"name": "Dark Green"
},
"source": {
"type": "raster",
"tiles": [
"{titiler_server_url}/cog/tiles/{z}/{x}/{y}.png?url=s3://maap-landing-zone-gccops/user-added/uploaded_objects/ae841191-8a43-4226-9c5e-db4f500adb45/AGB_map_2017v0m_COG.tif&rescale=0,400&colormap_name=gist_earth_r&color_formula=gamma r {gamma}"
]
},
"legend": {
"type": "gradient-adjustable",
"min": 0,
"max": 400,
"units": "Mg/ha",
"stops": [
"#fdfbfb",
"#e3c3b5",
"#c9a87a",
"#bab060",
"#9db059",
"#76a652",
"#45994a",
"#3a8c66",
"#2e7c7f",
"#1f567b",
"#0f2577",
"#000000"
]
},
"info": "The NCEO Africa Aboveground Woody Biomass (AGB) map for the year 2017 at 100m spatial resolution was developed using a combination of LiDAR, Synthetic Aperture Radar (SAR) and optical based data."
}