-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfigIndex.txt
60 lines (60 loc) · 1.38 KB
/
configIndex.txt
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
{
"module_load": 0,
"output_crs": "epsg:32756",
"lat": [
-24.928789,
-24.945678
],
"lon": [
152.409179,
152.379315
],
"product": "s2b_l1c_aws_pds",
"time": [
"2013-03-27",
"2021-09-02"
],
"geoJSON": {
"type": "Feature",
"properties": {
"style": {
"stroke": true,
"color": "#0000FF",
"weight": 4,
"opacity": 0.5,
"fill": true,
"fillColor": null,
"fillOpacity": 0.2,
"showArea": true,
"clickable": true
}
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
152.379315,
-24.945678
],
[
152.379315,
-24.928789
],
[
152.409179,
-24.928789
],
[
152.409179,
-24.945678
],
[
152.379315,
-24.945678
]
]
]
}
}
}