"covers"
containment mode is now supportedto_cells()
is renamedsfc_to_cells()
- h3o dependency is bumped to version 0.4.0
sfc_to_cells()
gets a new argumentcontainment
based off of theContainmentMode
enum
- Adds a
wk::wk_handler
function for conversion to sfc, geos, s2, and other types that implement the handler. - New functionality:
to_cells()
to convert ansfc
object to H3 cells. - Refactors Rust code to avoid collecting into
List
s to prevent Stack Overflow bug. - Bumps h3o version to 0.3.5 to get speed and memory enhancements.
- Added a
NEWS.md
file to track changes to the package.