DB
FunctionsGeospatial

geo_distance

Computes the great-circle distance between two points on Earth using latitude/longitude coordinates. An optional unit argument supports `m` (default), `km`, `mi`, `ft`, and `nm`.

geo_distance(…) → Float64

Kind · scalar

Computes the great-circle distance between two points on Earth using latitude/longitude coordinates. An optional unit argument supports m (default), km, mi, ft, and nm.

Part of the Geospatial family.