Integration of the h3 geospatial indexing system with polars dataframes by providing extension traits
to UInt64Chunked
and DataFrame
.
This integration does not aim to be feature-complete, it was created by moving functionalities implemented in other projects to this common crate for better usability. In case of missing features, please submit a PR.
Some features so far:
UInt64Chunked
to H3 cells and edges and vice versa.UInt64Chunked
for building grid-disks, changing the cell resolution, deriving the bounding box and some more.BooleanChunked
array suitable to be used with polars filters.DataFrame
for compacting/uncompacting the contained data
by grouping the rows based on the remaining columns and applying compaction/uncompaction to the cell column.