mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-02 19:02:40 +02:00
Refactor documentation workflow to build and deploy site to a dedicated branch, and remove outdated docs.
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# prettymaps
|
||||
|
||||
A minimal Python library to draw pretty maps from OpenStreetMap data.
|
||||
|
||||
- [Usage](usage.md)
|
||||
- [API Reference](api.md)
|
||||
|
||||
## Features
|
||||
- Draw beautiful maps from OSM data
|
||||
- Highly customizable layers and styles
|
||||
- Preset management
|
||||
- Keypoint highlighting
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
pip install prettymaps
|
||||
```
|
||||
|
||||
## Quick Example
|
||||
```python
|
||||
import prettymaps
|
||||
prettymaps.plot("Porto Alegre")
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Data © OpenStreetMap contributors
|
Reference in New Issue
Block a user