-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_pkgdown.yml
134 lines (129 loc) · 3.89 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
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
url: https://adriaandokter.com/bioRad
template:
params:
bootswatch: yeti
docsearch:
api_key: 482e77c49caf113078e572738762cf40
index_name: biorad
development:
mode: auto
authors:
Adriaan M. Dokter:
href: "http://adriaandokter.com"
Peter Desmet:
href: "https://twitter.com/peterdesmet"
Stijn Van Hoey:
href: "https://twitter.com/SVanHoey"
home:
links:
- text: Browse latest development docs
href: "https://adriaandokter.com/bioRad/dev/"
reference:
- title: "Reading radar data"
desc: "Functions to read polar volume (pvol) data. Requires a locally running Docker daemon for NEXRAD data."
contents:
- download_pvolfiles
- is.pvolfile
- get_iris_raw_task
- get_odim_object_type
- nexrad_to_odim
- read_pvolfile
- write_pvolfile
- summary.pvol # is.pvol
- title: "Inspecting radar scans"
desc: "Functions to inspect and plot a polar scan (scan) from a polar volume (pvol)."
contents:
- get_elevation_angles
- get_scan
- summary.scan # is.scan
- example_scan
- plot.scan
- get_param
- summary.param # is.param
- title: "Manipulating radar scans"
desc: "Functions to manipulate radar images (scan, param, ppi) and to identify precipitation."
contents:
- integrate_to_ppi
- calculate_param
- apply_mistnet
- tidyverse
- Math.scan
- 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
- integrate_to_ppi # Repeated
- scan_to_raster
- scan_to_spatial
- summary.ppi # is.ppi
- plot.ppi
- map
- download_basemap
- composite_ppi
- "`[.ppi`"
- title: "Creating vertical profiles of biological targets"
desc: "Functions to process weather radar data (pvol) into vertical profiles (vp) of biological targets. Requires a locally running Docker daemon."
contents:
- calculate_vp
- nexrad_to_odim # Repeated
- title: "Reading vertical profile data"
desc: "Functions to download, read, inspect and plot vertical profile (vp) data."
contents:
- download_vpfiles
- select_vpfiles
- is.vpfile
- read_vpfiles
- read_cajun
- summary.vp # is.vp
- example_vp
- plot.vp
- as.data.frame.vp
- list_vpts_aloft
- title: "Combining vertical profiles into time series"
desc: "Functions to combine vertical profiles (vp) into time series (vpts) and read, inspect and plot these."
contents:
- c.vp
- bind_into_vpts
- read_vpts
- filter_vpts
- summary.vpts # is.vpts
- example_vpts
- plot.vpts
- regularize_vpts
- as.data.frame.vp
- as.vpts
- "`[.vpts`"
- get_quantity
- 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:
- integrate_profile
- plot.vpi
- summary.vpi # is.vpi
- title: "Accessing vertical profile metadata"
desc: "Functions to access metadata of vertical profiles (vp), time series (vpts) or integrated profiles (vpi)."
contents:
- rcs
- "`rcs<-`"
- sd_vvp_threshold
- "`sd_vvp_threshold<-`"
- check_night
- doy_noy
- attribute_table
- title: "Radar beam geometry"
desc: "Functions relating the radar beam shape to range, distance and height"
contents:
- beam_height
- beam_width
- beam_range
- beam_distance
- beam_profile
- beam_profile_overlap
- title: "Other functions"
desc: "Other useful functions."
contents:
- dbz_to_eta
- eta_to_dbz
- nyquist_velocity
- sunrise_sunset
- convert_legacy