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(…) → Float64Kind · 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.
Geospatial
60 Geospatial functions in the NYXDB native function registry, with signatures, briefs, and measured medians where available.
geohash_decode
Decodes a geohash string into its approximate center coordinates and precision. Returns a JSON object string: `{\"latitude\":...,\"longitude\":...,\"precision\":...}`.