Skip to content

Commit

Permalink
Update spatial-functions.rst
Browse files Browse the repository at this point in the history
specified st_distance is euclidean.
  • Loading branch information
mjohns-databricks authored Sep 15, 2023
1 parent d3b0ea3 commit 0eacf65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/spatial-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ st_distance

.. function:: st_distance(geom1, geom2)

Compute the distance between `geom1` and `geom2`.
Compute the euclidean distance between `geom1` and `geom2`.

:param geom1: Geometry
:type geom1: Column
Expand Down Expand Up @@ -509,7 +509,7 @@ st_distance
| 15.652475842498529|
+------------------------+

.. note:: Results of this function are always expressed in the original units of the input geometries, e.g. for WGS84 (SRID 4326) units are degrees.
.. note:: Results of this euclidean distance function are always expressed in the original units of the input geometries, e.g. for WGS84 (SRID 4326) units are degrees.

st_dump
*******
Expand Down

0 comments on commit 0eacf65

Please sign in to comment.