All issues included in this release can be found here.
New features
-
calculate_vp()now supports profile estimation with height bins defined relative to ground level and antenna level (#686). -
integrate_to_ppi()now supports range correction with profiles referenced to ground level, accounting for local topography (#747, #748). -
New function
add_param()for mapping raster data ontoscanandpvolobject (#767). -
New output field
eta_sum_to_VIRinintegrate_to_ppi()(#748). -
New additional arguments
alt_minandfilter_all_heightsinfilter_precip()for precip filtering at high altitudes only (#754, #755). -
beam_width()and related functions have a new argumentpathfor outputting either the one-way or
two-way beam width of the antenna pattern. The default is changed to two-way (formerly one-way) (#744). -
Expose
eta_maxas a user option incalculate_vp(), to set maximum bird reflectivity (maps to optionetaMaxinvol2birdR::vol2bird_config()) (#763) -
Expose
max_nyquist_dealiasparameter to set maximum Nyquist velocity above which to suppress dealiasing (maps to optionmaxNyquistDealiasinvol2birdR::vol2bird_config()) (#684). -
rasterargument ofintegrate_to_ppi(),project_as_ppi()andscan_convertnow acceptsterra:SpatRasterclass (8f8458a)
Bugfixes
-
Bugfix parsing
azim_min,azim_maxandelev_maxarguments for pvol objects (#762). -
Changed lower bound of allowed values for
nyquist_minargument ofcalculate_vp()to zero (#761). -
Bugfix for
as.vpts()fixing uninformative error message in the case of NA values in thesource_filecolumn of a vpts data.frame (#759). -
Bugfix for
filter_precip()not being applied tovpobjects (#755). -
Bugfix correcting uninformative error message when integer value columns in vpts data.frame contain
NAvalues (#755). -
Bugfix correcting removals of pure insect cases in
clean_mixture()(#753). -
eta_to_dbz()now accepts NA or NaN input reflectivity values (#741). -
Fix typo in documentation
clean_mixture()swapping birds and insects (bd7e89d).