Skip to content

Commit

Permalink
Merge remote-tracking branch 'lczexplore_MGousseff/MDemuzaereReview3'…
Browse files Browse the repository at this point in the history
… into MDemuzaereReview3
  • Loading branch information
MGousseff committed Oct 25, 2023
2 parents ef0450e + 6e4209e commit 0bc3c98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/importLCZraster.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#' redonWudapt<-importLCZraster(system.file("extdata", package = "lczexplore"),
#' fileName="redonWudapt.tif",bBox=redonBbox)
#'
#' # another way to get the bounding box when one explores a given city would be the use of the
#' # 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 All @@ -46,6 +46,7 @@
#' fileName="redonWudapt.tif",bBox=redonBbox, LCZband=1, LCZcolumn='EU_LCZ_map')
importLCZraster<-function(dirPath, bBox, fileName="EU_LCZ_map.tif", LCZband=1, LCZcolumn='EU_LCZ_map',
confidenceBand = "", confidenceColumn = "confidence",

typeLevels=c("1"="1","2"="2","3"="3","4"="4","5"="5","6"="6","7"="7","8"="8",
"9"="9","10"="10","101"="11","102"="12","103"="13","104"="14",
"105"="15", "106"="16","107"="17")){
Expand Down Expand Up @@ -120,4 +121,4 @@ importLCZraster<-function(dirPath, bBox, fileName="EU_LCZ_map.tif", LCZband=1, L
sfFile$geomID<-row.names(sfFile)
return(sfFile)

}
}

0 comments on commit 0bc3c98

Please sign in to comment.