Skip to content

bioRad 0.8.0

Compare
Choose a tag to compare
@adokter adokter released this 30 Jul 18:11
· 62 commits to master since this release

All issues included in release 0.8.0 can be found here.

New features

  • ENRAM VPTS data exchange format added in package data as vpts_schema.rda (#661)

  • VPTS files are now able to be validated with validate_vpts() which uses the schema to check for min/max constraint violations for specific fields, regex and datetime formatting (#661)

  • speed up integrate_to_ppi() and project_as_ppi() by using native sf functions (#669)

  • support for tidyverse select method for polar volume and polar scan objects (#668,#460)

Bugfixes

  • Corrected the default refractive index value used in conversion of linear reflectivity (eta) to logarithmic reflectivity (dBZ). The effect is a 7% increase in animal densities in output of functions integrate_to_ppi() and read_cajun() only (#642).

  • Fixed the handling of empty numeric vectors when plotting clutter maps (#655)

  • Fixed warning when reading VPTS csv containing multiple values in lat, lon, 'rcs' or sd_vvp_threshold (#651)

  • Fixed enabling/disabling of single_pol flag in calculate_vp() (#646)

  • Updated the s3 source bucket of download_vpfiles() to https://aloftdata.s3-eu-west-1.amazonaws.com (#648)

  • Fixed an error in the idw method of composite_ppi() that emerged with the evolution of dependency package sp / deprecation of rgdal (#666)