uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.95k stars 470 forks source link

Bug when compacting sets of resolution 1 cells #915

Open ajfriend opened 2 months ago

ajfriend commented 2 months ago

We return an error code when trying to compact some sets of resolution 1 cells, including when we try to compact all res 1 cells.

Reproduced in: https://github.com/uber/h3/pull/914

Note this may be related to: https://github.com/uber/h3/pull/679