mapswipe / python-mapswipe-workers

MapSwipe Back-End
https://mapswipe-workers.readthedocs.io
Apache License 2.0
26 stars 10 forks source link

Result Aggragation based on Result Type #788

Open ElJocho opened 1 year ago

ElJocho commented 1 year ago

geometries cannot be aggregated in the current code base, thus we need a new method of aggregating based on the result type of the classes.

E.g. a simple way of aggregating geometries could be to collect them into one Multi-Geometry, where among others the user names are represented as an attribute.

ElJocho commented 8 months ago

-> this might be done, lets double check if the current aggregation is the one we want for geometries