Module h3

Module h3 

Source

Macrosยง

ensure_then_coerce ๐Ÿ”’

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ยง

calculate_cell_child_property ๐Ÿ”’
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 ๐Ÿ”’