-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
138 lines (137 loc) · 3.88 KB
/
NAMESPACE
File metadata and controls
138 lines (137 loc) · 3.88 KB
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
# Generated by roxygen2: do not edit by hand
export(add_flowlines)
export(add_network_type)
export(build_aspatial_network)
export(build_catalog)
export(build_provenance)
export(build_summary)
export(canonical_params_json)
export(clip_flowlines_to_divides)
export(clip_flowpath_lines_to_divides)
export(coalesce_fragmented_flowpaths)
export(collapse_and_reconcile_segments)
export(collapse_and_reconcile_segments_from_objects)
export(collapse_divides)
export(dissolve_multipart_divides)
export(events_to_exclude_cats)
export(extend_flowpaths_to_mainstem)
export(fast_collapse_flowlines)
export(fast_ngen)
export(fast_reactor)
export(fast_reconcile)
export(fast_reconcile_collapsed_flowlines)
export(fast_reconcile_divides)
export(fast_refactor)
export(fast_refactor_nhdplus)
export(fill_small_holes)
export(finalize_data_model)
export(generate_and_collapse_events)
export(generate_and_split_events)
export(generate_events)
export(hf_check_invariants)
export(hf_lineage_attach_aggregated)
export(hf_lineage_attach_ngen)
export(hf_lineage_build)
export(hf_lineage_member_csv)
export(params_sha)
export(partition_reconcile_divides)
export(partition_reconcile_divides_from_objects)
export(prepare_network)
export(prune_ghost_divides)
export(read_provenance)
export(remap_poi_flowpath_ids)
export(repair_split_divides_at_pois)
export(resolve_disjoint_flowpath_divides)
export(restore_aggregated_divides)
export(run_pipeline)
export(split_by_event)
export(split_by_threshold)
export(split_divides)
export(split_flowlines)
export(split_flowlines_bounded)
export(stage1_params)
export(stage1_refactor)
export(stage2_aggregate)
export(stage2_params)
export(stage3_nextgen)
export(stage3_params)
export(stage_id)
export(write_catalog_parquet)
export(write_provenance)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(data.table,as.data.table)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,cur_group_id)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(geos,as_geos_geometry)
importFrom(geos,geos_make_collection)
importFrom(geos,geos_unary_union)
importFrom(hfutils,accumulate_downstream)
importFrom(hfutils,add_lengthkm)
importFrom(hfutils,add_measures)
importFrom(hfutils,clean_geometry)
importFrom(hfutils,get_hydroseq)
importFrom(hfutils,get_node)
importFrom(hfutils,layer_exists)
importFrom(hfutils,node_geometry)
importFrom(hfutils,read_hydrofabric)
importFrom(hfutils,rename_geometry)
importFrom(hfutils,union_linestrings)
importFrom(hfutils,write_hydrofabric)
importFrom(logger,log_info)
importFrom(logger,log_warn)
importFrom(lwgeom,st_endpoint)
importFrom(sf,"st_geometry<-")
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_boundary)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_drop_geometry)
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_linestring)
importFrom(sf,st_make_valid)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_read)
importFrom(sf,st_segmentize)
importFrom(sf,st_set_geometry)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sf,st_write)
importFrom(terra,buffer)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,vect)
importFrom(terra,writeRaster)
importFrom(tidyr,separate_longer_delim)