Marcelo de Oliveira Rosa Prates 43443dfb09
Update setup.py
2021-08-21 19:06:14 -03:00
2021-03-05 09:22:05 -03:00
2021-08-21 19:06:14 -03:00

prettymaps

A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.

Install dependencies

Install dependencies with

$ conda env create environment.yml

Usage

On Python run:

from draw import plot

plot(f'Bom Fim, Porto Alegre', palette = ['red', 'blue'], layers = ['perimeter', 'landuse', 'water', 'streets'])

"Circle" plots (Jupyter Notebook):

Plotting districts (Jupyter Notebook):

More than one district at a time:

Languages
Jupyter Notebook 99.8%
Python 0.2%