Skip to content

harpVis app not working properly with profile data #58

@j-fannon

Description

@j-fannon

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)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions