-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest_template.json
45 lines (45 loc) · 1.13 KB
/
request_template.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
{
"interval": "24h",
"processor": "CHLA",
"processor_settings": {
"compress": "True",
"crs": "EPSG:32633",
"roi": {
"coordinates": [
[
[
-9.954874050103166,
84.90358049250898
],
[
3.350877020730215,
80.49145938744702
],
[
38.483172690086676,
79.02782330052757
],
[
59.008819416329565,
83.76614133556653
],
[
-9.954874050103166,
84.90358049250898
]
]
],
"type": "Polygon"
},
"spatial_resolution": 300,
"time_delta_hours": 24
},
"send_to": [
],
"start": [
"1900-05-21T20:00:00Z"
],
"stop": "1900-05-23T19:01:00Z",
"run_now": true
}