A community driven open source json database of italian climbing spots with sector, routes and infos.
- What is Climba-data
- What you can do with Climba-data
- Project Structure
- Improvements
- Contributors
- Credits
- Copyright
- License
Climba-data is a community driven open source json database of italian climbing spots. The list of all available climbing spots is on this project's Wiki.
You can:
- download it and build whatever you like. We used it to build Climba, an iOS app.
- suggest a revision
- add a new climbing spot
Climba-data is structured as a list of json files, one for each italian region. To add a new region file please just copy the syntax used in Lazio.json.
Every climbing spot should have at least the following informations:
- Name
- Latitude
- Longitude
- Access infos
- Description
- Province
- Province code
- List of sectors
- sector name
- list of routes
- route name
- route grade
Here is a short list of suggested improvements that could be added to every crag, sector, route:
(String) Short notes about the history of the crag, when it was born, by who etc...
Example:
"history": "This crag was born in 1922..."
(String) Rock typology
Example:
"rock_type": "limestone"
(List) Name and surname of who built the crag
Example:
"authors": [
{name: "Mario", surname: "Rossi", nickname:"red"},
{name: "Carlo", surname: "Bianchi", nickname:"white"}
]
(String) Special noteson the crag
Example Example:
"notes": "Pay attention to the birds during the winter because ..."
(String) Short notes about the history of the sector, when it was born, by who etc...
Example:
"history": "This crag was born in 1922..."
(List) Name and surname of who built the sector
Example:
"authors": [
{name: "Mario", surname: "Rossi", nickname:"red"},
{name: "Carlo", surname: "Bianchi", nickname:"white"}
]
(String) Special noteson the crag
Example Example:
"notes": "Pay attention to the birds during the winter because ..."
(List) Name and surname of who built the route
Example:
"authors": [
{name: "Mario", surname: "Rossi", nickname:"red"},
{name: "Carlo", surname: "Bianchi", nickname:"white"}
]
(Number) Length of the route expressed in meters.
Example:
"length": "22"
(String) Special noteson the route
Example Example:
"notes": "Pay attention to the last spit because is very old..."
Roberto Belardo — Author
@robertobelardo
Climba-data is a free, open source, community driven project. This doesn't mean you can steal other's material and copy it here. So please, please, please, do not steal other's people job.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.