-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
48 lines (47 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export(append_database)
export(archive_copernicus)
export(bind_stars)
export(build_database)
export(compose_filename)
export(compose_filename_v0.01)
export(copernicus_path)
export(create_lut)
export(decompose_filename)
export(decompose_filename_v0.01)
export(fetch_copernicus)
export(fetch_copernicus_cli_subset)
export(generate_filename)
export(get_bounds)
export(get_credentials)
export(get_depth)
export(get_dim)
export(get_dimnames)
export(get_dims)
export(get_lat)
export(get_loc)
export(get_lon)
export(get_range)
export(get_res)
export(get_time)
export(get_var)
export(get_var_array)
export(get_vardims)
export(get_varnames)
export(guess_period)
export(list_dims)
export(loc_index)
export(make_path)
export(product_lut)
export(read_copernicus)
export(read_database)
export(read_region_lut)
export(read_service_lut)
export(root_path)
export(set_credentials)
export(set_root_path)
export(time_as_string)
export(unpack_copernicus)
export(write_database)
importFrom(rlang,.data)
importFrom(utils,glob2rx)