Feat: Support holes in polygons via a5-rs API#2
Conversation
rustyconover
left a comment
There was a problem hiding this comment.
Looks good to me! let me know when the new crate is ready and we'll ship it. I love having less code here!
|
@rustyconover |
|
I'll take over from here and get it building and released. Thanks! |
Integrates PR #2 (felix/polygons-with-holes) into the v1.5 branch. - Bump a5 crate 0.8.0 -> 0.9.0. - a5_polygon_to_cells now takes flattened rings (outer + holes) plus a per-ring length array; the a5 crate excludes holes itself, so the C++ uncompact/set-difference/recompact dance is gone. - Remove a5_cell_to_spherical / a5_spherical_to_cell (dropped upstream in 0.9.0), including their FFI bindings, DuckDB registrations, docs, tests. - Bump extension version to 2026062301. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Landed on the |
Draft of supporting holes in polygons via the new API in a5-rs. Needs to wait for 0.9.0 release