Skip to content

KaylCoulston/SafeRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

This progam uses Google maps API and Chicago's crime rates to find the safest route to your destination in Chicago. One limitation to Google maps API is that they will only give a total of 3 routes from one origin to one destination. The program then calculates the safest of these three routes and displays your route instructions and route safety weight.

Documentation

One piece of documentation that I found quite helpfull can be found at:

https://media.readthedocs.org/pdf/python-gmaps/latest/python-gmaps.pdf

Installation Instructions

To install the Google maps API run the following command in the terminal:

$ sudo pip install -U googlemaps

You will also need to get your own Google API key. You can do this by going to the following link:

https://developers.google.com/maps/documentation/javascript/get-api-key

Lastly download the data at the following link:

https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages