h3_to_geo: Get the centers of the given H3 indexes.

View source: R/h3_indexing.R

h3_to_geoR Documentation

Get the centers of the given H3 indexes.

Description

Get the centers of the given H3 indexes.

Usage

h3_to_geo(h3_index)

Arguments

h3_index

character vector of H3 indexes

Examples

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

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