getElevation | R Documentation |
Nach einer Umstellung von Wahoo sind in der .fit-Datei keine Angaben mehr zur Elevation (Höhe) von Koordinaten. Deswegen hole ich mir diese Informationen über eine open-source API.
getElevation(df)
df |
data.frame mit latitude und longitude |
data.frame mit latitude, longitude und elevation
Ich benutze die open-source API von https://open-elevation.com/ Details zu der Benutzung kann der README Seite von https://github.com/Jorl17/open-elevation/blob/master/docs/api.md entnommen werden.
Ulf Schepsmeier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.