-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
185 lines (175 loc) · 5.47 KB
/
_pkgdown.yml
File metadata and controls
185 lines (175 loc) · 5.47 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
url: https://kwb-r.github.io/kwb.pilot
authors:
Michael Rustler:
href: https://mrustl.de
AquaNES:
href: https://www.kompetenz-wasser.de/en/forschung/projekte/aquanes
html: <img src='https://old.kompetenz-wasser.de/wp-content/uploads/2017/09/11-558x122.jpg' alt='Project AquaNES'
width='72' />
MBR 4.0:
href: https://www.kompetenz-wasser.de/en/forschung/projekte/mbr40
html: <img src='https://www.kompetenz-wasser.de/media/pages/forschung/projekte/mbr40/cad804f04d-1639132759/mbr4-0_primary_logo_1024.jpg' alt='Project MBR4.0'
width='72' />
SULEMAN:
href: https://www.kompetenz-wasser.de/en/forschung/projekte/suleman
html: <img src='https://www.hamburgwasser.de/fileadmin/_processed_/6/4/csm_Pojektlogo_330ce63bea.jpg' alt='Project SULEMAN'
width='72' />
ULTIMATE:
href: https://www.kompetenz-wasser.de/en/forschung/projekte/ultimate
html: <img src='https://www.kompetenz-wasser.de/media/pages/forschung/projekte/ultimate/3de259ff3b-1639132761/ultimate_logo.jpg' alt='Project ULTIMATE'
width='72' />
Kompetenzzentrum Wasser Berlin gGmbH (KWB):
href: https://www.kompetenz-wasser.de
html: <img src='https://publications.kompetenz-wasser.de/img/KWB-Logo.svg' alt='KWB'
width='72' />
template:
bootstrap: 5
bootswatch: cerulean
bslib:
bg: '#ffffff'
fg: '#000000'
primary: '#007aff'
border-radius: 0.5rem
btn-border-radius: 0.25rem
development:
mode: auto
navbar:
title: ~
left:
- text: 0 Intro
href: articles/A0_intro.html
- text: 1 Installation
href: articles/A1_installation.html
- text: 2 App start
href: articles/A2_app_start.html
- text: 3 GUI
menu:
- text: 3.0 Overview
href: articles/A3_0_gui_overview.html
- text: 3.1 Explore panel
href: articles/A3_1_gui_explore.html
- text: 3.2 Report panel
href: articles/A3_2_gui_report.html
- text: 3.3 Background panel
href: articles/A3_3_gui_background.html
- text: 3.4 Site panel
href: articles/A3_4_gui_site.html
- text: 4 Modify
href: articles/A4_modify.html
- text: 5 KWB Pilots
menu:
- text: 5.1 MBR4.0
href: articles/mbr40.html
- text: 5.2 Suleman
href: articles/suleman.html
- text: 5.3 Ultimate
href: articles/ultimate.html
- text: News
href: news/index.html
- text: Reference
href: reference/index.html
reference:
- title: "All Pilot Plant Sites"
desc: >
General functions which can be used for all pilot plant (with default
parameterisation "AquaNES: Haridwar" site)
contents:
- calenderweek_from_dates
- calculate_operational_parameters
- change_timezone
- check_thresholds
- create_monthly_selection
- create_report_batch
- dygraph_add_limits
- export_data
- get_monthly_data_from_calendarweeks
- get_monthly_periods
- get_rawfilespaths_for_month
- get_valid_timezones
- get_thresholds
- group_datetime
- long_to_wide
- plot_data
- read_fst
- starts_with("report_")
- run_app
- set_timezone
- shiny_file
- title: "AquaNES: Berlin-Tiefwerder (site 1)"
desc: >
Functions for importing data of Berlin-Tiefwerder site
contents:
- import_data_berlin_t
- import_lab_data_berlin_t
- read_pentair_data
- calculate_operational_parameters_berlin_t
- remove_duplicates
- aggregate_export_fst_berlin_t
- merge_and_export_fst
- load_fst_data
- title: "AquaNES: Haridwar (site 5)"
desc: >
Functions for importing data of Haridwar site
contents:
- import_data_haridwar
- import_operation
- import_sheets
- plot_analytics
- plot_calculated_operational_timeseries
- title: "AquaNES: Berlin-Schoenerlinde (site 12)"
desc: >
Functions for importing data of Berlin-Schoenerlinde site
contents:
- import_data_berlin_s
- read_wedeco_data
- calculate_operational_parameters_berlin_s
- create_wedeco_metafile
- remove_duplicates
- aggregate_export_fst_berlin_s
- merge_and_export_fst
- load_fst_data
- title: "AquaNES: Basel-LangeErlen (site 6)"
desc: >
Functions for importing data of Basel-LangeErlen site
contents:
- starts_with("add_")
- import_operation_basel
- import_analytics_basel
- import_operation_meta_basel
- import_analytics_meta_basel
- import_data_basel
- title: "MBR 4.0"
desc: >
Functions for importing data from MBR 4.0 pilot plants
contents:
- aggregate_export_fst_mbr4
- read_mbr4
- read_mbr4_archived
- read_mbr4_latest
- read_mbr4_tsv
- tidy_mbr4_data
- title: "SULEMAN: Berlin Friedrichshagen"
desc: >
Functions for importing Weintek data of Berlin Friedrichsagen
contents:
- calculate_operational_parameters_berlin_f
- normalised_permeate_flow
- import_data_berlin_f
- read_weintek
- read_weintek_batch
- aggregate_export_fst_berlin_f
- title: "ULTIMATE"
desc: >
Functions for importing data from ULTIMATE pilot plants and uploading to
InfluxDB cloud
contents:
- check_env_nextcloud
- check_env_influxdb_ultimate
- download_nextcloud_files
- get_env_influxdb_ultimate
- get_pivot_data
- move_nextcloud_files
- write_aggr_to_influxdb_loop
- write_aggr_to_influxdb
- write_to_influxdb
- write_to_influxdb_loop