Expand description
A module containing various geospatial mapping-algorithms.
Modules§
- double_
precision - Contains pregenerated functions for double precision geographical mapping-algorithms.
- single_
precision - Contains pregenerated functions for single precision geographical mapping-algorithms.
Functions§
- calculate_
haversine_ distance - Calculates the Haversine distance between two points on a sphere using floating-point arithmetic.
- calculate_
sphere_ bearing - Calculates the initial bearing (forward azimuth) from the first point to the second point.