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

Equidistant Azimuthal (ESRI:54032) test failed #84

Closed
Yaqiang opened this issue Oct 9, 2022 · 1 comment
Closed

Equidistant Azimuthal (ESRI:54032) test failed #84

Yaqiang opened this issue Oct 9, 2022 · 1 comment
Labels

Comments

@Yaqiang
Copy link
Contributor

Yaqiang commented Oct 9, 2022

The equidistant azimuthal (ESRI:54032) projection test as following:

@Test
public void testEquidistantAzimuthal() {
    checkTransformFromWGS84("ESRI:54032", 120., 40., 8995111.253396044, 8710143.05796729);
}

The test failed with information below:

WGS84(LongLat/WGS84) => ESRI:54032(Equidistant Azimuthal/WGS84)
[120.0, 40.0] -> [5404116.851692142, 5201043.932894523] (expected: [8995111.253396044, 8710143.05796729] tol: 1.0E-4 diff: 3590994.4017039016 )
FAIL
Src CRS: +title=long/lat:WGS84 +proj=longlat +datum=WGS84 +units=degrees
Tgt CRS: +proj=aeqd +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs

@Yaqiang
Copy link
Contributor Author

Yaqiang commented Nov 21, 2022

Solved by PR #86

@Yaqiang Yaqiang closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants