diff --git a/articles/groundwater.html b/articles/groundwater.html index 90ad36d8..65970c0f 100644 --- a/articles/groundwater.html +++ b/articles/groundwater.html @@ -82,8 +82,8 @@
vignettes/groundwater.Rmd
groundwater.Rmd
stations <- wasserportal::get_stations()
-#> Importing 9 station overviews from Wasserportal Berlin ... ok. (9.72 secs)
+#> Importing 9 station overviews from Wasserportal Berlin ... ok. (4.41 secs)
is_gw <- stringr::str_detect(names(stations$overview_list), "groundwater")
files <- wasserportal::list_masters_data_to_csv(stations$overview_list[is_gw])
-#> Writing 'stations_groundwater_level.csv' ... ok. (0.44 secs)
-#> Writing 'stations_groundwater_quality.csv' ... ok. (0.01 secs)
+#> Writing 'stations_groundwater_level.csv' ... ok. (0.15 secs)
+#> Writing 'stations_groundwater_quality.csv' ... ok. (0.02 secs)
The following groundwater master data .csv
files are
available for download:
The following groundwater data .zip
files are available
for download:
+ +- - + +gwq_data_by_parameter_and_station <- gwq_data %>% select_main_columns() %>% dplyr::group_by(.data$Parameter, .data$Messstellennummer) %>% @@ -1454,8 +1454,8 @@
GW Quality#> Warning in instance$preRenderHook(instance): It seems your data is too big for #> client-side DataTables. You may consider server-side processing: #> https://rstudio.github.io/DT/server.html