Last updated:
0 purchases
cartagen 1.0rc1
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.