Skip to content

Commit

Permalink
Added rasterMD.tif description. This file was provided by Matthias De…
Browse files Browse the repository at this point in the history
…muzere and is used in examples for importLCZraster.
  • Loading branch information
MGousseff committed Oct 25, 2023
1 parent fcb5052 commit ef0450e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
20 changes: 18 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

#' RedonOSM
#'
#' Full baby name data provided by the SSA. This includes all names with at
#' least 5 uses.
#'
#'
#' @format An sf object with 3 variables and a geometry :
#' \describe{
Expand All @@ -33,3 +32,20 @@
#' @name redonOSM
#' @source "https://github.com/orbisgis/geoclimate"
"redonOSM"


#' rasterMD.tif
#'
#'
#'
#' @format A .tif raster used to illustrate the import of several bands from a raster
#' \describe{
#' \item{\code{lcz}}{a band with an lcz value for each pixel}
#' \item{\code{lczFilter}}{a band with a filtered lcz value for each pixel}
#' \item{\code{classProbability}}{a band which provides the probability associated to the lcz value, from 0 to 100}
#' }
#'
#' @docType tif file
#' @name rasterMD.tif
#' @source "https://doi.org/10.3389/fenvs.2021.637455"

6 changes: 3 additions & 3 deletions man/confidSensib.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/produceAnalysis.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/redonOSM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vignettes/lczexplore_raster_vector.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ a layer of confidence value. Notice one band was selected by its order in the ra


This allows to also perform a confidence analysis on the agreement between two maps according to the level of confidence one allows to the LCZ value for each pixel.
The data used for this example come from Demuzere, M., Kittner, J., Bechtel, B. (2021). LCZ Generator: a web application to create Local Climate Zone maps. Frontiers in Environmental Science 9:637455. https://doi.org/10.3389/fenvs.2021.637455

```{r, echo=TRUE, fig.show="hide"}
# Dedicated files were integrated to demonstrate the whole workflow on an area of Sidney
Expand Down

0 comments on commit ef0450e

Please sign in to comment.