-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
47 lines (47 loc) · 1.15 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
title: Flood Mapping
template:
params:
bootswatch: flatly
reference:
- title: Core Functions
desc: ~
Functions for flood mapping
contents:
- '`getRawData`'
- '`map_flood`'
- '`download_ut`'
- title: HAND Tiles Functions
desc: ~
Functions for gathering HAND tiles
contents:
- '`get_hand_raster`'
- '`download_tiles`'
- '`merge_hand_tiles`'
- title: SRC Functions
desc: ~
Functions for generating synthetic rating curves
contents:
- '`get_src`'
- '`get_roughness`'
- '`get_catchmask`'
- '`find_comids`'
- '`compute_cellres`'
- '`compute_flat_tub`'
navbar:
left:
- icon: fa-home
href: index.html
- text: "Documentation"
icon: fas fa-book
menu:
- text: Getting Started
href: articles/index.html
- text: Getting Static Data
href: articles/getData.html
- text: Pulling HAND Tiles from AWS
href: articles/getHAND.html
- text: Generating Synthetic Rating Curves
href: articles/generateSRC.html
- icon: fa-file-code
text: "Functions"
href: reference/index.html