diff --git a/raster2dggs/h3.py b/raster2dggs/h3.py index 4ab8ab6..4eaaa8e 100644 --- a/raster2dggs/h3.py +++ b/raster2dggs/h3.py @@ -216,7 +216,7 @@ def _address_boundary_issues( of the original (i.e. window-based) partitioning. Using the nested structure of the DGGS is an useful property to address this problem. """ - parent_res = _get_parent_res(parent_res, resolution) + parent_res = common.get_parent_res("h3", parent_res, resolution) common.LOGGER.debug( f"Reading Stage 1 output ({pq_input}) and setting index for parent-based partitioning"