-
Notifications
You must be signed in to change notification settings - Fork 0
/
urls.json
40 lines (40 loc) · 1.22 KB
/
urls.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
37
38
39
40
{
"Copernicus DEM": {
"colorPalette": [
"#006633",
"#E5FFCC",
"#662A00",
"#D8D8D8",
"#F5F5F5"
],
"maxValue": 1000,
"minValue": 0,
"url": "https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/b4787652b8040082a14a11991dfd6097-ec70a0e7f18ddec79042d22f2389193a/tiles/{z}/{x}/{y}"
},
"Max water extent": {
"colorPalette": [
"#0000ff"
],
"maxValue": 1,
"minValue": 0,
"url": "https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/2ee05b85574ebc72b45329978c376abc-377e0f548b4f30073184dd119acd428d/tiles/{z}/{x}/{y}"
},
"Permanent water": {
"colorPalette": [
"#0000ff"
],
"maxValue": 1,
"minValue": 0,
"url": "https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/2e32ff09754aff9792837c7fa665ccd3-250f3e3a88b6015d49c403ae73b8d6c8/tiles/{z}/{x}/{y}"
},
"Water occurrence": {
"colorPalette": [
"#ffffff",
"#ffbbbb",
"#0000ff"
],
"maxValue": 100,
"minValue": 0,
"url": "https://earthengine.googleapis.com/v1alpha/projects/earthengine-legacy/maps/dcaa40a56ec3832fddfa48d1ca17f969-c7509903528bb9b87ea223731b61ffe0/tiles/{z}/{x}/{y}"
}
}