Skip to content

https://vaterstetten-in-zahlen.de is an open source project whose goal is to collect and visualize publically available data about the municipality of Vaterstetten.

License

Notifications You must be signed in to change notification settings

fxedel/vaterstetten-in-zahlen

Repository files navigation

Vaterstetten in Zahlen

vaterstetten-in-zahlen.de is an open source project whose goal is to visualize (and gather, if needed) publically available data about the municipality of Vaterstetten.

Development

Initial setup

Install the newest version of R via the CRAN package, see https://www.digitalocean.com/community/tags/r?type=tutorial&subtype=tutorial

Make sure the following packages are installed:

apt install libcurl4-openssl-dev libgdal-dev libssl-dev libudunits2-dev libxml2-dev gfortran libkrb5-dev

Then, start an R session and install the needed R packages:

install.packages("renv")
renv::restore()

Start web server

Rscript server.R

Tools

If you also want to be able to use the python tools, make sure to have Python 3.12 installed. Then, install pipenv and install the local dependencies:

pipx install pipenv
pipenv install

To run the data poller:

pipenv run python tools/poll.py [OPTIONS | -h]

License

This project is published under the MIT license, see LICENSE.md. However, there are some exceptions:

  • The file renv/activate.R is auto-generated by renv, therefore its copyright holder is RStudio.
  • In the data/ directory, all data from external sources (which is the majority) may belong to a different or no specific license. See the README.md files in the data directories.

About

https://vaterstetten-in-zahlen.de is an open source project whose goal is to collect and visualize publically available data about the municipality of Vaterstetten.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages