-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
enhancementhelp wantedparsingRelated to the ingestion code run once, not the performance critical, user facing lookup code.Related to the ingestion code run once, not the performance critical, user facing lookup code.performancequestion
Description
The dataset contains (boundary) polygons with holes. Hole are not really empty. It is a special property of the dataset that holes are actually filled by boundary polygons of another zone.
Storing and processing holes separately is actually redundant. This can be improved.
- First assert that for every hole exactly one boundary polygon of a different zone with equal bbox can be found
- ...
Also mention this in the upstream data set project?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementhelp wantedparsingRelated to the ingestion code run once, not the performance critical, user facing lookup code.Related to the ingestion code run once, not the performance critical, user facing lookup code.performancequestion