-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
55 lines (54 loc) · 1.33 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
50
51
52
53
54
55
# Generated by roxygen2: do not edit by hand
export("%>%")
export(align_rasters)
export(compute_cellres)
export(compute_flat_tub)
export(crop_project)
export(download_tiles)
export(download_ut)
export(findHUC6)
export(find_comids)
export(getRawData)
export(get_catchmask)
export(get_hand_raster)
export(get_roughness)
export(get_src)
export(map_flood)
export(merge_hand_tiles)
export(merge_rasters)
importFrom(RNetCDF,open.nc)
importFrom(RNetCDF,var.get.nc)
importFrom(data.table,":=")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(fasterize,fasterize)
importFrom(httr,GET)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(magrittr,"%>%")
importFrom(nhdplusTools,get_nhdplus)
importFrom(nhdplusTools,get_vaa)
importFrom(nwmTools,extract_nwm)
importFrom(plyr,.)
importFrom(progress,progress_bar)
importFrom(raster,addLayer)
importFrom(raster,crs)
importFrom(raster,getValues)
importFrom(raster,ncol)
importFrom(raster,nrow)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(raster,writeRaster)
importFrom(rlang,.data)
importFrom(sf,gdal_utils)
importFrom(sf,read_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_transform)
importFrom(sf,write_sf)
importFrom(stats,na.omit)