Get values for point(s) at locations=lon,lat|lon,lat|lon,lat (URL encoded)
Typically, used along hiking paths, ski touring routes, etc.
{
"type":"FeatureCollection",
"features":[
{
"type":"Feature",
"properties":{
"snowCover": 100.0
},
"geometry":{
"type":"Point",
"coordinates":[
7.532,
46.70001
]
}
},
{
"type":"Feature",
"properties":{
"snowCover": 100.0
},
"geometry":{
"type":"Point",
"coordinates":[
7.532,
46.71
]
}
},
{
"type":"Feature",
"properties":{
"snowCover":0.0
},
"geometry":{
"type":"Point",
"coordinates":[
7.532,
46.72
]
}
},
{
"type":"Feature",
"properties":{
"snowCover":0.0
},
"geometry":{
"type":"Point",
"coordinates":[
7.532,
46.75
]
}
}
]
}