-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.01 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
# Generated by roxygen2: do not edit by hand
export(classify_soil)
export(cwatm_convert_nc)
export(get_metno_reanalysis3)
export(metnordic_aggregate)
export(metnordic_buildquery)
export(metnordic_coordwindow)
export(metnordic_download)
export(metnordic_merge)
export(metnordic_reproject)
export(mt_print)
export(reanalysis3_daily)
export(reanalysis3_swatinput)
export(swat_weather_input_chain)
export(thermopluviogram)
import(ncdf4)
importFrom(abind,abind)
importFrom(crayon,bgBlue)
importFrom(crayon,bgCyan)
importFrom(crayon,bgGreen)
importFrom(crayon,bgWhite)
importFrom(crayon,bgYellow)
importFrom(crayon,black)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,italic)
importFrom(crayon,underline)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,last)
importFrom(dplyr,mutate)
importFrom(dplyr,nth)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(lubridate,as_datetime)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(mapview,mapview)
importFrom(methods,is)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(purrr,map)
importFrom(readr,read_csv)
importFrom(readr,write_csv)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_intersects)
importFrom(sf,st_transform)
importFrom(sf,st_zm)
importFrom(stringr,str_pad)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(terra,crs)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,writeCDF)