Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**.

Expand All @@ -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")
```

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")