forked from mikejohnson51/hydrofab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
193 lines (192 loc) · 5.18 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Generated by roxygen2: do not edit by hand
export(add_areasqkm)
export(add_flowpath_edge_list)
export(add_hydroseq)
export(add_lengthkm)
export(add_lengthmap)
export(add_lookup_table)
export(add_mapped_pois)
export(add_measures)
export(add_nonnetwork_divides)
export(agg_length_area)
export(aggregate_along_mainstems)
export(aggregate_network_to_outlets)
export(aggregate_sets)
export(aggregate_to_distribution)
export(aggregate_to_outlets)
export(assign_global_identifiers)
export(assign_global_terminal_identifiers)
export(assign_id)
export(build_collapse_table)
export(build_new_id_table)
export(clean_geometry)
export(collapse_flowlines)
export(cs_group)
export(define_touch_id)
export(describe_hydrofabric)
export(download_elev)
export(download_fdr_fac)
export(drop_extra_features)
export(find_origin)
export(flowpaths_to_linestrings)
export(flush_prefix)
export(get_hydrofabric)
export(get_minimal_network)
export(hyaggregate_log)
export(layer_exists)
export(make_hf_gpkg_from_aggregate)
export(map_outlet_ids)
export(middle_massage)
export(network_metadata)
export(pack_set)
export(pinch_sides)
export(poi_to_outlet)
export(prepare_network)
export(read_hydrofabric)
export(reconcile_catchment_divides)
export(reconcile_collapsed_flowlines)
export(refactor)
export(refactor_nhdplus)
export(sb_id)
export(split_catchment_divide)
export(split_flowlines)
export(subset_network)
export(union_linestrings)
export(union_linestrings_geos)
export(union_polygons)
export(unpack_set)
export(update_topo)
export(write_hydrofabric)
importFrom(data.table,rbindlist)
importFrom(dplyr,"%>%")
importFrom(dplyr,`%>%`)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,cur_group_id)
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,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,progress)
importFrom(httr,write_disk)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,is.dag)
importFrom(jsonlite,fromJSON)
importFrom(logger,appender_console)
importFrom(logger,appender_file)
importFrom(logger,log_appender)
importFrom(logger,log_info)
importFrom(logger,log_level)
importFrom(methods,as)
importFrom(nhdplusTools,add_plus_network_attributes)
importFrom(nhdplusTools,calculate_total_drainage_area)
importFrom(nhdplusTools,get_boundaries)
importFrom(nhdplusTools,get_node)
importFrom(nhdplusTools,get_sorted)
importFrom(nhdplusTools,get_streamorder)
importFrom(nhdplusTools,get_vaa)
importFrom(nhdplusTools,prepare_nhdplus)
importFrom(nhdplusTools,rename_geometry)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(rlang,":=")
importFrom(rmapshaper,ms_dissolve)
importFrom(rmapshaper,ms_explode)
importFrom(rmapshaper,ms_simplify)
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,read_html)
importFrom(sf,`st_crs<-`)
importFrom(sf,as_Spatial)
importFrom(sf,read_sf)
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_is_longlat)
importFrom(sf,st_layers)
importFrom(sf,st_length)
importFrom(sf,st_line_merge)
importFrom(sf,st_linestring)
importFrom(sf,st_make_valid)
importFrom(sf,st_multipolygon)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_point)
importFrom(sf,st_precision)
importFrom(sf,st_segmentize)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_geometry)
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(sf,write_sf)
importFrom(terra,aggregate)
importFrom(terra,as.matrix)
importFrom(terra,as.polygons)
importFrom(terra,cellFromRowCol)
importFrom(terra,cellFromXY)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,makeValid)
importFrom(terra,mask)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,rowColFromCell)
importFrom(terra,setValues)
importFrom(terra,vect)
importFrom(terra,xFromCol)
importFrom(terra,xyFromCell)
importFrom(terra,yFromRow)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(units,drop_units)
importFrom(units,set_units)
importFrom(utils,capture.output)
importFrom(utils,str)