Turbo87 / utm

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

Longitude out of range error message in `from_latlon` #13

Closed lbillingham closed 9 years ago

lbillingham commented 9 years ago

Hello folks,

This is a great light-weight converter, thank you!

I noticed that one of the range error messages in from_latlon(...) reads 'northings' instead of 'longitude'. I have a branch with this typo fixed. Should I submit a pull request?

Thanks, laurence

Turbo87 commented 9 years ago

@lbillingham that would be great, thanks!