proj5 icon indicating copy to clipboard operation
proj5 copied to clipboard

Coordinate projection library

Results 3 proj5 issues
Sort by recently updated
recently updated
newest added

Hello, It is possible to use proj5 to transform wgs84 to etrs89 laea(epsg 3035) ? Thank you

Converting from crs84 to merc and back does not give the same results. The difference is substantial. ``` #[test] fn test_coords_merc_convertion() { let p1 = (23.9, 35.8); let p2 =...

I hope this library supports EPSG coordinates.... then it would be so convenient. Sad to see this came to a halt for a while