Skip to content

Commit

Permalink
yet another shot at a clean workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Oct 27, 2023
1 parent 4fadc60 commit 6ff4e45
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/KFME_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' Function returning grid covering the Czech Republic according to the Kartierung der Flora Mitteleuropas methodology.
#'
#' The function returns a \code(sf) data frame of grid cells. Depending on the value of parameter `resolution` either low resolution (26×42 cells - default) with labels in 4 digit format (e.g. Hrčava = 6479) or high resolution (104×168 cells) with labels in 4 digit + 1 letter format (e.g Hrčava = 6479c).
#' The function returns a `sf` data frame of grid cells. Depending on the value of parameter `resolution` either low resolution (26×42 cells - default) with labels in 4 digit format (e.g. Hrčava = 6479) or high resolution (104×168 cells) with labels in 4 digit + 1 letter format (e.g Hrčava = 6479c).
#'
#' Raw version of the dataset is available for download for use in non-R setting on <https://rczechia.jla-data.net/kfme_czechia.gpkg>.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/vyskopis.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' Vyskopis
#'
#' Terrain of the Czech Republic as a \code(terra) package object.
#' Terrain of the Czech Republic as a `terra` package object.
#'
#' The function returns a raster file of either actual terrain (values are meters above sea level) or rayshaded relief..
#' The function returns a raster file of either actual terrain (values are meters above sea level) or rayshaded relief.
#'
#' The raster is created from EU DEM 1.1 file by Copernicus Land Monitoring service. The original file has pixel resolution 25×25 meters, which is too detailed for purposes of the package and was downsampled by factor of 4.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/KFME_grid.Rd

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

4 changes: 2 additions & 2 deletions man/vyskopis.Rd

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

0 comments on commit 6ff4e45

Please sign in to comment.