vgpena / next-weekend

Create an interactive map out of the hikes on OregonHikers.org πŸ”πŸ’–πŸŒ„

Home Page:https://drive.google.com/open?id=15rZ-alPdxnfh_YhXVG_NfxSF14nzpoul&usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ✨

About

Create an interactive map out of the hikes on OregonHikers.org πŸ”πŸ’–πŸŒ„

https://drive.google.com/open?id=15rZ-alPdxnfh_YhXVG_NfxSF14nzpoul&usp=sharing


Languages

Language:Python 100.0%