# Instructions for Google Colab:
# 1. Uncomment the following line
# 2. Run it
# 3. Restart runtime (Runtime -> Restart runtime)
# 4. Comment it again
#!pip install -e "git+https://github.com/marceloprates/prettymaps#egg=prettymaps"
A minimal Python library to draw customized maps from OpenStreetMap created using the osmnx, matplotlib, shapely and vsketch packages.
This work is licensed under a GNU Affero General Public License v3.0 (you can make commercial use, distribute and modify this project, but must disclose the source code with the license and copyright notice)
Install prettymaps with:
pip install git+https://github.com/marceloprates/prettymaps
Install prettymaps with:
!pip install -e "git+https://github.com/marceloprates/prettymaps#egg=prettymaps"
Then restart the runtime (Runtime -> Restart Runtime) before importing prettymaps
Plotting with prettymaps is very simple. Run:
prettymaps.plot(your_query)
your_query can be:
import prettymaps
plot = prettymaps.plot('Stad van de Zon, Heerhugowaard, Netherlands')