Get pbf map tile (vector format)
GET/public.skypath_map_hexagons/:z/:x/:y.pbf
Use for demo purposes only. This endpoint is not intended for production use.
Returns a .pbf vector file that can be displayed on maps, should be used in integrations to map providers like MapBox where communication bandwidth is not an issue.
Request
Path Parameters
Zoom in Slippy map
X in Slippy map tile
Y in Slippy map tile
Query Parameters
SkyPath issued API KEY
Severity selection to include
From which SkyPath tick to include in response (including that tick)
How many hours back for calculated turbulence data
Responses
- 200
- 401
tile features:
props: <string>"JSON" example:"[{"sp_alt" : 36, "ts" : 1644309780, "sev" : 3}]" sev: <number>sev hex_id: <string>hex_id ac_category: <string>ac_category
- application/x-protobuf
- Schema
Schema
string
Unauthorized to make request or bad API KEY
- application/x-protobuf
- Schema
- Example (from schema)
Schema
Default value: 401
Default value: Unauthorized
{
"statusCode": 401,
"message": "Unauthorized"
}