David Ellis
David Ellis
The remaining pieces for the Tree type: - [ ] `subtree` to take a `Node{T}` and produce a new `Tree{T}` with that node as the root and only include the...
There is a [Python 3.9 on Linux](https://github.com/uber/h3-py/actions/runs/13474991321/job/37653054717) test that passes. We need more information about your build chain to possibly help out. Can you copy-paste the output from your terminal...
You're using the `geo_to_h3` function, which converts a single point into a single hexagon, so it's probably converting the polygon outline into hexagons (likely with a lot of duplicates). What...
@dependabot recreate
Are we sure that Windows ARM64 support is available to open source projects? The actual wheel build for it is still queued over an hour later.
The first part of this: being able to add/import 3rd party Rust modules, has been implemented. The syntax for importing Alan modules has been implemented, but has no backing, yet.
To update this a bit more, since I think it'll be a bit lower priority. What's currently implemented is: ``` type someType = Binds{"rust_package::RustTypeName"
I don't have module support, yet, but I do have importing types and functions from other files, so I'm marking this as done for now. I will sit on modules...
I was hoping @isaacbrodsky was going to chime in on this. My personal opinion is that it's a good idea, but it should be a new function so we don't...
That's technically true but hasn't ever happened in the entire life of this library. While there have been major version changes, they are to the API of H3, not it's...