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.
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-devThen, start an R session and install the needed R packages:
install.packages("renv")
renv::restore()Rscript server.RIf 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 installTo run the data poller:
pipenv run python tools/poll.py [OPTIONS | -h]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.mdfiles in the data directories.