go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
168 stars 37 forks source link

Removed rounding of UTM coordinates #120

Closed bezineb5 closed 2 years ago

bezineb5 commented 2 years ago

Fix for #119

The rounding to the desired precision depends on the application, so I believe it's better to leave it out of the UTM conversion.

gdey commented 2 years ago

Thank you for the PR. I'm not sure why I was rounding.