h3ron icon indicating copy to clipboard operation
h3ron copied to clipboard

Rust crates for the H3 geospatial indexing system

Results 5 h3ron issues
Sort by recently updated
recently updated
newest added

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...

h3ron-polars

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...

cross-compilation

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 =...

cross-compilation

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...