Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
opensensmapR/tools/monitr
Norwin bdc72e94e1 change references to sensebox org il y a 6 ans
..
Dockerfile change references to sensebox org il y a 6 ans
README.md change references to sensebox org il y a 6 ans
analyz.R too many `e`s are not healthy il y a 6 ans
crontab too many `e`s are not healthy il y a 6 ans
get-boxes.R too many `e`s are not healthy il y a 6 ans
get-counts.R too many `e`s are not healthy il y a 6 ans

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