locationtech / proj4j

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

Fix UTM, LCC, Krovak and Stere projections #71

Closed pomadchin closed 3 years ago

pomadchin commented 3 years ago

Summary

Test resurrection results

Before this PR proj4-epsg.csv contained the following amount of tests:

After:

UPD

After (with LCC projection fix):

After (with Krovak projection fix):

Closes #25 Closes #58 Closes #61