-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
98 lines (97 loc) · 2.59 KB
/
NAMESPACE
File metadata and controls
98 lines (97 loc) · 2.59 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(Access_KlimaiNorge2100)
export(Access_NORA3)
export(Access_reanalysis_cerra_single_levels)
export(Discovery_Citation)
export(Discovery_DOI)
export(Discovery_DataSet.Check)
export(Discovery_Library)
export(Discovery_QuickFacts)
export(Discovery_Read)
export(Discovery_Variables)
export(Metrics_ETCCDI)
export(NC_Read)
export(NC_Write)
export(Process_ListLayers)
export(Spatial_Aggregate)
export(Spatial_Buffer)
export(Spatial_Disaggregate)
export(Spatial_Extract)
export(Spatial_Limit)
export(Spatial_MakePoints)
export(Spatial_Reproject)
export(Temporal_Aggregation)
export(Temporal_Decumulation)
export(Viz_SpatRast)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,"%>%")
importFrom(ecmwfr,wf_delete)
importFrom(ecmwfr,wf_get_key)
importFrom(ecmwfr,wf_request)
importFrom(ecmwfr,wf_set_key)
importFrom(ecmwfr,wf_transfer)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(httr,HEAD)
importFrom(httr,headers)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,tz)
importFrom(ncdf4,nc_close)
importFrom(ncdf4,nc_create)
importFrom(ncdf4,ncatt_put)
importFrom(ncdf4,ncdim_def)
importFrom(ncdf4,ncvar_def)
importFrom(ncdf4,ncvar_put)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(progress,progress_bar)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(snow,stopCluster)
importFrom(stringr,str_pad)
importFrom(terra,aggregate)
importFrom(terra,app)
importFrom(terra,as.data.frame)
importFrom(terra,as.polygons)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,disagg)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,is.lonlat)
importFrom(terra,longnames)
importFrom(terra,mask)
importFrom(terra,metags)
importFrom(terra,ncol)
importFrom(terra,nlyr)
importFrom(terra,nrow)
importFrom(terra,origin)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,split)
importFrom(terra,time)
importFrom(terra,units)
importFrom(terra,values)
importFrom(terra,varnames)
importFrom(terra,xFromCol)
importFrom(terra,yFromRow)
importFrom(tidyterra,geom_spatraster)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(utils,packageVersion)
importFrom(viridis,inferno)