SMMT

R tool to get municipality mapping table between two time points for Swiss municipalities

https://github.com/valvaletl/smmt

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: wiley.com
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

cran data-management municipalities r statistics switzerland
Last synced: 6 months ago · JSON representation

Repository

R tool to get municipality mapping table between two time points for Swiss municipalities

Basic Info
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 1
Topics
cran data-management municipalities r statistics switzerland
Created about 5 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

readme.Rmd

---
output: github_document
---



```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/"
)
```

# Swiss Municipality Data Merger Tool

## Introduction

The SMMT is an R Package which helps merge municipal level data sets available for different points in time.

If you ever worked with Swiss municipal-level data, you almost certainly encountered the issue that the municipal state of your dataset is not the one you desired. E.g. it's not the actual municpial state or it does not match the state of a second dataset. 

This R package helps to bring the municipal states together. 

A good starting point is [this vignette article](https://smmt.valentinknechtl.ch/articles/manual.html).


The Swiss Municipal Data Merger Tool automatically detects these mutations and maps municipalities over time, i.e. municipalities of an old state to municipalities of a new state. This functionality is helpful when working with datasets that are based on different spatial references like for example Swiss voting data.


## Installation

```{r, eval = FALSE}
# Install released version from CRAN
install.packages("SMMT")
```

```{r, eval = FALSE}
# Install most recent version from github.
devtools::install_github("ValValetl/SMMT")
```

## Get started

* Read the vignette  `vignette("manual")` / [online](https://smmt.valentinknechtl.ch/articles/manual.html)
* Look up the documentation of `?map_old_to_new_state`

## Resources

* SMMT on [CRAN](https://cran.r-project.org/package=SMMT)
* For more background details, see [this article](https://onlinelibrary.wiley.com/doi/full/10.1111/spsr.12487) in the Swiss Political Science Review.

## Further documentation

* [eCH-0071 Datenstandard Historisiertes Gemeindeverzeichnis der Schweiz](https://ech.ch/de/ech/ech-0071/1.2.0): The Swiss municipal inventory is a well documented data standard which can be consulted at this webpage.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 61
  • Total Committers: 2
  • Avg Commits per committer: 30.5
  • Development Distribution Score (DDS): 0.082
Past Year
  • Commits: 12
  • Committers: 1
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Valentin Knechtl v****l@g****m 56
ValValetl 7****l 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 18 days
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 3.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ValValetl (1)
  • micastre (1)
Pull Request Authors
Top Labels
Issue Labels
bug (1) question (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 280 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: SMMT

The Swiss Municipal Data Merger Tool Maps Municipalities Over Time

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 280 Last month
Rankings
Forks count: 21.9%
Stargazers count: 26.2%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 35.5%
Downloads: 64.4%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • XML * imports
  • curl * imports
  • dplyr * imports
  • rvest * imports
  • tibble * imports
  • xml2 * imports
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • testthat * suggests