generated from stac-extensions/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collection.json
47 lines (47 loc) · 1.13 KB
/
collection.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
{
"stac_version": "1.0.0-rc.3",
"stac_extensions": [
"https://stac-extensions.github.io/anonymized-location/v1.0.0/schema.json"
],
"id": "su_african_crops_source",
"type": "Collection",
"title": "Stanford University African Crop Dataset Source Imagery",
"description": "Source imagery for the labeled African crop dataset from Stanford University",
"license": "proprietary",
"extent": {
"spatial": {
"bbox": [
[
148,
59,
149,
60
]
]
},
"temporal": {
"interval": [
[
"2015-06-23T00:00:00Z",
"2019-07-10T13:44:56Z"
]
]
}
},
"anon:size": 1,
"anon:warning": "WARNING: The item geometries in this collection have been anonymized such that they exist somewhere within the 1 degree x 1 degree bounding box extent listed within that item's geometry.",
"links": [
{
"rel": "root",
"href": "../catalog.json"
},
{
"rel": "parent",
"href": "../catalog.json"
},
{
"rel": "item",
"href": "su_african_crops_source_s2_ghana_000000_2016_01_03.json"
}
]
}