wsheffel / python_cartography_tutorial

A tutorial about making maps in python using folium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Tutorial on how to make Interactive Maps in Python

This repo contains the source code and jupyter notebooks that accompany a series of blog posts about python cartography.

In part 1 we make some basic plots and use circle markers to visualize net arrivals and net departures.

Part 2 covers custom layers with a glow effect.

part 3 covers animations.

requirements:

  • python 3.x
  • folium
  • pandas
  • scipy
  • numpy

About

A tutorial about making maps in python using folium.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%