Would you be open to a PR adding support for H3-indexed data?
I think the simplest approach would use h3j, as linked from the maplibre plugin page.
Motivation: H3 is a powerful hierachical spatial index. Because it is supported through a duckdb extension, R users can leverage dplyr to efficiently calculate and manipulate h3-indices, e.g. in group-by/summarise aggregations and joins.
Would you be open to a PR adding support for H3-indexed data?
I think the simplest approach would use h3j, as linked from the maplibre plugin page.
Motivation: H3 is a powerful hierachical spatial index. Because it is supported through a duckdb extension, R users can leverage dplyr to efficiently calculate and manipulate h3-indices, e.g. in group-by/summarise aggregations and joins.