forked from radiantearth/stac-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
datetimerange.json
62 lines (62 loc) · 1.38 KB
/
datetimerange.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
{
"stac_version": "1.0.0-beta.2",
"stac_extensions": [],
"type":"Feature",
"id":"half-moon-bay/video-2018-01-01-0001",
"bbox":[
-122.44674682617188,
37.45551035774642,
-122.41241455078125,
37.47077095413427
],
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
-122.44674682617188,
37.45551035774642
],
[
-122.41241455078125,
37.45551035774642
],
[
-122.41241455078125,
37.47077095413427
],
[
-122.44674682617188,
37.47077095413427
],
[
-122.44674682617188,
37.45551035774642
]
]
]
},
"properties":{
"datetime":"2018-01-01T13:21:30Z",
"start_datetime":"2018-01-01T13:21:30Z",
"end_datetime":"2018-01-01T13:31:30Z"
},
"links":[
{
"rel":"self",
"href":"http://cool-drones.com/catalog/half-moon-bay/video-2018-01-01-0001.json"
}
],
"assets":{
"video":{
"href":"http://cool-drones.com/catalog/half-moon-bay/video-2018-01-01-0001.mpeg",
"title":"10 minute drone video captured over Half Moon Bay, California, USA.",
"type":"video/mpeg"
},
"thumbnail":{
"href":"http://cool-drones.com/catalog/half-moon-bay/video-2018-01-01-0001.jpg",
"type":"image/jpeg",
"title":"Thumbnail"
}
}
}