You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in potentially using h3ronpy from Lonboard, a Python library I develop for fast geospatial visualization in deck.gl. One of the ways I'd like to support visualizing H3 data is by converting the H3 cells to polygons, and then rendering those polygons. (See also xarray-contrib/xdggs#67) The h3-py function h3_to_geo is not vectorized, and so is very slow.
I'm interested in potentially using h3ronpy from Lonboard, a Python library I develop for fast geospatial visualization in deck.gl. One of the ways I'd like to support visualizing H3 data is by converting the H3 cells to polygons, and then rendering those polygons. (See also xarray-contrib/xdggs#67) The
h3-py
functionh3_to_geo
is not vectorized, and so is very slow.I know you have https://github.com/nmandery/h3ronpy/blob/f9176e039821a9ed834f8f83ab5b65f9a1e144bc/crates/h3arrow/src/array/to_geoarrow.rs; is that exported to the Python API yet?
The text was updated successfully, but these errors were encountered: