You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to have a helper function to convert a tibble with many h3 indexes into a single sf object.
Presently, h3_to_geo_bounardy_sf() works well with a vector. However it is less friendly when starting with a tibble. As such I think a helper function such as the below would be useful. See below reprex to get a sense of envisioned flow.
I think it would be useful to have a helper function to convert a tibble with many h3 indexes into a single sf object.
Presently,
h3_to_geo_bounardy_sf()
works well with a vector. However it is less friendly when starting with a tibble. As such I think a helper function such as the below would be useful. See below reprex to get a sense of envisioned flow.The text was updated successfully, but these errors were encountered: