Skip to content

Commit

Permalink
cleanup in prepare_core
Browse files Browse the repository at this point in the history
  • Loading branch information
mzarowka committed Oct 26, 2024
1 parent 734f283 commit 65815bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ inst/doc
/Meta/

scratch.R

TR_PJC_04A_2015-10-29_2024-01-05_17-26-57(1)/
2 changes: 1 addition & 1 deletion R/workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ prepare_core <- function(core = NULL, path = NULL, layers = NULL, extent = NULL,
layers <- layers

# Get files
files <- files <- fs::dir_ls(paste0(path, "/capture")) |>
files <- fs::dir_ls(paste0(path, "/capture")) |>
fs::path_filter(regexp = ".raw|.tif")

# List files
Expand Down

0 comments on commit 65815bd

Please sign in to comment.