h3_to_geo_sf: Get the centers of the given H3 indexes as 'sf' object.

View source: R/h3_indexing.R

h3_to_geo_sfR Documentation

Get the centers of the given H3 indexes as sf object.

Description

Get the centers of the given H3 indexes as sf object.

Usage

h3_to_geo_sf(h3_index)

Arguments

h3_index

character vector of H3 indexes

Examples

road_safety_greater_manchester[1:3, ] %>%
  geo_to_h3() %>%
  h3_to_geo_sf()

crazycapivara/h3-r documentation built on Aug. 10, 2022, 1:17 p.m.