FunctionsGeospatial
great_circle_angle
Computes the central angle (in radians) between two geographic points on a sphere. Multiply by Earth radius to convert the angle to linear distance.
great_circle_angle(…) → Float64Kind · scalar
Computes the central angle (in radians) between two geographic points on a sphere. Multiply by Earth radius to convert the angle to linear distance.
Part of the Geospatial family.
geohashes_in_box
Returns a deterministic set of geohash cells that cover a latitude/longitude bounding box at the requested precision. The V1 strategy samples a 3x3 grid (corners, edges, center) and returns unique …
great_circle_distance
Computes the shortest path length along Earth's surface between two points. The result is returned in meters.