Skip to content

vgpena/next-weekend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

next weekend

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.

installation

  • This project uses pipenv for dependency management. Once you have pipenv installed:
    • pipenv install

usage

  • Run pipenv shell to work in a virtual environment, then run python scraper.py.
  • This command will generate hikes_db.tsv and hikes.csv.
  • hikes.csv can be imported into Google My Maps as a data layer.

development

  • To get dev dependencies, run pipenv install --dev.
  • Linter is pylint, currently with all default settings. I recommend integrating it into your editor ✨