Turbo87 / utm

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

Make numpy visible in the docs #50

Closed eumiro closed 4 years ago

eumiro commented 4 years ago

For my project https://github.com/eumiro/pygohome I needed a lat/lon to utm converter to convert 100k+ of coordinates at once. Unfortunately using utm.from_latlon for individual coordinates in a loop took too much time. Only after I studied the code and history of the project, I discovered the NumPy support, which made it fast again and I'll add it to the project again. That's why I added the mention and code examples of Numpy usage into the README.rst and the API. At the same time I completed the API doc, cleaned it a little bit, and fixed some typos. Hope you like it.

codecov[bot] commented 4 years ago

Codecov Report

Merging #50 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   95.00%   95.00%           
=======================================
  Files           3        3           
  Lines         160      160           
=======================================
  Hits          152      152           
  Misses          8        8           
Impacted Files Coverage Δ
utm/conversion.py 94.87% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 875f0de...5f956f5. Read the comment docs.