h3_info_table {h3jsr} | R Documentation |
H3 index utility information table
Description
A dataset containing information about h3 cell indexes at each resolution, calculated using H3's built-in functions.
Usage
h3_info_table
Format
A data frame with 16 rows and 6 variables:
- h3_resolution
H3 resolution index number
- avg_area_sqm
Average area of an H3 cell index at the given resolution, in square meters.
- avg_area_sqkm
Average area of an H3 cell index at the given resolution, in square kilometers.
- avg_edge_m
Average edge length of an H3 cell index at the given resolution, in meters.
- avg_edge_km
Average edge length of an H3 cell index at the given resolution, in kilometers.
- avg_cendist_m
Average distance between cell centers at the given resolution, in meters.
- avg_cendist_km
Average distance between cellcenters at the given resolution, in kilometers.
- total_unique_indexes
Total number of H3 cells at the given resolution.
Source
See also https://h3geo.org/docs/core-library/restable/
[Package h3jsr version 1.3.1 Index]