Cartographic generalisation of spatial objects


License
EUPL-1.2
Install
pip install cartagen4py==0.1.4

Documentation

logosub CartAGen

Read the Docs PyPI - Version 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.