We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are probably a few places where geoarrow-rust could be useful to Lonboard.
geoarrow-rust
One is getting the total bounds of the input:
lonboard/lonboard/_geoarrow/ops/bbox.py
Lines 36 to 98 in 667dfed
That apparently takes two seconds with 12.5M points, which seems awfully slow: xarray-contrib/xdggs#67 (comment)
The main blocker here is that we want to ensure that geoarrow-rust is stable enough to depend on here in Lonboard.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are probably a few places where
geoarrow-rust
could be useful to Lonboard.One is getting the total bounds of the input:
lonboard/lonboard/_geoarrow/ops/bbox.py
Lines 36 to 98 in 667dfed
That apparently takes two seconds with 12.5M points, which seems awfully slow: xarray-contrib/xdggs#67 (comment)
The main blocker here is that we want to ensure that geoarrow-rust is stable enough to depend on here in Lonboard.
The text was updated successfully, but these errors were encountered: