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.
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.