Turbo87 / utm

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

Option to accept out-of-range input in to_latlon #22

Closed TheBB closed 8 years ago

TheBB commented 8 years ago

The Norwegian mapping authority, for example, publishes a height data in UTM zone 33 coordinates for the whole country, even though most of it is technically outside zone 33. This adds an option to skip the bounds checks when converting from UTM coordinates.

Turbo87 commented 8 years ago

@TheBB the CI runner apparently had some issues. I've just fixed them on the master branch. Could you rebase this PR to make sure everything runs smooth?

TheBB commented 8 years ago

Sure, done.

Turbo87 commented 8 years ago

Thanks!