-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #17
- Loading branch information
Showing
7 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
#' Data: Polygon representation of administrative areas in Germany (VG250-EW 31.12.2021) | ||
#' Data: Polygon representation of administrative areas in Germany (VG250-EW 31.12.2022) | ||
#' | ||
#' VG250 product provided by the Federal Agency for Cartography and Geodesy, Germany | ||
#' | ||
#' @format Simple feature collection of type MULTIPOLYGON with 10,994 features and 6 fields: | ||
#' @format Simple feature collection of type MULTIPOLYGON with 10,990 features and 6 fields: | ||
#' \describe{ | ||
#' \item{GEM}{character. Municipality name, "GEM" level.} | ||
#' \item{KRS}{character. District name, "KRS" level.} | ||
#' \item{LAN}{character. State name, "LAN" level.} | ||
#' \item{GEM}{character. Municipality name, 'GEM' level.} | ||
#' \item{KRS}{character. District name, 'KRS' level.} | ||
#' \item{LAN}{character. State name, 'LAN' level.} | ||
#' \item{EWZ}{integer. Number of inhabitants according to census bureau \code{[-]}.} | ||
#' \item{KFL}{numeric. Area according to real estate cadastre \code{[km2]}.} | ||
#' | ||
#' \item{geom}{sfc_GEOMETRY. Coordinates.} | ||
#' } | ||
#' @source <https://daten.gdz.bkg.bund.de/produkte/vg/vg250-ew_ebenen_1231/aktuell/vg250-ew_12-31.utm32s.shape.ebenen.zip> | ||
#' @note Last access: 2023-06-05 | ||
#' @note Last access: 2024-06-20 | ||
#' @description <https://gdz.bkg.bund.de/index.php/default/verwaltungsgebiete-1-250-000-mit-einwohnerzahlen-stand-31-12-vg250-ew-31-12.html> | ||
#' @note License: Data licence Germany – attribution – version 2.0 | ||
#' @note Copyright: GeoBasis-DE / BKG 2022 (modified) | ||
#' @note Copyright: GeoBasis-DE / BKG 2024 (modified) | ||
"vg250" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.