Validate surveys' temporal parameters
validate_surveys_time.Rd
This function takes a preprocessed landings' matrix and validate temporal info associated to each survey.
Examples
if (FALSE) { # \dontrun{
pars <- read_config()
landings <- get_merged_landings(pars)
validate_surveys_time(landings, hrs = 18)
} # }