Skip to content

v0.20.0

Choose a tag to compare

@nmandery nmandery released this 03 Feb 10:01
· 64 commits to main since this release

0.20.0 - 2024-02-03

  • Migrate from the unmaintained arrow2 arrow implementation to the official arrow-rs from apache. This comes along
    with a few changes:
    • directededges_to_wkb_lines and directededges_to_lines have been removed. Use the linestring-versions instead.
    • Geometry collections are currently unsupported when working with WKB. This is still work-in-progress within geoarrow-rs.
  • Add support for the h3o containment mode "covers"
  • Finally removed the "all_intersecting" parameter in geometry to cells conversion as announced in v0.18