Turbo87 / utm

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

Vectorize the functions #39

Closed vik748 closed 4 years ago

vik748 commented 5 years ago

Just wanted to make a suggestion to vectorize the conversion functions so that they can be used efficiently on large arrays. Basically instead of taking just scalar lat-lon as input to the function, allow suppling numpy arrays for both.

Turbo87 commented 4 years ago

AFAICT #24 implemented that, right?