-
Notifications
You must be signed in to change notification settings - Fork 17
harpVis app not working properly with profile data #58
Copy link
Copy link
Open
Description
The harpVis app does not display profile data correctly upon start-up. Hopefully reproducible example below. I also observe something similar when multiple time axes are available and the value of p is switched from profile to a single level and then back to profile.
I have tried to debug in time_axis.R but to no success. Any advice @andrew-MET ?
library(here)
library(harp)
library(dplyr)
rm(list=ls())
df <- NULL
for (p in seq(100,1000,100)) {
fd <- fake_point_data(2024090100,"a",lead_time = seq(0,6),SID = seq(1:10))
fd$p <- p
df <- bind(df,fd)
}
qwe <- det_verify(df,
parameter = "obs",
groupings = list(c("leadtime","p")),
hexbin = F)
save_point_verif(qwe,verif_path=here("data/fake_rds/"))
shiny_plot_point_verif(here("data/fake_rds"),full_dir_navigation = F)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels