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.
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.