pub fn polygon_to_cells(
    poly: &Polygon<f64>,
    h3_resolution: u8
) -> Result<IndexVec<H3Cell>, Error>