Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
/ distmap Public archive

"Smart City" Hackathon Braunschweig 2018: Project distmap's backend

License

Notifications You must be signed in to change notification settings

SmithChart/distmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distmap

Welcome to the distmap backend repository.

Distmap is a tool to visualize travel time from one location to a whole area using a heatmap.

Distmap was created by the distmap working group during the "Smart City Braunschweig" Hackathon 2018.

Be warned: This is a only a mockup and does not contain much useful things.

What you need

This project consists of three parts:

How to run the backend

You need to have an osm map next to your main.py:

wget https://overpass-api.de/api/map?bbox=10.4320,52.2083,10.6717,52.3066 -O map

Afterwards you can install the python3-dependencies and run the server:

python3 -m venv venv
source venv/bin/activate 
pip install -r requirements-backend.txt
./main.py 

About

"Smart City" Hackathon Braunschweig 2018: Project distmap's backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages