-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathterraclimate-max-temperature.json
55 lines (55 loc) · 1.1 KB
/
terraclimate-max-temperature.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"process_graph": {
"1": {
"process_id": "load_collection",
"arguments": {
"id": "IDAHO_EPSCOR/TERRACLIMATE",
"spatial_extent": null,
"temporal_extent": [
"2017-07-01T00:00:00Z",
"2017-07-31T23:59:59Z"
],
"bands": [
"tmmx"
]
}
},
"2": {
"process_id": "save_result",
"arguments": {
"data": {
"from_node": "3"
},
"format": "PNG",
"options": {
"epsgCode": 3857
}
},
"result": true
},
"3": {
"process_id": "apply",
"arguments": {
"data": {
"from_node": "1"
},
"process": {
"process_graph": {
"2": {
"process_id": "linear_scale_range",
"arguments": {
"x": {
"from_parameter": "x"
},
"inputMin": -150,
"inputMax": 450,
"outputMax": 255
},
"result": true
}
}
}
}
}
}
}