We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thanks!
Sorry, something went wrong.
No branches or pull requests
In documentation example for ST_Distance_Spheroid the coordinates of JFK are incorrect.
40.6446, 73.7797 should instead be 40.6446, -73.7797
Page URL: https://duckdb.org/docs/extensions/spatial/functions.html
The text was updated successfully, but these errors were encountered: