Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M demuzaere review3 #28

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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