KWB-R / wasserportal

R Package with Functions for Scraping Data of Wasserportal Berlin (https://wasserportal.berlin.de)
https://kwb-r.github.io/wasserportal/
MIT License
0 stars 0 forks source link

wasserportal: add stations for GW level (quality) #6

Closed mrustl closed 3 years ago

mrustl commented 3 years ago

@HScKWB asked @jmielk today for DWC to search for GW data in the Wasserportal Berlin https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gws https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gwq

GW stations overview level: https://wasserportal.berlin.de/messwerte.php?anzeige=tabelle&thema=gws&nstoffid=10 quality: https://wasserportal.berlin.de/messwerte.php?anzeige=tabelle&thema=gwq

May be this data / stations can be added to kwb.read and the stations can be updated here: https://github.com/KWB-R/kwb.read/blob/dev/inst/extdata/stations_wasserportal.csv

hsonne commented 3 years ago

https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gwl

Do you mean thema=gws? https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gws

HScKWB commented 3 years ago

Ja, scheint so.

:o)

mrustl commented 3 years ago

https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gwl

Do you mean thema=gws? https://wasserportal.berlin.de/messwerte.php?anzeige=karte&thema=gws

Yes updated accordingly. @hsonne do you know if the Senate already published an API for the Wasserportal (see slide from Open Data Day 2019 below):

wasserportal_api

Source: https://projektzukunft.berlin.de/fileadmin/user_upload/pdf/pr%C3%A4sentationen/Pr%C3%A4sentationen_Boddy2019/WasserPortalBerlin_Schroeder_OpenDataLINK.pdf#page=12

hsonne commented 3 years ago

@mrustl No, no idea.

mrustl commented 3 years ago

Now to be done in R package wasserportal (-> https://github.com/KWB-R/wasserportal/issues/3)