locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
181 stars 71 forks source link

Add geodesic package for geodesic calculation #86

Closed Yaqiang closed 1 year ago

Yaqiang commented 1 year ago

In EquidistantAzimuthalProjection, project and projectInverse functions results are not corrected with elliptical OBLIQUE or EQUATOR setting #84. Geodesic calculation is needed in this condition, so geodesic package was added in proj4j with the code from GeographicLib-Java project (https://github.com/geographiclib/geographiclib-java). Also I added testEquidistantAzimuthal function for testing, and it passed.

pomadchin commented 1 year ago

Could I ask you to also update the CHANGELOG.md?

Into the Unreleased Fix section, the sape here is "* the PR name issue #"

Yaqiang commented 1 year ago

Could I ask you to also update the CHANGELOG.md?

Into the Unreleased Fix section, the sape here is "* the PR name issue #"

I have updated the change log file.

pomadchin commented 1 year ago

@Yaqiang 💯 could I ask you to commit --amend extra time to trigger ECA bot one more time? I think it's sime kind of a lag.

Yaqiang commented 1 year ago

@Yaqiang 💯 could I ask you to commit --amend extra time to trigger ECA bot one more time? I think it's sime kind of a lag.

Sorry for my lacking knowledge of git and github. I don't know how to do it detailed.