h3_to_geo_boundary_sf: Get the polygons of the given H3 indexes as 'sf' object.

View source: R/h3_indexing.R

h3_to_geo_boundary_sfR Documentation

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

Description

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

Usage

h3_to_geo_boundary_sf(h3_index)

Arguments

h3_index

character vector of H3 indexes

Value

object of class sf

Examples

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

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