Changelog#
v1.9.2#
FIX: several fixes for numpy 2 by @wolfidan in https://github.com/MeteoSwiss/pyart/pull/43
Dev by @wolfidan in https://github.com/MeteoSwiss/pyart/pull/44
Full Changelog: https://github.com/MeteoSwiss/pyart/compare/v1.9.0…v1.9.2
v1.9.0#
Improvements
Bug fixes
v1.8.9#
Improvements
v1.8.8#
Bug fixes:
New additions
v1.8.7#
Bug fixes:
fixed python metranet reader to handle use of more than one byte in encoding
fix bug in dealias_spectra that led to only the first timestep being processed
New additions
[add gecsx fields to default_config.py](https://github.com/MeteoSwiss/pyart/commit/57664ce7b27c27af03f631fcd0e92a2
v1.8.6#
Bug fixes:
v1.8.5#
Bug fixes:
New additions
v1.8.4#
Bug fixes:
New additions
v1.8.3#
Bug fixes:
New additions:
v1.8.2#
Bug fixes:
update of metranet read_product code for new cartesian format
Various deprecation fixes (matplotlib, numpy)
New additions
Merge pull request https://github.com/MeteoSwiss/pyart/pull/21 from juhi24/dataset-patch
v1.8.1#
Bug fixes:
fix in radar_utils, replaced latitude by altitude as it was duplicated
fix of a bug in gecsx that lead to always using raster oversampling
New additions
v1.8#
Bug fixes:
improvement in colobar label of pyart/graph/gridmapdisplay.py
added _label_axes_latlon in class GridMapDisplay. Minor changes to improve grid plots
New additions:
v1.7.1#
Bug fixes:
v1.7#
New additions:
New plot function: plot_xsection in RadarDisplay which can be used to display a cross-section of polar data between arbitrary coordinates
v1.6.4#
New additions#
New additions:
Support for new RainForest ODIM variable name
v1.6.3#
Bug fixes:
bug correction in compute_refl_time_avg in vpr.py: it was crashing when the elevation to average was not in the current scan
bug correction in vpr.py compute_refl_time_avg we set the radar_ou.time[‘data’] to np.zeros(nrays) to account for elevations to average not in the current radar
New additions:
VPR retrieval: better care of special case when melting layer peak has a value of 1
support for multi field Grid in odim h5 grid writer
change of datatype for time from float32 to float in read_odim_h5
better support of OPERA guidelines in odim writer and reader
Added possibility to specify ODIM convention in ODIM writers
v1.6.2#
Bug fixes:
Fixed an issue that was prohibiting ODIM grid files written by pyart to be read by pyart again
v1.6.1#
Bug fixes
fixed a bug in write_odim_grid that was using a time format different from the other pyart readers/writers
v1.6#
Bug fixes:
adaptation of the Cython codes of the RSL interface and 4DD to make them run with setuptools
rounding of the angles to a precision of 6 digits in the interpol_field code so we avoid floating point issues in the interpolation range (leads to northernmost ray being empty in some cases)
New additions:
new functions to accumulated gridded data and get data at multiple points in a grid
addition of a new spatialized VPR function