From 876d22caeaef9eb6a475a028334b68c4074cb2b5 Mon Sep 17 00:00:00 2001 From: Christoph Zust Date: Tue, 8 Jul 2025 14:03:38 +0000 Subject: [PATCH] rename to NachbR --- DESCRIPTION | 4 ++-- Nachbr.Rproj => NachbR.Rproj | 0 README.md | 8 ++++---- tests/testthat.R | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename Nachbr.Rproj => NachbR.Rproj (100%) diff --git a/DESCRIPTION b/DESCRIPTION index b1f7bd5..84a108b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ -Package: Nachbr -Title: Nachbr +Package: NachbR +Title: NachbR Version: 0.1.0 Authors@R: person("Christoph", "Zust", , "datashop@statistik.zh.ch", role = c("aut", "cre"), diff --git a/Nachbr.Rproj b/NachbR.Rproj similarity index 100% rename from Nachbr.Rproj rename to NachbR.Rproj diff --git a/README.md b/README.md index c2e3c71..80d44d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Nachbr Toolkit +# NachbR Toolkit -The "Nachbr" package is built to work with official building permit ("Baupublikationen") data from the canton of Zurich. These data reflect all construction projects for which a building application has been submitted — an obligatory step for any building activity in the canton. Since 2019, such applications have been published exclusively in digital form via the Amtsblatt portal. +The "NachbR" package is built to work with official building permit ("Baupublikationen") data from the canton of Zurich. These data reflect all construction projects for which a building application has been submitted — an obligatory step for any building activity in the canton. Since 2019, such applications have been published exclusively in digital form via the Amtsblatt portal. The source data is maintained by individual municipalities, which record and submit building applications directly to the [Amtsblattportal](https://amtsblattportal.ch/#!/home). There, the applications are made publicly accessible, typically for up to one year. This toolkit systematically **retrieves**, **processes**, and **structures** these publications so they can be used for **spatial analysis**, **monitoring**, and **visualization**. @@ -9,12 +9,12 @@ A building application represents a legal notice — it does not guarantee that ## 📎 Important Links - [API documentation of the Amtsblattportal](https://www.amtsblattportal.ch/docs/api/) -- [Dataset with all building publications since autumn 2024](https://www.zh.ch/de/politik-staat/statistik-daten/datenkatalog.html#/datasets/2982@statistisches-amt-kanton-zuerich) (*updated on a daily basis, a variable description can be found [here](https://github.com/openZH/baupub_OGD/blob/main/Variable-list.md)*) +- [Dataset with all building publications since autumn 2024](https://www.zh.ch/de/politik-staat/statistik-daten/datenkatalog.html#/datasets/2982@statistisches-amt-kanton-zuerich) (*updated on a daily basis, a variable description can be found [here](https://github.com/openZH/NachbR/blob/main/Variable-list.md)*) ## 🔧 Installation ``` -remotes::install_github("openZH/Nachbr", +remotes::install_github("openZH/NachbR", ref = "main") ``` diff --git a/tests/testthat.R b/tests/testthat.R index ce72ca0..0b88810 100644 --- a/tests/testthat.R +++ b/tests/testthat.R @@ -7,6 +7,6 @@ # * https://testthat.r-lib.org/articles/special-files.html library(testthat) -library(Nachbr) +library(NachbR) -test_check("Nachbr") +test_check("NachbR")