Skip to content

wasserportal (v0.1.0): R Package with Functions for Scraping Data of Wasserportal Berlin

Compare
Choose a tag to compare
@mrustl mrustl released this 01 Jun 11:29
· 273 commits to master since this release
96609e8

R package for scraping groundwater data (groundwater level and quality) from Wasserportal Berlin. Please note that the support for scraping surface water monitoring stations is currently very limited!

Functions:

  • get_stations(): returns metadata for all available monitoring stations
  • get_wasserportal_masters_data(): get master data for selected station_ids
  • read_wasserportal_raw_gw(): enables the download of groundwater data.
    Checkout the Tutorial article how to use it for downloading one or multiple
    stations at once.
  • read_wasserportal(): works for surface water monitoring stations, but is
    outdated, as it is based on an outdated static file with station/variable names
    (i.e. only for 11 instead of 82 stations currently provided!) instead of
    relying on new metadata provided online. This will be fixed within the next release. For progress on this issue checkout #21

Workflows:

  • Tutorial article how to download groundwater level and quality data

  • Further Usage by combining previously scraped (see tutorial above) data and performing some analysis:

    • Groundwater, e.g. creating a map with GW level trends

    • Two workflows (REACH UBA, Norman List) created within the project PROMISCES for assessing prevalence and the spatial distribution of persistent, mobile and toxic (PMT) substances in the Berlin groundwater, based on different PMT lists, i.e. REACH UBA or Norman List.