cell_to_splitlong: H3 cell to split long

View source: R/core_api.R

cell_to_splitlongR Documentation

H3 cell to split long

Description

Convert an H3 cell (64-bit hexidecimal string) into a "split long" - a pair of 32-bit integers.

Usage

cell_to_splitlong(h3_address, simple = TRUE)

Arguments

h3_address

Character; 15-character index generated by H3.

simple

Logical; whether to return a vector or a data frame containing both inputs and outputs.

Value

list of integer pairs, one for each address supplied.

Examples

cell_to_splitlong(h3_address = '8abe8d12acaffff')

obrl-soil/h3jsr documentation built on Jan. 27, 2024, 4:33 a.m.