Python class for reading and writing NonLinLoc grid files.
(c) 2015-2024 Claudio Satriano, Natalia Poiata, Robert Pickle
- Fix bug preventing writing a newly created grid to a file, when the grid
float_type
was not explicitly set
- Fix for missing test data in PyPI package
- Fix for PyPI publishing
NLLGrid.horizontal_recenter()
method to move the (x, y) origin of grid cartesian system to the grid centerNLLGrid.horizontal_rotate()
method to rotate the grid horizontally around its centerNLLGrid.nudge()
method to expand or contract in any direction a grid- Added
TRANS_MERC
andAZIMUTHAL_EQUIDIST
projections - Fix projections when
map_rot != 0
- Still another fix for version string
- Fix version string reported by
nllgrid.__version__
NLLGrid.get_value()
: support for 2D gridsNLLGrid.plot()
: support for 2D grids- Fixed:
NLLGrid.get_value()
now correctly returns angles, instead ofNone
, forANGLE
andANGLE2D
grids
NLLGrid.iproject()
method for inverse projection
- Move to
python-versioneer
- Fixes for PyPI packaging
- Installation instructions via pip
- Bug fixes
- Python 3 compatibility
NLLGrid.project()
method- Bug fixes
- Initial release