Skip to content

Commit

Permalink
Merge pull request #165 from inbo/refs
Browse files Browse the repository at this point in the history
read_habitatmap[_*] doc: also refer De Saeger et al. (2017)
  • Loading branch information
florisvdh committed Nov 18, 2022
2 parents 0ba5e5c + 9a53502 commit ffe987a
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 6 deletions.
1 change: 1 addition & 0 deletions NEWS.md
@@ -1,6 +1,7 @@
# n2khab (development version)

- Reference list `namelist` has been updated with improved type names (#163; thanks @jeroenvdborre).
- Paper by De Saeger et al. (2017) is now referred in documentation of `read_habitatmap()` and derived functions (#165).

# n2khab 0.7.0 (2022-05-23)

Expand Down
41 changes: 38 additions & 3 deletions R/read_habitatdata.R
Expand Up @@ -110,12 +110,20 @@
#'
#' @references
#'
#' De Saeger, S., Guelinckx, R., Oosterlynck, P., De Bruyn, A., Debusschere, K.,
#' \itemize{
#' \item De Saeger, S., Guelinckx, R., Oosterlynck, P., De Bruyn, A.,
#' Debusschere, K.,
#' Dhaluin, P., Erens, R., Hendrickx, P., Hennebel, D., Jacobs, I., Kumpen, M.,
#' Opdebeeck, J., Spanhove, T., Tamsyn, W., Van Oost, F., Van Dam, G.,
#' Van Hove, M., Wils, C., Paelinckx, D. (2020). Biologische Waarderingskaart
#' en Natura 2000 Habitatkaart, uitgave 2020. (Rapporten van het Instituut voor Natuur- en Bosonderzoek; Nr. 35). Instituut voor Natuur- en Bosonderzoek (INBO).
#' \doi{10.21436/inbor.18840851}.
#' \item De Saeger, S., Oosterlynck, P. & Paelinckx, D. (2017). The Biological
#' Valuation Map (BVM): a field-driven survey of land cover and vegetation in
#' the Flemish Region of Belgium. Documents phytosociologiques - Actes du
#' colloque de Saint-Mandé 2012 - Prodrome et cartographie des végétations de
#' France - 2017. Vol. 6: 372-382.
#' }
#'
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -768,12 +776,20 @@ read_watersurfaces <-
#'
#' @references
#'
#' De Saeger, S., Guelinckx, R., Oosterlynck, P., De Bruyn, A., Debusschere, K.,
#' \itemize{
#' \item De Saeger, S., Guelinckx, R., Oosterlynck, P., De Bruyn, A.,
#' Debusschere, K.,
#' Dhaluin, P., Erens, R., Hendrickx, P., Hennebel, D., Jacobs, I., Kumpen, M.,
#' Opdebeeck, J., Spanhove, T., Tamsyn, W., Van Oost, F., Van Dam, G.,
#' Van Hove, M., Wils, C., Paelinckx, D. (2020). Biologische Waarderingskaart
#' en Natura 2000 Habitatkaart, uitgave 2020. (Rapporten van het Instituut voor Natuur- en Bosonderzoek; Nr. 35). Instituut voor Natuur- en Bosonderzoek (INBO).
#' \doi{10.21436/inbor.18840851}.
#' \item De Saeger, S., Oosterlynck, P. & Paelinckx, D. (2017). The Biological
#' Valuation Map (BVM): a field-driven survey of land cover and vegetation in
#' the Flemish Region of Belgium. Documents phytosociologiques - Actes du
#' colloque de Saint-Mandé 2012 - Prodrome et cartographie des végétations de
#' France - 2017. Vol. 6: 372-382.
#' }
#'
#' @examples
#' \dontrun{
Expand Down Expand Up @@ -914,7 +930,9 @@ read_habitatmap <-
#' Lambert 72 CRS (EPSG-code \href{https://epsg.io/31370}{31370}), and
#' \code{habitatmap_terr_types}.
#' \code{habitatmap_terr} is the further interpreted, terrestrial part of
#' \code{habitatmap_stdized} (see \code{\link{read_habitatmap_stdized}}).
#' \code{habitatmap_stdized} (see \code{\link{read_habitatmap_stdized}}),
#' which, in turn, is derived from the raw data source \code{habitatmap}
#' (De Saeger et al., 2020).
#' By default, occurrences of type \code{7220} are dropped because a more
#' reliable data source is available for this habitat type (see \code{drop_7220}
#' argument).
Expand Down Expand Up @@ -1016,6 +1034,23 @@ read_habitatmap <-
#'
#' @family functions involved in processing the 'habitatmap' data source
#'
#' @references
#'
#' \itemize{
#' \item De Saeger, S., Guelinckx, R., Oosterlynck, P., De Bruyn, A.,
#' Debusschere, K.,
#' Dhaluin, P., Erens, R., Hendrickx, P., Hennebel, D., Jacobs, I., Kumpen, M.,
#' Opdebeeck, J., Spanhove, T., Tamsyn, W., Van Oost, F., Van Dam, G.,
#' Van Hove, M., Wils, C., Paelinckx, D. (2020). Biologische Waarderingskaart
#' en Natura 2000 Habitatkaart, uitgave 2020. (Rapporten van het Instituut voor Natuur- en Bosonderzoek; Nr. 35). Instituut voor Natuur- en Bosonderzoek (INBO).
#' \doi{10.21436/inbor.18840851}.
#' \item De Saeger, S., Oosterlynck, P. & Paelinckx, D. (2017). The Biological
#' Valuation Map (BVM): a field-driven survey of land cover and vegetation in
#' the Flemish Region of Belgium. Documents phytosociologiques - Actes du
#' colloque de Saint-Mandé 2012 - Prodrome et cartographie des végétations de
#' France - 2017. Vol. 6: 372-382.
#' }
#'
#' @examples
#' \dontrun{
#' # This example supposes that your working directory or a directory up to 10
Expand Down
10 changes: 9 additions & 1 deletion man/read_habitatmap.Rd

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

10 changes: 9 additions & 1 deletion man/read_habitatmap_stdized.Rd

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

20 changes: 19 additions & 1 deletion man/read_habitatmap_terr.Rd

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

0 comments on commit ffe987a

Please sign in to comment.