prettymaps是一个开源的 Python 库,基于 OpenStreetMap 数据,使用了osmnx、matplotlib、shapely和vsketch库,帮助开发者快速绘制简洁美观的地图。prettymaps遵守AGPL开源协议。

安装:

Pip:

pip install git+https://github.com/marceloprates/prettymaps

 Google Colaboratory上安装:

!pip install -e "git+https://github.com/marceloprates/prettymaps#egg=prett

源代码: https://github.com/marceloprates/prettymaps