This version of harp requires the newest version of meteogrid >= 3.8.5 to work. For reading grib files Rgrib2 >= 1.4.0 to work. It should be noted that Rgrib2 1.4.0 is not backwards compatible with older versions of harpIO.
- Default file name template changed for from paste0("fctable_", fcst_type) to "fctable" in
read_point_forecast()
- For fcst_type = "eps" the default template was "fctable_eps". This separated each lead time out into a separate file and was consistent with files output from
read_eps_interpolate()
and consisent with HARPv2.read_eps_interpolate()
will soon be deprecated and we recommend usingread_forecast()
instead withoutput_file_opts = sqlite_opts(...)
where the default template is "fctable", which combines all lead times into a single file.read_point_forecast()
is now consistent withread_forecast()
in using "fctable" as the default template. To get the previous functionality you need to setfile_template = "fctable_eps"
in the call toread_point_forecast()
. For deterministic data this change has no impact.
- For fcst_type = "eps" the default template was "fctable_eps". This separated each lead time out into a separate file and was consistent with files output from