Skip to content

Commit

Permalink
Update importLCZraster.R
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
MGousseff authored Oct 19, 2023
1 parent 842703f commit ffb52a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/importLCZraster.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#'
#' # another way to get the bounding box when one explores a given city would be the use of the
#' # getbb() function from the osmdata package.
#' # This exaample requires the osmdata package and therefore is not executed here
#' # This example requires the osmdata package and therefore is not executed here
#' # redonBbox<-osmdata::getbb("Redon")
#' # redonWudapt<-importLCZraster(system.file("extdata", package = "lczexplore"),
#' # fileName="redonWudapt.tif",bBox=redonBbox)
Expand Down Expand Up @@ -117,4 +117,4 @@ importLCZraster<-function(dirPath,zone="europe",bBox,fileName="EU_LCZ_map.tif",



}
}

0 comments on commit ffb52a4

Please sign in to comment.