Wrong distance shown in miles for extension earthdistance

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ipkis76(at)gmail(dot)com
Subject: Wrong distance shown in miles for extension earthdistance
Date: 2021-03-22 04:17:42
Message-ID: 161638666232.653.1286667599530703498@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/earthdistance.html
Description:

Hi,
I have installed
CREATE EXTENSION CUBE;
CREATE EXTENSION earthdistance;

Post which I ran the following query:
SELECT (POINT (19.974, 72.756)<@> POINT (19.195, 72.959)) AS DISTANCE;

The answer came back as 21.17534 miles whereas the actual distance (as crow
flies) is 55.42 miles which I have checked from 2-3 websites. (Google maps
gives a greater distance which is travel by road & this value has been
ignored).

I know both the places and the distance between both of them cannot be 22
miles. It has to be in excess of 50 miles atleast. What am I missing?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2021-03-22 08:49:27 Re: Wrong distance shown in miles for extension earthdistance
Previous Message PG Doc comments form 2021-03-20 19:16:01 "there is no way to insert less than one row"