We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
download_pvolfiles() aborts download whenever a day is encountered without data.
download_pvolfiles()
download_pvolfiles(date_min=as.POSIXct("2020-10-09 00:00:00"), date_max=as.POSIXct("2020-10-10 23:59:59"), radar="KHDX", directory="/tmp")
Change behavior to skipping those days (throwing only a warning).
The text was updated successfully, but these errors were encountered:
a4625f0
Merge pull request #637 from adokter/fix_download_pvolfiles
7121339
skip day instead of abort when no data available (fix #636)
adokter
No branches or pull requests
download_pvolfiles()
aborts download whenever a day is encountered without data.Change behavior to skipping those days (throwing only a warning).
The text was updated successfully, but these errors were encountered: