A dataset containing information about h3 cell indexes at each resolution, calculated using H3's built-in functions.
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.