forked from TileDB-Inc/archived-TileDB-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilter-timeseries.json
More file actions
53 lines (53 loc) · 1.37 KB
/
filter-timeseries.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
{
"type": "Feature",
"bbox": [4.421052932739258, 51.88973610006440, 4.437961578369141, 51.89696629368307],
"geometry": {
"type": "Polygon",
"coordinates": [[[
4.361432790756226,
51.90864999868807
],
[
4.361872673034668,
51.90874928060893
],
[
4.362044334411621,
51.908597048240544
],
[
4.363836050033569,
51.908338913914825
],
[
4.364222288131714,
51.90864999868807
],
[
4.364436864852905,
51.90911331244101
],
[
4.362688064575195,
51.90950381603506
],
[
4.3617868423461905,
51.909530290732086
],
[
4.360939264297485,
51.908954462549886
],
[
4.361432790756226,
51.90864999868807
]]]
},
"properties": {
"datetime": "2019-08-22T00:00:00Z/2019-08-24T23:59:00Z",
"query": {"sar:instrument_mode": {"eq": "stripmap"},
"sar:product_type": {"eq":"GEO"}},
"sort": [{"field": "dtr:start_datetime","direction": "asc"}]
}
}