Skip to content
forked from Turbo87/utm

Bidirectional geodetic UTM/GRS80 converter for python

License

Notifications You must be signed in to change notification settings

tarnhold/utm-precise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utm

Geodetic UTM/GRS80 projection

Modified version of the original UTM/WGS84 projection from https://github.com/Turbo87/utm

Because there was only a rough UTM projection formula in use, there was a need to further expand the power series for geodetic precision (like this is realized with pyproj or GeographicLib). Formulas are cross-checked and based on geodetic literature.

Modifications

  • Expanded power series from meter to sub-millimeter precise projection
  • Projection onto GRS80 ellipsoid, as this is the basis for ETRS89 coordinates
  • Cythonization for performance
  • Extended testing, invoked by setup.py test
  • Some minor bugfixes

About

Bidirectional geodetic UTM/GRS80 converter for python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 60.7%
  • Cython 39.3%