The change history for osgb
- New super-accurate conversion routines based on OSTN15
- Preserves legacy interface
- Documentation at https://grid-banger.readthedocs.io/en/latest/index.html
- Moved all functions from
mappingmodule intogridder - Fixed issue with array.array methods for Python2 v Python3
-
Changed rounding behaviour for
osgb.convert.grid_to_llThis is a mildly breaking change, in that the default outputs will have fewer decimal places, but it does not mean any loss of accuracy. If your GR is in whole metres, your lat/lon will be rounded to 6 decimal places which is about 10cm of accuracy. A new "rounding" keyword arg allows you to have more places if you really want them.
-
Allow tuple argument to
sheet_keys -
Improved error handling in
parse_grid -
Added a script to make a GeoJSON file of each series of map outlines
-
Added a zero-points script to show "meetings of Myriads"
-
Added flag to bngl.py to show lat/lon in degrees-minutes-seconds notation
-
Improved test coverage
- The next major release will drop support for Python2