Love this library, thanks!
Is there any reason the Grid Traversal Functions were not made Elementwise to allow Polars to batch the processing?
I would propose setting is_elementwise=True for grid_ring and grid_disk Functions?
|
return register_plugin_function( |
Love this library, thanks!
Is there any reason the Grid Traversal Functions were not made Elementwise to allow Polars to batch the processing?
I would propose setting
is_elementwise=Trueforgrid_ringandgrid_diskFunctions?polars-h3/polars_h3/core/traversal.py
Line 104 in a89b3e1