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

Add ST_Project #1324

Closed
dVeon-loch opened this issue Oct 7, 2022 · 2 comments
Closed

Add ST_Project #1324

dVeon-loch opened this issue Oct 7, 2022 · 2 comments

Comments

@dVeon-loch
Copy link

It would be useful if H2GIS had ST_Project(geography g1, float distance, float azimuth); to do the following:
Returns a point projected from a start point along a geodesic using a given distance and azimuth (bearing). This is known as the direct geodesic problem.

See https://postgis.net/docs/ST_Project.html for more details.

@ebocher
Copy link
Member

ebocher commented Oct 10, 2022

Note that H2GIS doesn't support geography type.
By the way, feel free to send a PR to support this feature.

@ebocher
Copy link
Member

ebocher commented Sep 12, 2023

Done here #1361

@ebocher ebocher closed this as completed Sep 12, 2023
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