-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
111 lines (110 loc) · 3.09 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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by roxygen2: do not edit by hand
export(add_slope)
export(aggregate_basin_attributes)
export(aggregate_cfe)
export(aggregate_nlcd)
export(build_edge_lists)
export(build_lake_params)
export(build_release_directory)
export(catchment_waterbody_interaction)
export(file.path.build)
export(flush_prefix)
export(get_UT_reference)
export(get_catchment_edges_terms)
export(get_nex_locations)
export(get_waterbody_edges_terms)
export(gpkg_layers)
export(length_average_routelink)
export(length_average_routlink)
export(map_vars)
export(refactor_wrapper)
export(var_names)
export(write_geojson)
export(write_hydrofabric)
export(write_lakes_json)
export(write_nextgen_spatial)
export(write_nwis_crosswalk)
export(write_waterbody_json)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(RNetCDF,file.inq.nc)
importFrom(RNetCDF,open.nc)
importFrom(RNetCDF,var.get.nc)
importFrom(RNetCDF,var.inq.nc)
importFrom(RSQLite,SQLite)
importFrom(data.table,`:=`)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fwrite)
importFrom(data.table,setnames)
importFrom(doMC,registerDoMC)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,collect)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl)
importFrom(dplyr,ungroup)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(geogrids,geo_cache_list)
importFrom(geogrids,geogrid_warp)
importFrom(geogrids,make_grid)
importFrom(hyAggregate,add_lengthkm)
importFrom(hyAggregate,get_nexus_locations)
importFrom(hyRefactor,add_areasqkm)
importFrom(hyRefactor,add_lengthmap)
importFrom(hyRefactor,reconcile_catchment_divides)
importFrom(hyRefactor,refactor_nhdplus)
importFrom(jsonlite,write_json)
importFrom(nhdplusTools,get_UT)
importFrom(nhdplusTools,get_node)
importFrom(nhdplusTools,get_streamorder)
importFrom(nhdplusTools,get_vaa)
importFrom(nhdplusTools,rename_geometry)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_collection_extract)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_length)
importFrom(sf,st_make_valid)
importFrom(sf,st_precision)
importFrom(sf,st_transform)
importFrom(sf,write_sf)
importFrom(stats,complete.cases)
importFrom(stats,weighted.mean)
importFrom(terra,classify)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,rast)
importFrom(terra,terrain)
importFrom(terra,window)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(zonal,execute_zonal)
importFrom(zonal,weighting_grid)