forked from jmigueldelgado/hymet-datasets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
49 lines (48 loc) · 1.24 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
# Generated by roxygen2: do not edit by hand
export(config_python)
export(def_request)
export(def_spatial_domain)
export(download_nc)
export(download_with_python)
export(get_nc)
export(get_nc_meta)
export(get_nc_spatial_res)
export(lookup_var)
export(nc2rds)
importFrom(R.utils,gunzip)
importFrom(curl,curl_download)
importFrom(dplyr,"%>%")
importFrom(dplyr,as_data_frame)
importFrom(dplyr,data_frame)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,slice)
importFrom(geosphere,distGeo)
importFrom(lubridate,as_datetime)
importFrom(lubridate,days)
importFrom(lubridate,hours)
importFrom(lubridate,ymd_hms)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(ncdf4,ncatt_get)
importFrom(ncdf4,ncvar_get)
importFrom(reshape2,melt)
importFrom(reticulate,import)
importFrom(reticulate,py_config)
importFrom(reticulate,r_to_py)
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_join)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(tibble,data_frame)
importFrom(tidyr,crossing)