Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Prettymaps (map2025)

> Draw beautiful maps from OpenStreetMap data, using Python, matplotlib, and osmnx
> **Forked from [marceloprates/prettymaps](https://github.com/marceloprates/prettymaps)**

---

## 🎨 What is Prettymaps?

Prettymaps is a small Python library that lets anyone quickly generate highly customisable, beautiful maps from OpenStreetMap data.
It works on your laptop, server, or even Google Colab!

---

## 🗺️ Features

- **Draw any place.** Specify a city name, address, or coordinates.
- **Choose your style.** Customise layers, colours, and map features (buildings, roads, parks, water, more).
- **Output as PNG or SVG.** Save static images or generate vector files for printing.
- **Works with plotter mode.** Create pen-plotter-friendly SVGs (with [vsketch](https://github.com/abey79/vsketch)).
- **Use in Jupyter/Colab.** Interactive notebook workflow supported.

---

## 🚀 Quickstart

Install with pip (Python 3.8+ required):