Skip to content

Commit

Permalink
remove lbg calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jan 8, 2024
1 parent 59eee99 commit dcacef8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion source/targets/mas_steekproef_zn_lm/_targets/meta/meta
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name|type|data|command|depend|seed|path|time|size|bytes|format|repository|iteration|parent|children|seconds|warnings|error
.Random.seed|object|dd986d4cdbede188|||||||||||||||
.Random.seed|object|fe1d5e54c039436a|||||||||||||||
add_bo_to_frame|function|13caf901404892cd|||||||||||||||
add_bo2021_to_frame|function|b3f03a141605c9fc|||||||||||||||
add_openheid_landschap_to_frame|function|e8372aad7792bbf7|||||||||||||||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ list(
pattern = map(punten_selectie_zichtbaarheid),
iteration = "list"
),
tar_target(
name = lbg_statistics,
command = calc_lbg(
path = lbg_file,
punten_sf = punten_selectie_zichtbaarheid
),
pattern = map(punten_selectie_zichtbaarheid)
),
tar_target(
name = plus_openheid_landschap,
command = add_openheid_landschap_to_frame(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ list(
bo_file,
path_to_bo(jaar = 2022)
),
tarchetypes::tar_file(
lbg_file,
path_to_lbg(jaar = 2022)
),
tarchetypes::tar_file(
sbp_akkervogels_file,
path_to_sbp_akkervogels(file = "akkervogelgebieden2022.shp")
Expand Down
12 changes: 0 additions & 12 deletions source/targets/mas_steekproef_zn_lm/targets_steekproef_zn_lm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ list(
bo_file,
path_to_bo(jaar = 2022)
),
tarchetypes::tar_file(
lbg_file,
path_to_lbg(jaar = 2022)
),
tarchetypes::tar_file(
sbp_akkervogels_file,
path_to_sbp_akkervogels(file = "akkervogelgebieden2022.shp")
Expand Down Expand Up @@ -320,14 +316,6 @@ list(
pattern = map(punten_selectie_zichtbaarheid),
iteration = "list"
),
tar_target(
name = lbg_statistics,
command = calc_lbg(
path = lbg_file,
punten_sf = punten_selectie_zichtbaarheid
),
pattern = map(punten_selectie_zichtbaarheid)
),
tar_target(
name = plus_openheid_landschap,
command = add_openheid_landschap_to_frame(
Expand Down

0 comments on commit dcacef8

Please sign in to comment.