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

@goldinbal1 mentioned at the IRAC meeting that the one thing she was missing from https://github.com/enram/vp-processing that is not possible in bioRad, is to integrate vpts over time, but not by...

enhancement

- [ ] make `read_pvolfile` accept a list of files that contain separate scans. - [x] `calculate_vp` should be able to accept a list of files that contain separate scans....

As the bioRad package uses a lot of gridded data that mostly has a spatial component to it, it might be worth considering to use the `stars` package. The biggest...

enhancement

Depends on completion of adokter/vol2bird#129 * flags will be integrated over scans using a bitwise XOR operation * cell values will be merged over scans.

I didn't know this, but you can use Markdown in addition to Roxygen syntax for function document: http://klutometis.github.io/roxygen/articles/markdown.html, by adding to `DESCRIPTION`: Roxygen: list(markdown = TRUE) It would allow for...

sprint

`download_vpfiles()` currently requires both the argument `radar` and `country` to be provided. But it combines them in a way that leads to non-existing radars and thus files that cannot be...

enhancement

There was an `intro_vp.Rmd` vignette written by @plieper and @stijnvanhoey in 2017. Because it eventually contained outdated function names, its [last version](https://github.com/adokter/bioRad/blob/42ee484ce491fdbc94080991061682fcee875407/vignettes/intro_ppi.Rmd) was removed in 8f638d59b9148b6b6e37ae781088b1b1d4fd1926. It should be checked...

documentation
VPTS CSV

From the [rOpenSci onboarding guide](https://ropensci.github.io/dev_guide/building.html#recommended-scaffolding): > For http requests we strongly recommend using httr over RCurl. We need to tackle RCurl vs curl for #131 anyway, so might be good...

sprint

Guide: https://ropensci.github.io/dev_guide/index.html. Things I noticed that might not be covered yet: - [x] Add `codemeta.json` using `codemetar::write_codemeta()`: 5683c0d - [ ] Use `message()` and `warning()` to communicate with the user...

sprint