|
|
|
|
|
by scrappyjoe
2532 days ago
|
|
If anyone wants to use this in R, the h3-r package works quite nicely. It’s in C which, in my tests, is an order of magnitude faster than the v8 implementation. We use it to chop up spatial data into equally sized chunks that we can use as observations for regressions and the like.
https://github.com/crazycapivara/h3-r |
|