Skip to content

Releases: MeteoSwiss/pyrad

v1.8

v1.7

29 Mar 12:56
b4edfda
Compare
Choose a tag to compare

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

17 Jan 14:20
Compare
Choose a tag to compare

New additions:

  • Added the possibility to create Cartesian ODIM outputs with the ODIMPYRADGRID keyword

v1.6

20 Dec 19:24
5d59a78
Compare
Choose a tag to compare

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