Skip to content

vgpena/next-weekend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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 ✨