adokter / bioRad

R package for analysis and visualisation of biological signals in weather radar data
http://adokter.github.io/bioRad
Other
29 stars 16 forks source link

plot.vpi nightshade requires UTC timezone #513

Closed adokter closed 1 year ago

adokter commented 2 years ago

One needs to set

Sys.setenv(TZ = "UTC")

otherwise the plot.vpi shows corrupted nightshading

iskandari commented 1 year ago

Test with a few US radars

iskandari commented 1 year ago

Cannot reproduce with:

> Sys.timezone()
[1] "America/New_York"