-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path_pkgdown.yml
More file actions
75 lines (71 loc) · 2.9 KB
/
Copy path_pkgdown.yml
File metadata and controls
75 lines (71 loc) · 2.9 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
url: http://adriaandokter.com/bioRad/
template:
bootstrap: 5
navbar:
bg: dark
development:
mode: auto
home:
links:
- text: Browse latest development version
href: "https://adriaandokter.com/bioRad/dev/"
reference:
- title: "Reading radar data"
desc: "Functions to read polar volume (`pvol`) data."
contents:
- has_concept("pvol read functions")
- has_concept("pvol metadata functions")
- has_concept("pvol conversion functions")
- has_concept("pvol functions")
- title: "Inspecting radar scans"
desc: "Functions to inspect and plot a polar scan (`scan`) from a polar volume (`pvol`)."
contents:
- has_concept("scan functions")
- has_concept("param functions")
- title: "Manipulating radar scans"
desc: "Functions to manipulate radar images (`scan`, `param`, `ppi`) and to identify precipitation."
contents:
- has_concept("scan manipulation functions")
- has_concept("operator functions")
- title: "Plotting radar scans"
desc: "Functions to plot a polar volume (`pvol`), scan (`scan`) or parameter (`param`) on a grid or basemap as a plan position indicator (`ppi`)."
contents:
- project_as_ppi # List first
- has_concept("ppi calculation functions")
- has_concept("ppi functions")
- has_concept("raster functions")
- title: "Creating vertical profiles of biological targets"
desc: "Functions to process weather radar data (`pvol`) into vertical profiles (`vp`) of biological targets."
contents:
- has_concept("profile calculation functions")
- title: "Reading vertical profile data"
desc: "Functions to download, read, inspect and plot vertical profile (`vp`) data."
contents:
- has_concept("profile read functions")
- title: "Inspecting vertical profile data"
desc: "Functions to inspect and plot a vertical profiles (`vp`) and time series (`vpts`)."
contents:
- has_concept("vp functions")
- has_concept("vpts functions")
- title: "Manipulating vertical profile data"
desc: "Functions to combine vertical profiles (`vp`) into time series (`vpts`) and to post-process these."
contents:
- has_concept("profile manipulation functions")
- has_concept("profile conversion functions")
- title: "Integrating vertical profiles"
desc: "Functions to calculate e.g. the migration traffic rate (MTR) by vertically integrating profiles (`vp` or `vpts`) into an integrated profile (`vpi`)."
contents:
- has_concept("integrated profile functions")
- title: "Accessing vertical profile metadata"
desc: "Functions to access metadata of vertical profiles (`vp`), time series (`vpts`) or integrated profiles (`vpi`)."
contents:
- has_concept("profile metadata functions")
- title: "Radar beam geometry"
desc: "Functions relating the radar beam shape to range, distance and height."
contents:
- has_concept("beam functions")
- title: "Other functions"
desc: "Other useful functions."
contents:
- has_concept("conversion functions")
- has_concept("suncalc functions")