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

Fix floating issue #178

Closed
wants to merge 3 commits into from
Closed

Conversation

raj1258
Copy link

@raj1258 raj1258 commented Feb 22, 2022

  • avoid transformation of coordinates in case coordinate system is WGS84(longlat) projectio string is present in '.prj' file
  • it ll solve the floating decimals issue in coordinates

@raj1258
Copy link
Author

raj1258 commented Feb 22, 2022

#176

@calvinmetcalf
Copy link
Owner

there are lat long coordinate systems that are not wgs84, a better thing might be a pull to proj4 that makes sure that an attempt to convert from wgs84 to wgs84 is just a pass through.

This is really not a bug because those "changed coordinates" should be mathematically equivalent in floating points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants