Converts hierarchical cell index strings back to geographic coordinates, returning the center point of each cell. This is the inverse operation of hexify_lonlat_to_h_index().
hexify_h_index_to_lonlat(grid, h_index)Data frame with columns:
Longitude in degrees
Latitude in degrees
Grid specification from hexify_grid()
Hierarchical index strings (character vector)
Most users should use hexify_cell_to_lonlat or
hexify_grid_cell_to_lonlat which work with DGGRID-compatible
integer cell IDs.