This project repackages data from OregonHikers.org into a more usable, readable format.
Current output is a CSV which can be imported into Google My Maps. The most recent map is here.
- This project uses pipenv for dependency management. Once you have pipenv installed:
pipenv install
- Run
pipenv shell
to work in a virtual environment, then runpython scraper.py
. - This command will generate
hikes_db.tsv
andhikes.csv
. hikes.csv
can be imported into Google My Maps as a data layer.
- To get dev dependencies, run
pipenv install --dev
. - Linter is pylint, currently with all default settings. I recommend integrating it into your editor β¨