- Notifications
You must be signed in to change notification settings - Fork0
Create an interactive map out of the hikes on OregonHikers.org 🏔💖🌄
NotificationsYou must be signed in to change notification settings
vgpena/next-weekend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project repackages data fromOregonHikers.org into a more usable, readable format.
Current output is a CSV which can be imported into Google My Maps. The most recent map ishere.
- This project usespipenv 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 ispylint, currently with all default settings. I recommend integrating it into your editor ✨
About
Create an interactive map out of the hikes on OregonHikers.org 🏔💖🌄
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published