Skip to content

Commit

Permalink
Update R/valley.R
Browse files Browse the repository at this point in the history
Co-authored-by: Claudiu Forgaci <[email protected]>
  • Loading branch information
meiertgrootes and cforgaci authored Nov 21, 2024
1 parent 7c29bc6 commit 8eabe7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/valley.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ get_dem <- function(bb, resource="STAC",...){
#' @param output_directory where file should be written. If specified fpath is treated as filename only.
#'
#' @export
dem_to_COG <- function(dem,fpath,output_directory=NULL,){
dem_to_COG <- function(dem,fpath,output_directory=NULL){
if (is.null(output_directory)){
file_name = basename(fpath)
directory_name = dirname(file)
Expand Down

0 comments on commit 8eabe7f

Please sign in to comment.