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 f776a4d commit f59fd0f
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 @@ -48,7 +48,7 @@ get_dem <- function(bb, resource="STAC",...){
if(length(kwargs) && !is.null(...)){
endpoint = kwargs$endpoint
collection = kwargs$collection
asset_urls <- get_stac_asset_urls(bb,endpoint=endpoint,collection=collection
asset_urls <- get_stac_asset_urls(bb,endpoint=endpoint,collection=collection)
} else {
asset_urls <- get_stac_asset_urls(bb)
}
Expand Down

0 comments on commit f59fd0f

Please sign in to comment.