-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 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
# Generated by roxygen2: do not edit by hand
S3method("[",eupp_stars)
S3method("[[",eupp_stars)
S3method(print,eupp_config)
S3method(print,eupp_stars)
S3method(st_extract,eupp_stars)
export(eupp_config)
export(eupp_download_gridded)
export(eupp_get_gridded)
export(eupp_get_inventory)
export(eupp_get_source_urls)
export(eupp_interpolate_grib)
importFrom(digest,digest)
importFrom(dplyr,bind_rows)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_open)
importFrom(rjson,fromJSON)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_sf)
importFrom(sf,st_transform)
importFrom(stars,read_stars)
importFrom(stars,st_extract)
importFrom(stars,st_get_dimension_values)
importFrom(stats,setNames)
importFrom(tidyr,pivot_wider)
importFrom(tools,file_ext)
importFrom(units,drop_units)
importFrom(utils,globalVariables)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)