pub fn to_linked_polygons(
    cells: &[H3Cell],
    smoothen: bool
) -> Result<Vec<Polygon<f64>>, Error>
Expand description

convert cells to linked polygons

With smoothen an optional smoothing can be applied to the polygons to remove H3 artifacts.

for this case, the slice must already be deduplicated, and all h3 cells must be the same resolutions