Module geo

Source
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.