Releases: MeteoSwiss/pyrad
Releases · MeteoSwiss/pyrad
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 info on searched file directory if no file was found
- 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
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