Climbing Data
-
Location data allows you to prepopulate outdoor areas and route data. It should be a JSON file with a format like the following:
{
"url": "https://www.example.com/sample-climbing-area",
"lat": 10.00000,
"long": -10.00000,
"name": "Sample Climbing Area Name",
"elevation": 11,
"children": [
{
"url": "https://www.example.com/sample-climbing-route",
"name": "Sample Climbing Route",
"types": [
"boulder"
],
"height": 0,
"pitches": null,
"lengthGrade": null,
"grade": "v1",
"avgRating": 2,
"numRatings": 1,
"firstAscent": "Sept 2022"
}
}
-
The easiest way to understand climbing data is to add a sample session then export it. It will export a zip file to the device download directory containing a json file for each session, named by the session date.