Skip to content

Commit

Permalink
resolve winbuilder notes (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Oct 29, 2023
1 parent 38be6e4 commit fdf35fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/RCzechia.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#' source: [Data200](https://geoportal.cuzk.cz/(S(ej02xjih2qfbe4ayjguzaidr))/Default.aspx?lng=EN&menu=2292&mode=TextMeta&side=mapy_data200&metadataID=CZ-CUZK-DATA200-VODSTVO-V), high res object: 687.0 KB, no low res version
#' \item *lesy* - woodland areas
#'
#' source: [ArcČR 500 v3.3](https://www.arcdata.cz/produkty/geograficka-data/arccr-4), high res object: 2.1 MB, no low res version
#' source: [ArcČR 500 v3.3](https://www.arcdata.cz/cs-cz/produkty/data/arccr?rsource=https%3A%2F%2Fwww.arcdata.cz%2Fprodukty%2Fgeograficka-data%2Farccr-4), high res object: 2.1 MB, no low res version
#' \item *silnice* - roads
#'
#' source: [Data200](https://geoportal.cuzk.cz/(S(ej02xjih2qfbe4ayjguzaidr))/Default.aspx?menu=2296&mode=TextMeta&side=mapy_data200&metadataID=CZ-CUZK-DATA200-DOPRAVA-V), high res object: 6.0 MB, no low res version
Expand All @@ -80,7 +80,7 @@
#' source: [AOPK ČR](https://data.nature.cz/), high res object: 7.0 MB, no low res version
#' \item *vyskopis* - terrain relief
#'
#' source: [Copernicus EU](https://land.copernicus.eu/imagery-in-situ/eu-dem), high res object: 68.8 MB, no low res version
#' source: [Copernicus EU](https://land.copernicus.eu/en/products/products-that-are-no-longer-disseminated-on-the-clms-website), high res object: 68.8 MB, no low res version
#' \item *geomorfo* - geomorphological divisions
#'
#' source: [CENIA / INSPIRE](https://www.arcgis.com/home/item.html?id=25813686a8564b0bbcdc951a5573cfa4), high res object: <1 MB, no low res version
Expand Down
4 changes: 2 additions & 2 deletions R/vyskopis.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#'
#' 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.
#'
#' The extent of the raster file is bouding box of the Czech Republic; this is a change to prior versions in order to better facilitate use of the raster in natural sciences context. To preserve compatibility optional argument `cropped` has been created, defaulting to `TRUE` (i.e. behaviour before v1.10.0).
#' The extent of the raster file is bounding box of the Czech Republic; this is a change to prior versions in order to better facilitate use of the raster in natural sciences context. To preserve compatibility optional argument `cropped` has been created, defaulting to `TRUE` (i.e. behavior before v1.10.0).
#'
#' Due to package size constraints both versions are stored externally (and a working internet connection is required to use the package).
#'
#' The data is current to year 2011 (but it is not expected to materially change over time). Downloaded size of the rasters is 70 MB, so proceed with caution.
#'
#' @param format Should the function return actual terrain (meters above sea level) or shaded relief (rayshaded). Allowed values are "actual" and "rayshaded".
#'
#' @param cropped Should the raster provide data over Czech Republic's bounding box (cropped = FALSE) or just actual borders (cropped = TRUE). Defaults to TRUE to preserve compatiblity with earlier versions.
#' @param cropped Should the raster provide data over Czech Republic's bounding box (cropped = FALSE) or just actual borders (cropped = TRUE). Defaults to TRUE to preserve compatibility with earlier versions.
#'
#' @return `terra` package SpatRaster
#'
Expand Down
4 changes: 2 additions & 2 deletions man/RCzechia-package.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 fdf35fd

Please sign in to comment.