bioRad: Biological Analysis and Visualization of Weather Radar Data
Authors/Creators
Description
bioRad 0.7.1 includes a major backend overhaul that deprecates the use of Docker. All Docker-dependent functionality is now included in the new dependency package vol2birdR package, which needs to be installed as part of bioRad. All bioRad functions remain the same, but several functions will run considerable faster.
New features
-
bioRad is now fully available on Windows.
-
Simplified installation, including automatic installation of rhdf5 from bioconductor (#464).
-
Faster implementations of functions previously dependent on Docker, such as
calculate_vp(),apply_mistnet()andread_pvolfile(). -
Support for reading VPTS CSV format through updated function
read_vpts(). VPTS CSV table schema included to allow offline parsing of VPTS CSV files as a frictionless data package (#551, #590) -
Updated function
read_vpts()supports readingvp/vptsdata in ODIM HDF, VPTS CSV format (#551, #590) -
New function
list_vpts_aloft()produces a list of aloft archive URLs for time series of vertical profiles (vpts). This list of URLs can then be used to bulk download data using any number of external tools (#553). -
New function
read_stdout()replaces previous functionality ofread_vpts()to read vol2bird stdout format. It also has a newsepargument (#536) to support both fixed-delimited and comma-separated stdout data. -
New function
as.vptsconverts a data.frame originating from a VPTS CSV file into a vpts object (#555). Inverse operation of as.data.frame.vpts -
read_pvolfiles()now allows ODIM H5 files with missingsourceattribute. The functionality is similar toread_vpfiles(), i.e. extracting the NOD, RAD or WMO identifier, otherwise usingunknown(2f6935c). -
bind_into_vpts()now works for vp and vpts objects with different heights (#343) -
Faster parallel mistnet runs (https://github.com/adokter/vol2birdR/issues/16).
Bugfixes
- Fix bug in height integration, which excluded the lowest bins for certain low altitude radars (#534).
Deprecations
-
Argument
local_installincalculate_vp()andapply_mistnet()is now deprecated. -
Functions
check_docker()andupdate_docker()have been deprecated. -
Function
vol2bird_version()has been migrated to package vol2birdR and can be accessed byvol2birdR::vol2bird_version(). -
Dependency
maptoolshas been replaced with suntools,rgdalhas been removed in accordance with the evolution ofspand the imminent archiving ofrgdal -
Function
as.data.frame.vpts()has output column nameslat,lon,antenna_heightrenamed toradar_latitude,radar_longitude,radar_heightfor compatibility with the VPTS CSV data format. The function also outputs an additional columnradar_wavelength(#609)
Files
adokter/bioRad-0.7.1.zip
Files
(4.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e087fa5bb58d4fa7f886fa897513a889
|
4.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/adokter/bioRad/tree/0.7.1 (URL)