A minimal Python library to draw customized maps from OpenStreetMap data
prettymaps A minimal Python library to draw customized maps from OpenStreetMap data. Based on osmnx, matplotlib, shapely and vsketch libraries. Google Colaboratory Demo Installation Install with $ pip install git+https://github.com/abey79/vsketch#egg=vsketch $ pip install git+https://github.com/marceloprates/prettymaps.git # Init matplotlib figure fig, ax = plt.subplots(figsize = (12, 12), constrained_layout = True) backup = plot( # Address: ‘Praça Ferreira do Amaral, Macau’, # Plot geometries in a circle of radius: radius = 1100, # Matplotlib axis ax = ax, # Which OpenStreetMap layers to […]
Read more 
			 
			 
			 
			 
			 
			 
			 
			 
			