Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapnik/mapnik
Mapnik is an open source toolkit for developing mapping applications
https://github.com/mapnik/mapnik
beautiful-maps c-plus-plus cartography gis mapnik mapping python rendering wiki
Last synced: 4 days ago
JSON representation
Mapnik is an open source toolkit for developing mapping applications
- Host: GitHub
- URL: https://github.com/mapnik/mapnik
- Owner: mapnik
- License: lgpl-2.1
- Created: 2011-10-11T15:49:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:04:30.000Z (about 2 months ago)
- Last Synced: 2024-10-29T13:10:01.837Z (about 2 months ago)
- Topics: beautiful-maps, c-plus-plus, cartography, gis, mapnik, mapping, python, rendering, wiki
- Language: C++
- Homepage: http://mapnik.org
- Size: 168 MB
- Stars: 3,669
- Watchers: 162
- Forks: 826
- Open Issues: 724
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Authors: AUTHORS.md
Awesome Lists containing this project
- awesome-robotic-tooling - mapnik - Combines pixel-perfect image output with lightning-fast cartographic algorithms, and exposes interfaces in C++, Python, and Node. (Simultaneous Localization and Mapping / Vector Map)
README
```
_/ _/ _/ _/
_/_/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/
_/
_/
```[![TravisCI](https://api.travis-ci.com/mapnik/mapnik.svg?branch=master)](http://travis-ci.com/mapnik/mapnik)
[![codecov](https://codecov.io/gh/mapnik/mapnik/branch/master/graph/badge.svg)](https://codecov.io/gh/mapnik/mapnik)Mapnik is an open source toolkit for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization.
Mapnik is basically a collection of geographic objects like maps, layers, datasources, features, and geometries. The library doesn't rely on any OS specific "windowing systems" and it can be deployed to any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at web-based development.
For further information see [http://mapnik.org](http://mapnik.org) and also our [wiki documentation](https://github.com/mapnik/mapnik/wiki).
# Installation
See [INSTALL.md](INSTALL.md) for installation instructions and the [Install](https://github.com/mapnik/mapnik/wiki/Mapnik-Installation) page on the wiki for guides.
# Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](https://github.com/mapnik/mapnik/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
# License
Mapnik software is free and is released under the LGPL v2.1 ([GNU Lesser General Public License, version 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)). Please see [COPYING](https://github.com/mapnik/mapnik/blob/master/COPYING) for more information.