Skip to content

Commit

Permalink
download links for zip codes & KFME grid / relates #77
Browse files Browse the repository at this point in the history
  • Loading branch information
jlacko committed Oct 16, 2023
1 parent aee8d58 commit 7ebd092
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/KFME_grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#'
#' 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>.
#'
#' @param resolution Should the function return high or low resolution shapefile? Allowed values are "low" and "high". Default is "low".
#'
#' @return `sf` data frame with 1092 rows in low resolution and 4368 rows in high resolution
Expand Down
2 changes: 2 additions & 0 deletions R/zip_codes.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#'
#' The data is current to February 2021 (last update was in January 2020). Downloaded size of high resolution shapefile is 45 MB, size of the low res object is 2 MB.
#'
#' Raw version of the dataset is available for download for use in non-R setting on <https://rczechia.jla-data.net/zip_codes.gpkg>.
#'
#' @param resolution Should the function return high or low resolution shapefile? Allowed values are "high" (default) and "low". This parameter affects only the geometry column, all other fields remain the same.
#'
#' @return `sf` data frame with 2 671 rows of 2 variables + geometry
Expand Down
2 changes: 2 additions & 0 deletions man/KFME_grid.Rd

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

2 changes: 2 additions & 0 deletions man/zip_codes.Rd

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

0 comments on commit 7ebd092

Please sign in to comment.