LostInZoom / cartagen

Python open library for cartographic generalisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logosub CartAGen

Read the Docs PyPI - Version QGIS plugin GitHub last commit GitHub contributors

A Python library for cartogaphic generalisation using Shapely and GeoPandas


CartAGen is an open source Python library dedicated to cartogaphic generalisation, published under the EUPL-1.2 (European Union Public License). It is a port of the Java application, originally developed at IGN France.

It aims at providing a set of tools to generalise spatial data. Those tools constitutes the foundation on which you have to construct your own generalisation process. That being said, if you want to learn more about cartographic generalisation or simply want to familiarize yourself with the algorithms provided by CartAGen, some Jupyter notebooks are available here.

CartAGen relies on the usage of the Shapely geometry objects and GeoPandas dataset objects. This approach is based on the idea those libraries are the most commonly used among the community and provide advantages as powerful spatial operations, measures, indexes, etc. It is recommended for users to have an understanding of those libraries as CartAGen heavily relies on them.

About

Python open library for cartographic generalisation

License:European Union Public License 1.2


Languages

Language:Python 100.0%