You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of convex_hull has some issues that need to be revised. Maintaining the previous UID depends on calculating the cluster size at the previous time (t-1). This issue proposes an investigation to determine the best strategy to maintain the UID of clusters with convex_hull. One of the propositions is that using 'size' (column used in the spatial_operations module and which comes from features_extraction ) is the best alternative, or if in the case of using convex_hull the best strategy would be to use the area of the polygons.
Tasks
Analyze the current implementation and assess how convex_hull impacts the UID preservation logic.
Evaluate the suitability of using the polygon area function as an alternative.
Perform tests and benchmarks to compare the accuracy and efficiency of both methods.
Update the implementation with the most appropriate solution.
Expected Outcome
A clear decision on the best approach for geometry calculation to ensure consistent and reliable UID preservation, followed by the implementation of the chosen method.
Description
The current implementation of
convex_hullhas some issues that need to be revised. Maintaining the previous UID depends on calculating the cluster size at the previous time (t-1). This issue proposes an investigation to determine the best strategy to maintain the UID of clusters withconvex_hull. One of the propositions is that using 'size' (column used in thespatial_operationsmodule and which comes fromfeatures_extraction) is the best alternative, or if in the case of usingconvex_hullthe best strategy would be to use the area of the polygons.Tasks
convex_hullimpacts the UID preservation logic.Expected Outcome
A clear decision on the best approach for geometry calculation to ensure consistent and reliable UID preservation, followed by the implementation of the chosen method.
The problem can be seen in the video below:
simplescreenrecorder-2024-12-15_08.30.31.mp4