Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-mountains

python 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)