LostInZoom / cartagen

Python open library for cartographic generalisation
European Union Public License 1.2
14 stars 4 forks source link

Output of point selection/reduction algorithms #11

Open gtouya opened 1 month ago

gtouya commented 1 month ago

Right now the point selection algorithms deliver a new geopandas Geodataframe as output, with only the selected/reduced point set. In a system where these algorithms are chained in trial-error fashion, it is more practical to keep all features in the output Geodataframe, with an additional column indicating if the feature is selected or not.

jberli commented 1 month ago

This is indeed a good point, this behavior will be implemented in the 1.0.1