Skip to content

Commit

Permalink
Add attribute catalogues
Browse files Browse the repository at this point in the history
  • Loading branch information
heleenderoo committed Oct 2, 2024
1 parent ab214c8 commit 2380bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/transformation_to_layer1/transformation_to_layer1+.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ if (level == "LII") {
# 5. Get stratifiers ----

source("./src/functions/get_stratifiers.R")
source("./src/functions/create_attribute_catalogue.R")

if (level == "LI") {

Expand All @@ -130,6 +131,9 @@ if (level == "LI") {
na = "",
sep = ";",
dec = ".")

create_attribute_catalogue(data_frame = "s1_strat",
path_to_save = "./data/additional_data/s1_strat_")
}

if (level == "LII") {
Expand All @@ -142,6 +146,9 @@ if (level == "LII") {
na = "",
sep = ";",
dec = ".")

create_attribute_catalogue(data_frame = "so_strat",
path_to_save = "./data/additional_data/so_strat_")
}


Expand Down

0 comments on commit 2380bcc

Please sign in to comment.