By Ether DataRequest data sample
Interactive publication
Back to the catalogue
HierarchyCase 02 of 06

Incomplete child sets

A set intended to represent 'all children of parent X at resolution N' is missing one or more children (e.g. due to an upstream filter or antimeridian/pentagon edge case), silently under-covering the parent's area.

Class
Case to account for
Affects
1 conversion
01

Detection

count(children in set) != len(cellToChildren(parent, N)) for the expected resolution.

02

Mitigation

01
Verify full child-set completeness against cellToChildren before compacting or delivering
02
Alert on any parent whose child coverage is partial rather than silently propagate a hole
03

Affected conversions

Cell systemcell system
OPEN