{
"units_in": "m",
"units_out": "ft",
"transformation": "AGL_TO_ALTITUDE",
"geometry": {
"type": "Point",
"coordinates": [
-81.5,
38.5,
100
]
}
}curl --location --request POST 'https://airhub-api-sandbox.airspacelink.com/v2/elevation' \
--header 'Content-Type: application/json' \
--data-raw '{
"units_in": "m",
"units_out": "ft",
"transformation": "AGL_TO_ALTITUDE",
"geometry": {
"type": "Point",
"coordinates": [
-81.5,
38.5,
100
]
}
}'{
"statusCode": 0,
"message": "string",
"data": {
"type": "string",
"features": [
{
"id": "string",
"type": "string",
"properties": {
"property1": "string",
"property2": "string"
},
"geometry": {
"type": "string",
"coordinates": [
[
0
]
]
}
}
]
}
}