Skip to content

A community driven json database of italian climbing spots with sector, routes and infos

Notifications You must be signed in to change notification settings

roberto-belardo/Climba-data

Repository files navigation

Climba Logo

Climba-data

A community driven open source json database of italian climbing spots with sector, routes and infos.

Table of contents

What is Climba-data

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.

What you can do with Climba-data

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

Project Structure

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

Improvements

Here is a short list of suggested improvements that could be added to every crag, sector, route:

Crag

History

(String) Short notes about the history of the crag, when it was born, by who etc...

Example:

"history": "This crag was born in 1922..."
Rock Type

(String) Rock typology

Example:

"rock_type": "limestone"
Authors

(List) Name and surname of who built the crag

Example:

"authors": [
 {name: "Mario", surname: "Rossi", nickname:"red"},
 {name: "Carlo", surname: "Bianchi", nickname:"white"}
]
Notes

(String) Special noteson the crag

Example Example:

"notes": "Pay attention to the birds during the winter because ..."

Sector

History

(String) Short notes about the history of the sector, when it was born, by who etc...

Example:

"history": "This crag was born in 1922..."
Authors

(List) Name and surname of who built the sector

Example:

"authors": [
 {name: "Mario", surname: "Rossi", nickname:"red"},
 {name: "Carlo", surname: "Bianchi", nickname:"white"}
]
Notes

(String) Special noteson the crag

Example Example:

"notes": "Pay attention to the birds during the winter because ..."

Route

Authors

(List) Name and surname of who built the route

Example:

"authors": [
 {name: "Mario", surname: "Rossi", nickname:"red"},
 {name: "Carlo", surname: "Bianchi", nickname:"white"}
]
Length

(Number) Length of the route expressed in meters.

Example:

"length": "22"
Notes

(String) Special noteson the route

Example Example:

"notes": "Pay attention to the last spit because is very old..."

Contributors

Roberto Belardo
Roberto Belardo — Author @robertobelardo

Links

Copyright

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.

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Creative Commons License Logo

About

A community driven json database of italian climbing spots with sector, routes and infos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published