forked from radiantearth/community-sprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplanet-caps.json
50 lines (50 loc) · 1.06 KB
/
planet-caps.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
{
"metadata": {
"id": "Planet Imagery Catalog",
"contact": "[email protected]",
"extra": {}
},
"services": [
{
"type": "osgeo:tms",
"scope": "item",
"links": [
{
"type": "documentation",
"url": "https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification"
},
{
"type": "protocol",
"url": "https://tiles.planet.com/data/v1/{item_type}/{item_id}/{z}/{x}/{y}.png?api_key=",
"parameters": [
{
"in": "path",
"name": "item_type",
"type": "string",
"ref": "planet:item_type"
},
{
"in": "path",
"name": "item_id",
"type": "string",
"ref": "id"
}
]
}
]
}
],
"extensions": [
{
"scope": "item",
"schema": {
"planet:item_type": {
"type": "string"
},
"planet:satellite_id": {
"type": "string"
}
}
}
]
}