2020-01-09
- Projection transformation support for
pyproj
package (1.9.5+ required) - Note:
pyproj
versions 2.0.x thru 2.1.x may cause errors (1.9.6 or 2.2.0+ recommended)) - Switched package dependency for projection transformations from
gdal
(used asosgeo.osr
) topyproj
- If found,
osgeo.osr
is still preferred unlessMGRSPY_USE_PROJ
environment variable is set - Bulk test of 1200+ populated places from Natural Earth project
- Debug logging to test suite
- Projection transformation errors due to PROJ v6+ axis ordering changes
- See: https://trac.osgeo.org/gdal/wiki/rfc73_proj6_wkt2_srsbarn#Axisorderissues
2019-10-22
geotrans
3.8 half-multiplier (optional, off by default)- Copyright to Planet Federal
- Function to clean up user-input MGRS coordinates
- Added debug logging
- Treat UPS zones as 00 identifier
- Added missing scale computation for easting/northing multiplier
- Make source code PEP8-ish compliant