-
Notifications
You must be signed in to change notification settings - Fork 2
/
_pkgdown.yml
53 lines (53 loc) · 1.38 KB
/
_pkgdown.yml
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
url: https://doi-usgs.github.io/hydroloom/
template:
bootstrap: 5
reference:
- title: hy S3 Object
contents:
- '`hy`'
- '`is.hy`'
- '`hy_reverse`'
- '`hydroloom_names`'
- '`hydroloom_name_definitions`'
- '`align_names`'
- title: Utility Functions
contents:
- '`check_hy_graph`'
- '`fix_flowdir`'
- '`get_node`'
- '`st_compatibalize`'
- '`rename_geometry`'
- title: Network Graph and Topology Functions
contents:
- '`sort_network`'
- '`add_topo_sort`'
- '`add_toids`'
- '`make_attribute_topology`'
- '`make_node_topology`'
- '`to_flownetwork`'
- '`make_index_ids`'
- '`make_fromids`'
- '`format_index_ids`'
- title: Network Attributes
contents:
- '`add_divergence`'
- '`add_return_divergence`'
- '`add_levelpaths`'
- '`add_pathlength`'
- '`add_pfafstetter`'
- '`add_streamlevel`'
- '`add_streamorder`'
- title: Network Navigation and Accumulation
contents:
- '`navigate_network_dfs`'
- '`navigate_connected_paths`'
- '`navigate_hydro_network`'
- '`accumulate_downstream`'
- title: Indexing and Linear Referencing
contents:
- '`index_points_to_lines`'
- '`index_points_to_waterbodies`'
- '`disambiguate_indexes`'
- '`get_hydro_location`'
- '`get_partial_length`'
- '`rescale_measures`'