Nick Rabinowitz

Results 101 comments of Nick Rabinowitz

Very cool! It might make sense to add a doc section like Debugging Resources that could also include [@nrabinowitz/h3-index-inspector](https://observablehq.com/@nrabinowitz/h3-index-inspector) and [@nrabinowitz/h3-index-bit-layout](https://observablehq.com/@nrabinowitz/h3-index-bit-layout). One note - you might want to borrow https://observablehq.com/@nrabinowitz/mapbox-utils#fixTransmeridian...

I'd also consider padding the viewpoint - either expanding the viewport before polyfill, or buffering the results by one cell. But this is a really nice tool for exploring the...

The anti-meridian cells don't render properly?

Oh, I see - this fixed the transmeridian cells, but now you're rendering areas outside of the "main" map bounds instead of inside, is that the issue? I think in...

We're not aware of a well-supported QGIS package for H3, but we'd love to see one! For QGIS specifically, it would probably depend on the `h3-py` package, and development on...

@billyauhk Per the conversation on #168, the cells in question are *topologically* hexagons. This is the distinction that matters for most traversal algorithms, directed or undirected edges, etc. The extra...

That's a great suggestion - the docs definitely need more images. You might be interested in https://observablehq.com/@nrabinowitz/h3-indexing-order, which visually demonstrates the indexing order.

Refer to https://github.com/uber/h3-js/issues/59 for gotchas content

Not sure I'm following the goal of this PR - the test behavior seems correct. Is the idea that we'll have some strategy to identify cases like this in the...

Proposed stupidly simple algorithm for determining ownership: - Find all three neighbors (or two for distortion vertices) that share a vertex - Use the one with the numerically lowest index...