Nick Rabinowitz

Results 101 comments of Nick Rabinowitz

`bboxFill` as described here shouldn't be necessary for anything - it's just an optimization on top of `polyfill`. For your use case, which is basically an optimized point-in-polygon check, you...

Thanks for submitting this! You should be able to fix the test failures with `make format`. The bigger issue here is probably test coverage - we'll need to add tests...

All of the available bindings are listed here: https://uber.github.io/h3/#/documentation/community/bindings We're not currently aware of a redis binding.

Thanks for the suggestion! The short answer is that we don't have a specific plan to improve this, but we are considering revising our approach to geo polygon data structures...

To my knowledge we did not find a solution here - we have a solution for `gridPathCells` and `gridDistance`, which also rely on an unfolded planar coordinate approach, but not...

`edgeToVertexes` should be dead simple. `vertexesToDirectedEdge` is harder, but I think we may need it for the multi-polygon algo in any case.

> There was a much better polyfill algorithm implemented in a prototype a few years ago (by @joegilley :) ), and with @nrabinowitz having implemented a line algorithm a month...

Are you using QGIS to calculate average hexagon edge length across the grid, or just in some local area? There is area and edge-length variation across the grid - see...

This is a good question - unfortunately the best answer I can give is that there's no defined rule that can be used in this case. Inclusion of edge and...