Module h3

Source

Structsยง

H3CellBase
Function that returns base cell of given cell id
H3CellCenterChild
Function that returns center child cell of given cell id
H3CellCenterLatLng
Function that returns centroid latitude and longitude of given cell id
H3CellContains
Tests if cells contains given cells
H3CellDistanceEuclideanDegree
Get Euclidean distance of two cell centroid
H3CellDistanceSphereKm
Get WGS84 great circle distance of two cell centroid
H3CellIsPentagon
Function that check if given cell id is a pentagon
H3CellParent
Function that returns parent cell of given cell id and resolution
H3CellResolution
Function that returns resolution of given cell id
H3CellToChildPos
Function that returns the cell position if its parent at given resolution
H3CellToChildren
Function that returns children cell list
H3CellToChildrenSize
Function that returns children cell count
H3CellToString
Function that converts cell id to its string form
H3ChildPosToCell
Function that returns the cell at given position of the parent at given resolution
H3GridDisk
Function that returns cells with k distances of given cell
H3GridDiskDistances
Function that returns all cells within k distances of given cell
H3GridDistance
Function that returns distance between two cells
H3GridPathCells
Function that returns path cells between two cells
H3LatLngToCell
Function that returns h3 encoding cellid for a given geospatial coordinate.
H3LatLngToCellString
Function that returns h3 encoding cellid in string form for a given geospatial coordinate.
H3StringToCell
Function that converts cell string id to uint64 number

Staticsยง

CELL_TYPES ๐Ÿ”’
COORDINATE_TYPES ๐Ÿ”’
DISTANCE_TYPES ๐Ÿ”’
POSITION_TYPES ๐Ÿ”’
RESOLUTION_TYPES ๐Ÿ”’

Functionsยง

cell_from_value ๐Ÿ”’
cells_from_value ๐Ÿ”’
extract cell array from all possible types including:
signature_of_cell ๐Ÿ”’
signature_of_cell_and_distance ๐Ÿ”’
signature_of_cell_and_resolution ๐Ÿ”’
signature_of_double_cells ๐Ÿ”’
value_to_distance ๐Ÿ”’
value_to_position ๐Ÿ”’
value_to_resolution ๐Ÿ”’