-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy paths5-no2-usa.json
82 lines (81 loc) · 1.66 KB
/
s5-no2-usa.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"process_graph": {
"4":{
"process_id":"reduce_dimension",
"arguments":{
"data":{
"from_node":"9"
},
"reducer":{
"process_graph":{
"3":{
"process_id":"mean",
"arguments":{
"data":{
"from_parameter":"data"
}
},
"result":true
}
}
},
"dimension":"t"
}
},
"5":{
"process_id":"save_result",
"arguments":{
"data":{
"from_node":8
},
"format":"JPEG",
"options":{
}
},
"result":true
},
"8":{
"process_id":"apply",
"arguments":{
"data":{
"from_node":4
},
"process":{
"process_graph":{
"2":{
"process_id":"linear_scale_range",
"arguments":{
"x":{
"from_parameter":"x"
},
"inputMin":0,
"inputMax":0.0002,
"outputMax":255
},
"result":true
}
}
}
}
},
"9":{
"process_id":"load_collection",
"arguments":{
"id":"COPERNICUS/S5P/NRTI/L3_NO2",
"spatial_extent":{
"west":-125.37597656250003,
"south":24.206889622398023,
"east":-66.75292968750001,
"north":49.38237278700956
},
"temporal_extent":[
"2018-10-10T00:00:00Z",
"2018-10-13T23:59:59Z"
],
"bands":[
"NO2_column_number_density"
]
}
}
}
}