orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
207 stars 63 forks source link

Add ST_Project #1324

Closed dVeon-loch closed 1 year ago

dVeon-loch commented 1 year ago

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 commented 1 year ago

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

ebocher commented 1 year ago

Done here #1361