Turbo87 / utm

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

Made it posible to choose utm band when converting from lat lon to utm #8

Closed tibnor closed 9 years ago

tibnor commented 9 years ago

fixes #7

Turbo87 commented 9 years ago

I guess this is somewhat related to #6 and #7 right?

tibnor commented 9 years ago

Yes, this solves those issues.

Turbo87 commented 9 years ago

@tibnor sorry for the long wait, could you change your commit to not update the version number of the library please? and I would prefer the parameter to be named force_zone_number as suggested in #7.

tibnor commented 9 years ago

@Turbo87 The new commits contains your wishes! :-)

Turbo87 commented 9 years ago

awesome, thank you!

Turbo87 commented 9 years ago

@tibnor it would be great if you could extend the unit test suite with a test for that new parameter too

Turbo87 commented 9 years ago

@tibnor I just release v0.4.0 on PyPI including your changes