-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 930 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(comidList)
export(define_AOI_grid)
export(downloadNWM)
export(error.check)
export(findNHD)
export(getChannel)
export(getFilelist)
export(getGridTime)
export(getGridded)
export(getReservoir)
export(look)
export(nwm)
export(query_cida)
export(trimChannel)
import(AOI)
importFrom(RNetCDF,close.nc)
importFrom(RNetCDF,open.nc)
importFrom(RNetCDF,var.get.nc)
importFrom(crayon,blue)
importFrom(crayon,underline)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(httr,POST)
importFrom(httr,write_disk)
importFrom(magrittr,"%>%")
importFrom(raster,extent)
importFrom(raster,plot)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(sf,read_sf)
importFrom(sf,st_zm)
importFrom(sp,spTransform)
importFrom(stats,reshape)
importFrom(utils,unzip)