Skip to content

bopjesvla/hitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hitchmap

The map to hitchhiking the world.

Description

  • show.py builds the main HTML page. This is where the magic happens.
  • server.py runs the server
  • dump.py runs the monthly dump
  • cron.sh is the crontab running above files
  • hitchmap.conf is the NGINX configuration

License

The software provided in this repository is licensed under AGPL 3.0. The Hitchmap database is licensed under the ODBL, the license used by OpenStreetMap.

Installation

pip install -r requirements.txt
curl https://hitchmap.com/dump.sqlite > points.sqlite

OR

conda install folium==0.16.0 networkx==3.2.1
curl https://hitchmap.com/dump.sqlite > points.sqlite

Contributing

Join the conversation about a map for hitchhiking in our Signal Chat.

File an issue if you have a feature request/found a bug.

Perform a pull request if you solved an issue. (It's best to file an issue first so we can discuss it and reference it in the PR.)