Turbo87 / utm

Bidirectional UTM-WGS84 converter for python
http://pypi.python.org/pypi/utm
MIT License
486 stars 101 forks source link

Fix UTM zones boundaries #31

Closed astrojuanlu closed 7 years ago

astrojuanlu commented 7 years ago

This fixes #19. I could not find any reference clarifying the boundaries of the UTM zones but I cross checked using external software:

http://www.latlong.net/lat-long-utm.html

Pending: Add regression tests, don't merge.

cc @slava-kerner

astrojuanlu commented 7 years ago

Tests in place, if they pass this PR is ready for merging.

Turbo87 commented 7 years ago

awesome, thank you!

astrojuanlu commented 7 years ago

Thanks to you for your quick response!

astrojuanlu commented 7 years ago

@Turbo87 Do you have any ETA for a release? I can push another PR with some release notes. Also, #24 is red but the tests are passing, I don't know if you are planning to merge it, and if so if you would like to include it in the next release.

Turbo87 commented 7 years ago

Do you have any ETA for a release?

after #24 is merged would probably be best

I don't know if you are planning to merge it, and if so if you would like to include it in the next release.

I do, but I haven't had time yet to look at it in detail