bioRad icon indicating copy to clipboard operation
bioRad copied to clipboard

R package for analysis and visualisation of biological signals in weather radar data

Results 84 bioRad issues
Sort by recently updated
recently updated
newest added

Cf. how `readr::read_csv()` allows to read remote csv files, it would be useful that `read_vpfiles()` did the same. This especially useful to create reproducible examples: ```R library(bioRad) read_vpfiles("https://aloft.s3-eu-west-1.amazonaws.com/baltrad/hdf5/bejab/2022/08/19/bejab_vp_20220819T235500Z_0x9.h5") ```

enhancement
VPTS CSV

Add an argument `night` as in `filter_vpts()`

Before downloading vpts data from the aloft repository with `download_vpts_aloft()` (see #553), it might be useful for people to know what years/dates are covered for what radars. The repository does...

VPTS CSV

See https://github.com/adokter/bioRad/issues/550#issuecomment-1496168922 ```R download_pvol_rexrad( date_min, date_max, radars directory = ".", overwrite = FALSE ) ``` - [ ] Deprecate `download_pvolfiles()` to this function - [ ] Rename `radar` to `radars`...