h3ron
h3ron copied to clipboard
Rust crates for the H3 geospatial indexing system
Less of an issue, more questions: Are there any plans to get rid of the C dependency? How much work do you think it would be? Cmake dep is a...
After some discussion with @kylebarron on the georust discord we came to the conclusion that this crate could be implemented on top of the arrow Extension datatype. Support in arrow2...
It would be neat to add WASM support which I imagine can be done adding some build task in h3-sys that uses emscripten to generate the lib object that is...
Hi, solana has this helloworld program that you can build (and deploy on a validator): https://github.com/solana-labs/example-helloworld It works well before adding the h3ron library. adding this dependency: ``` h3ron =...
First and foremost: thanks for this great crate 🙏 Been using for a few days, and the high level API is really enjoyable 👍 I've been working with H3 these...