forked from TileDB-Inc/archived-TileDB-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfilter.json
More file actions
19 lines (19 loc) · 732 Bytes
/
filter.json
File metadata and controls
19 lines (19 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"type": "Feature",
"bbox": [4.421052932739258, 51.88973610006440, 4.437961578369141, 51.89696629368307],
"geometry": {
"type": "Polygon",
"coordinates": [[
[4.421052932739258, 51.88973610006440],
[4.437961578369141, 51.88973610006440],
[4.437961578369141, 51.89696629368307],
[4.421052932739258, 51.89696629368307],
[4.421052932739258, 51.88973610006440]
]]
},
"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": "desc"}]
}
}