knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "80%" )
This package contains spatial data files for various administrative boundaries in Berlin, Germany and currently one function sf_fisbroker
to convert WKS files from the Berlin Geodata Portal “FIS-Broker" in sf objects. I was motivated by the package nycgeo from Matt Herman.
Data Source: Amt für Statistik Berlin-Brandenburg, Data Licence: Lizenz CC-BY-3.0
Development version from GitHub
remotes::install_github("patperu/berlingeo") library("berlingeo")
library(berlingeo) library(sf) library(tidyverse)
glimpse(lor_pgr_sf) ggplot(lor_pgr_sf) + geom_sf() + theme_minimal()
glimpse(lor_bzr_sf) ggplot(lor_bzr_sf) + geom_sf() + theme_minimal()
glimpse(lor_plr_sf) ggplot(lor_plr_sf) + geom_sf() + theme_minimal()
sf_fisbroker("s_erhaltgeb_es") %>% ggplot() + geom_sf() + theme_minimal()
Please note that the 'berlingeo' project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.