Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue found on page 'Spatial Functions' #4126

Closed
arunsworld opened this issue Nov 22, 2024 · 1 comment
Closed

Issue found on page 'Spatial Functions' #4126

arunsworld opened this issue Nov 22, 2024 · 1 comment

Comments

@arunsworld
Copy link

In documentation example for ST_Distance_Spheroid the coordinates of JFK are incorrect.

40.6446, 73.7797 should instead be 40.6446, -73.7797

SELECT st_distance_spheroid(
st_point(40.6446, -73.7797),
st_point(52.3130, 4.7725)
);
----
5863418.7459356235
-- Roughly 5863km!

Page URL: https://duckdb.org/docs/extensions/spatial/functions.html

@szarnyasg
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants