Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scheme_types: add typegroups for GW_05.1_aq #150

Merged
merged 2 commits into from
Sep 23, 2021

Conversation

florisvdh
Copy link
Member

This classifies the types in typegroups, used in scheme GW_05.1_aq:

suppressPackageStartupMessages({
    library(n2khab)
    library(dplyr)
})

read_scheme_types() %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    distinct(across(-c(scheme, type))) %>% 
    arrange(typegroup) %>% 
    knitr::kable()
typegroup typegroup_name typegroup_shortname
GW_05.1_aq_group1 types from springbrooks springbrooks
GW_05.1_aq_group2 lentic types with stable groundwater table lentic with stable groundwater
GW_05.1_aq_group3 types from lowland rivers lowland rivers
GW_05.1_aq_group4 types from dune lakes (moderate groundwater dynamics) dune lakes
GW_05.1_aq_group5 types from softwater lakes with dynamic groundwater table dynamic softwater lakes
read_scheme_types(lang = "nl") %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    distinct(across(-c(scheme, type))) %>% 
    arrange(typegroup) %>% 
    knitr::kable()
typegroup typegroup_name typegroup_shortname
GW_05.1_aq_group1 types van bronbeken bronbeken
GW_05.1_aq_group2 types van stilstaand water met stabiel grondwaterregime plassen stabiel grondwater
GW_05.1_aq_group3 types van laaglandrivieren laaglandrivieren
GW_05.1_aq_group4 types van duinplassen (middelmatig grondwaterregime) duinplassen
GW_05.1_aq_group5 types van vennen met dynamisch grondwaterregime dynamische vennen
read_scheme_types() %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    select(type, typegroup) %>% 
    knitr::kable()
type typegroup
2190_a GW_05.1_aq_group4
3110 GW_05.1_aq_group5
3130_aom GW_05.1_aq_group5
3130_na GW_05.1_aq_group5
3140 GW_05.1_aq_group2
3150 GW_05.1_aq_group2
3160 GW_05.1_aq_group2
3260 GW_05.1_aq_group3
rbbah GW_05.1_aq_group2
7220 GW_05.1_aq_group1

Created on 2021-08-13 by the reprex package (v2.0.0)

@florisvdh
Copy link
Member Author

New state:

suppressPackageStartupMessages({
    library(n2khab)
    library(dplyr)
})

read_scheme_types() %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    distinct(across(-c(scheme, type))) %>% 
    arrange(typegroup) %>% 
    knitr::kable()
typegroup typegroup_name typegroup_shortname
GW_05.1_aq_group1 types from spring-fed brooks spring-fed brooks
GW_05.1_aq_group2 types from lakes with stable groundwater table stable lakes
GW_05.1_aq_group3 types from lowland rivers lowland rivers
GW_05.1_aq_group4 types from dune lakes (moderate groundwater dynamics) dune lakes
GW_05.1_aq_group5 types from softwater lakes with dynamic groundwater table dynamic softwater lakes
read_scheme_types(lang = "nl") %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    distinct(across(-c(scheme, type))) %>% 
    arrange(typegroup) %>% 
    knitr::kable()
typegroup typegroup_name typegroup_shortname
GW_05.1_aq_group1 types van bronbeken bronbeken
GW_05.1_aq_group2 types van stilstaand water met stabiel grondwaterregime stabiele plassen
GW_05.1_aq_group3 types van laaglandbeken laaglandbeken
GW_05.1_aq_group4 types van duinplassen (middelmatig grondwaterregime) duinplassen
GW_05.1_aq_group5 types van vennen met dynamisch grondwaterregime dynamische vennen
read_scheme_types() %>% 
    filter(scheme == "GW_05.1_aq") %>% 
    select(type, typegroup) %>% 
    knitr::kable()
type typegroup
2190_a GW_05.1_aq_group4
3110 GW_05.1_aq_group5
3130_aom GW_05.1_aq_group5
3130_na GW_05.1_aq_group5
3140 GW_05.1_aq_group2
3150 GW_05.1_aq_group2
3160 GW_05.1_aq_group2
3260 GW_05.1_aq_group3
rbbah GW_05.1_aq_group2
7220 GW_05.1_aq_group1

Created on 2021-09-23 by the reprex package (v2.0.1)

@florisvdh florisvdh merged commit 9cd19c8 into dev_nextrelease Sep 23, 2021
@florisvdh florisvdh deleted the textdata_update branch September 23, 2021 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant