cellToLatLng {h3r}R Documentation

Cell To Lat Lon

Description

Finds the center of the cell in grid space

Usage

cellToLatLng(cell)

Arguments

cell

vector of H3 cells

Value

a list of two vectors, lat and lng, each the same length as cell, giving the center of cell

Examples


cellToLatLng(cell = c("8cbe63562a54bff","8cbe635631103ff"))


[Package h3r version 0.1.1 Index]