From ea9075aaaabc9315c5fda38f7752528a3a779c02 Mon Sep 17 00:00:00 2001 From: Sergey Date: Fri, 6 Dec 2024 20:14:22 -0700 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05c26cd..5f4cf4e 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ We are unable to support the functions that work with geometries. | `cell_to_parent` | Get coarser cell for a cell | ✅ | | `cell_to_children` | Get finer cells for a cell | ✅ | | `cell_to_center_child` | Provides the center child (finer) cell contained by cell at resolution childRes. | ✅ | -| `cell_to_child_pos` | Provides the position of the child cell within an ordered list of all children of the cell's parent at the specified resolution parentRes. The order of the ordered list is the same as that returned by cellToChildren. This is the complement of childPosToCell. | ✅ | -| `child_pos_to_cell` | Provides the child cell at a given position within an ordered list of all children of parent at the specified resolution childRes. The order of the ordered list is the same as that returned by cellToChildren. This is the complement of cellToChildPos. | ✅ | +| `cell_to_child_pos` | Provides the position of the child cell within an ordered list of all children of the cell's parent at the specified resolution parentRes. | ✅ | +| `child_pos_to_cell` | Provides the child cell at a given position within an ordered list of all children of parent at the specified resolution childRes. | ✅ | | `compact_cells` | Compacts a collection of H3 cells by recursively replacing children cells with their parents if all children are present. Input cells must all share the same resolution. | ✅ | | `uncompact_cells` | Uncompacts the set compactedSet of indexes to the resolution res. h3Set must be at least of size uncompactCellsSize(compactedSet, numHexes, res). | ✅ | | `grid_ring` | Produces the "hollow ring" of cells which are exactly grid distance k from the origin cell | ✅ |