lat
必填
Latitude (EPSG:4258)
lon
必填
Longitude (EPSG:4258)
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
lat |
是 | - | Latitude (EPSG:4258) |
lon |
是 | - | Longitude (EPSG:4258) |
curl "https://nordapi.ee/api/v1/norway/geonorge/elevation?lat=61.64&lon=8.31"
{
"data": {
"koordsys": 4258,
"punkter": [
{
"datakilde": "dtm1",
"terreng": "SnøIsbre",
"x": 8.31,
"y": 61.64,
"z": 2220.21
}
]
},
"success": true
}