Skip to content

kb22/Plot-Maps-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plot-Maps-in-Python

A Data Visualization project that includes multitude of ways to plot locations on a Map.

Setup (Using virtualenv)

  1. Clone the repository to your system
git clone https://github.com/kb22/Plot-Maps-in-Python.git
  1. Move into the cloned folder
cd Plot-Maps-in-Python
  1. Download the data from Kaggle. Extract the zip. Rename the file as dataset.csv and save it to the folder data inside the directory Plot-Maps-in-Python
  2. Create a virtual environment
virtualenv -p Python3 .
  1. Activate the virtual environment
source bin/activate
  1. Install all dependencies
pip install -r requirements.txt
  1. Start Jupyter
jupyter notebook
  1. Run the file Plot Maps in Python.ipynb

Required API Keys

You will need two keys to make this work:

  1. Google API Key: Create an account on https://console.cloud.google.com with a trial of 12 months and get access to the API key for Google Maps JavaScript API.
  2. Plotly API Key: Create an account on https://plot.ly/feed/#/ and get an API Key.

About

This data visualization project explores various libraries including gmplot, GeoPandas, Plotly and Bokeh to plot locations on maps using the latitude and longitude values.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published