Skip to content

Latest commit

 

History

History
35 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (33 loc) · 1.08 KB

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.