Skip to content

DBSTOP removal of overlaps refactoring needs #264

@paco-barreras

Description

@paco-barreras
  • Go from components_by_parent (dict of lists of sets) to core_df pandas Series, sorted by timestamp or at least chronologically.
  • cluster_df can be instantiated from core_df + the set of border points of the parent, and then mutated at this step
  • We need to pipe through data to get the coords.

With these objects in place, we can iterate chronologically like:

for curr_time in core_df: that is, through the core points.

  • Figure out the equivalent notion of "active cluster", considering that the natural order now is "parent cluster > child clusters" but, indeed, one of the children comes first.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions