-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNAMESPACE
More file actions
64 lines (63 loc) · 1.58 KB
/
Copy pathNAMESPACE
File metadata and controls
64 lines (63 loc) · 1.58 KB
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
# Generated by roxygen2: do not edit by hand
export(Patm)
export(correction_etp_thornwaite)
export(daily_eto_FAO56)
export(design_eto)
export(download_AWS_INMET_daily)
export(download_climate_normals)
export(ea_dew_calculation)
export(ea_rh_calculation)
export(es_calculation)
export(es_ea_calculation)
export(eto_hs)
export(etp_thorntwaite)
export(get_max_eto_at_location)
export(hourly_weather_station_download)
export(max_eto_grid_download)
export(psy_const)
export(ra_calculation)
export(radiation_conversion)
export(rh_calculation)
export(rn_calculation)
export(rnl_calculation)
export(rns_calculation)
export(rs_nearby_calculation)
export(rso_calculation_1)
export(rso_calculation_2)
export(see_stations_info)
export(selectAWSstations)
export(sr_ang_calculation)
export(sr_tair_calculation)
export(u2_calculation)
import(dplyr)
import(sf)
import(stringr)
import(utils)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,where)
importFrom(lubridate,hours)
importFrom(readxl,read_xlsx)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stringi,stri_trans_general)
importFrom(terra,buffer)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(tibble,as_tibble)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,unzip)