Prettymapp – Create maps from OpenStreetMap data in a Streamlit webapp

Prettymapp is a webapp and Python package that allows users to create visually appealing maps using OpenStreetMap data. It is a rewrite of the original prettymaps project by @marceloprates, with a focus on speed and simplified configuration options for the webapp. The package can also be used directly in Python for customization or building custom applications. To use prettymapp, users need to define the area, download and plot the OSM data using the provided functions. The Plot class allows for further customization of the map appearance. Users can explore the preconfigured styles and webapp examples for inspiration.

https://github.com/chrieke/prettymapp

To top