Nick Rabinowitz

Results 42 issues of Nick Rabinowitz

Same as `h3Line`/`gridPathCells`, but as a list of edges rather than cells.

enhancement

Validate any H3 index, not just cells.

enhancement

Returns the mode value from an H3 index.

enhancement

This might help to address frequent questions about: - Pentagons - Distortion vertices - Variations in area and edge length

documentation

- Rename `Core Library` to `Library Internals` - Move general-audience sections (overview, res table) to `Overview` - Add page for gotchas (maybe `Caveats` or `Special Considerations`) - Add FAQ page...

documentation

When building algorithms using H3, consumers may need to satisfy specific constraints, e.g. "buffer within X meters of a given point". Our existing `edgeLength` and `hexArea` stats are averages, which...

good first issue
documentation

Filling a bounding box with hexagons currently requires `polyfill`, which does an additional point-in-poly check that shouldn't be necessary for bounding boxes. If the use case is common enough, we...

enhancement

Improved algo for `h3Line` that can cross arbitrary base cells with better fidelity than the current implementation: - Take the great arc between start and end - Subdivide the great...

enhancement

The proposal is to add two new index modes (set in the mode bits): `H3_VERTEX_MODE` and `H3_ICOSAEDGE_VERTEX_MODE`, to represent a shared vertex with an H3 index. The intent is that...

enhancement

We are using ESPv2 to manage endpoints for our backend API, including dozens of endpoints provided by different services in our cluster. We currently have CORS set to accept only...

enhancement