Changelog#
v1.8.9#
Bug corrections:
revert of https://github.com/MeteoSwiss/pyrad/commit/41382257dc5578d5cb121de11b3766b70e4c1878 that removed by mistake call to read_smn2
[BUG] fix in process_monitoring_products.py to allow copy to S3 of VOL_HISTOGRAM imgs
added coercion of product names to list in flow_aux for s3 writing
added support of visibility_polar varname in process_intercomp (GECSX format)
fixed issue in process_traj.py that lead to some timesteps not being considered
New additions
v1.8.8#
Bug corrections
v1.8.7#
Bug fixes:
Fix in process_grid_products.py for wrong warning message when bg DDA field is missing
bug correction in function process_turbulence in process_Doppler.py
New additions
v1.8.6#
Bug corrections
v1.8.5#
Bug corrections
v1.8.4#
Bug corrections
fix of a bug where vmin and vmax were not applied to lat/lon grid profiles
fix for file locking issue on NFS systems for timeseries csv files
New additions
v1.8.3#
Bug corrections
New additions
v1.8.2#
New additions:
v1.8.1#
Bug fixes:
v1.8#
Bug fixes:
correction of a bug in function process_vol2grid. Added xsecImageConfig
redesigned dem readers so they output proj read from file if possible
New additions:
added DDA process and DDA_LONGITUDE_SLICE DDA_LATITUDE_SLICE DDA_MAP products
added possibility to specify selfconsistencypath + added poor support of NFS mounts in file locking
added exact_limits keyword in loc file to display exactly user-specified lon_lines and lat_lines
added RADARV path convention for windcube lidar data (CFRADIAL2)
added script under ci that generates pyrad var name mappings references under doc/mappings
added possibility to specify nyquist velo in process_dealias_region_based
added the GECSX datatype to read pyrad GECSX input for visibility filter
v1.7#
New additions:
New polar product: CROSS_SECTION in RadarDisplay which can be used to display a cross-section of polar data between arbitrary coordinates
Added possibility to overplot of a trajectory in a PPI map
Output data from regions of interest in a radar volume as kml and csv files
Added some output on the location where the parsing of the config files fails (it is fails)
v1.6.2#
New additions:
Added the possibility to create Cartesian ODIM outputs with the ODIMPYRADGRID keyword
v1.6#
Bug fixes:
changed the number of colors from cmap.N to len(boundaries) – 1 in get_cmap to avoid colorbar issues with discrete colorbars
fixed a bug that made it impossible to use any other method than main in flow_control.py
set xlim and ylim of grid surface plots to the min/max of user defined lat/lon (this step was missing since the last release)
correction of a bug that did not allow import of pyrad when the metranet library was mssing
New additions:
change in function process_point_measurement: When Truealt is false input keyword alt is not required and the output alt will be determined by the elevation angle
added new user-defined parameters in VPR correction scheme
modifications to allow to read multiple ODIM files containing parameters and scan
changed keyword add_lines to add_grid_lines to be consistent with Py-ART
new functions to accumulate gridded data and get data at multiple points in a grid
added ODIMGRID keyword to be able to ingest gridded data from ODIM files
added keyword MasterScanTimeTol that allows to combine ODIM files from different scans not having the same nominal time in file name