forked from andrew-MET/harpIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
86 lines (85 loc) · 2.11 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method("[",geolist)
S3method(Math,geolist)
S3method(Ops,geolist)
S3method(Summary,geolist)
S3method(accumulate,harp_fcst)
S3method(accumulate,harp_spatial_fcst)
S3method(c,geolist)
S3method(diff,geolist)
S3method(ens_mean_and_var,default)
S3method(ens_mean_and_var,harp_fcst)
S3method(ens_mean_and_var,harp_spatial_fcst)
S3method(ens_stats,default)
S3method(ens_stats,harp_fcst)
S3method(ens_stats,harp_spatial_fcst)
S3method(mean,geolist)
S3method(print,harp_fcst)
S3method(std_dev,default)
S3method(std_dev,geolist)
S3method(variance,default)
S3method(variance,geolist)
export("%>%")
export(YMD)
export(YMDh)
export(YMDhm)
export(YMDhms)
export(accumulate)
export(as_geolist)
export(as_harp_parameter)
export(bind_fcst)
export(ens_mean_and_var)
export(ens_stats)
export(generate_filenames)
export(geofield_to_raster)
export(get_fa_param_info)
export(get_filenames)
export(get_grib_param_info)
export(get_netcdf_param_info)
export(grib_opts)
export(interpolate_opts)
export(modify_opts)
export(msub)
export(netcdf_opts)
export(parse_harp_parameter)
export(parse_v_parameter_synop)
export(parse_v_parameter_temp)
export(raster_to_geofield)
export(read_det_interpolate)
export(read_eps_interpolate)
export(read_forecast)
export(read_grid)
export(read_grid_interpolate)
export(read_obs_convert)
export(read_point_forecast)
export(read_point_obs)
export(regrid_opts)
export(rh2tdew)
export(save_point_verif)
export(seq_dates)
export(show_file_templates)
export(show_harp_parameters)
export(sqlite_opts)
export(std_dev)
export(str_datetime_to_datetime)
export(str_datetime_to_unixtime)
export(td_from_q_and_p)
export(unix2datetime)
export(unixtime_to_str_datetime)
export(use_grib_heightAboveGround)
export(use_grib_hybrid)
export(use_grib_indicatorOfParameter)
export(use_grib_indicatorOfTypeOfLevel)
export(use_grib_key)
export(use_grib_key_level)
export(use_grib_meanSea)
export(use_grib_model)
export(use_grib_paramId)
export(use_grib_pressure)
export(use_grib_shortName)
export(use_grib_surface)
export(use_grib_typeOfLevel)
export(variance)
export(xsection_opts)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)