Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fallaciousreasoning/nz-mountains
A list of mountains in NZ, scraped from https://climbnz.org.nz
https://github.com/fallaciousreasoning/nz-mountains
alpine climbing climbnz data json json-api maps mountaineering scraping
Last synced: 28 days ago
JSON representation
A list of mountains in NZ, scraped from https://climbnz.org.nz
- Host: GitHub
- URL: https://github.com/fallaciousreasoning/nz-mountains
- Owner: fallaciousreasoning
- Created: 2023-02-22T04:45:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:18:23.000Z (about 1 month ago)
- Last Synced: 2024-12-02T09:26:24.686Z (about 1 month ago)
- Topics: alpine, climbing, climbnz, data, json, json-api, maps, mountaineering, scraping
- Language: Python
- Homepage: https://raw.githubusercontent.com/fallaciousreasoning/nz-mountains/main/mountains.json
- Size: 12.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
`mountains.json` is dump of all the mountains and the routes up them from
https://climbnz.org.nz and is used by https://topos.nz to provide route
information.The data is automatically updated once a week, on Mondays. All the mountains
from https://climbnz.org.nz/mountains are included.## Running Locally
```bash
git clone https://github.com/fallaciousreasoning/nz-mountains.git
cd nz-mountainspython install -r requirements.txt
# This may take some time...
python mountains.py
```Output is in `mountains.json`
## Attribution
All data comes from [https://climbnz.org.nz/nz](ClimbNZ) licensed per [https://creativecommons.org/licenses/by-nc-sa/3.0/nz/](Creative Commons CC BY-NC-SA 3.0 NZ)