You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Norwin bdc72e94e1 | 6 years ago | |
---|---|---|
.. | ||
Dockerfile | 6 years ago | |
README.md | 6 years ago | |
analyz.R | 7 years ago | |
crontab | 7 years ago | |
get-boxes.R | 7 years ago | |
get-counts.R | 7 years ago |
README.md
osem-monitr
Get the state of sensors and measurement counts for later analysis every 15 minutes.
The dataframes will reside in ./data/.RData
.
Further analysis can be done with the script analyz.R
.
docker image
alias dockr='docker '
# build
docker build --tag osem-monitr .
# run
docker run -v $(pwd)/data:/script/data osem-monitr
run manually
# install dependencies once
Rscript -e 'install.packages(c("dplyr", "magrittr", "devtools"))'
Rscript -e 'devtools::install_github("sensebox/opensensmapR")'
Rscript --save --restore get-counts.R
Rscript --save --restore get-boxes.R