-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
109 lines (108 loc) · 2.95 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
# Generated by roxygen2: do not edit by hand
export(add_areasqkm)
export(add_lengthmap)
export(aggregate_catchments)
export(aggregate_network)
export(clean_geometry)
export(collapse_flowlines)
export(download_elev)
export(download_fdr_fac)
export(flowpaths_to_linestrings)
export(map_outlet_ids)
export(reconcile_catchment_divides)
export(reconcile_collapsed_flowlines)
export(refactor_nhdplus)
export(split_catchment_divide)
export(split_flowlines)
export(union_linestrings_geos)
export(union_polygons_geos)
importFrom(data.table,rbindlist)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(httr,RETRY)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,topo_sort)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(methods,slot)
importFrom(nhdplusTools,get_node)
importFrom(nhdplusTools,get_vaa)
importFrom(nhdplusTools,prepare_nhdplus)
importFrom(nhdplusTools,rename_geometry)
importFrom(raster,as.matrix)
importFrom(raster,cellFromXY)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,mask)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,rowColFromCell)
importFrom(rgeos,gLineMerge)
importFrom(rgeos,gUnaryUnion)
importFrom(rlang,":=")
importFrom(rmapshaper,ms_dissolve)
importFrom(rmapshaper,ms_explode)
importFrom(rmapshaper,ms_simplify)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(sf,"st_crs<-")
importFrom(sf,as_Spatial)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_collection_extract)
importFrom(sf,st_combine)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_dimension)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_filter)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_empty)
importFrom(sf,st_length)
importFrom(sf,st_line_merge)
importFrom(sf,st_linestring)
importFrom(sf,st_make_valid)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_point)
importFrom(sf,st_precision)
importFrom(sf,st_segmentize)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_simplify)
importFrom(sf,st_snap)
importFrom(sf,st_touches)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_within)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_longer)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(xml2,read_html)