Sign inSign up

noerw/opensensmapr

By noerw

Updated almost 9 years ago

Creates a timeseries of the state of opensensemap.org.

Image
0

496

noerw/opensensmapr repository overview

osem-monitor

Get the state of sensors and measurement counts for later analysis every 10 minutes. The dataframe will reside in ./data/.RData.

Further analysis can be done with the script analyze.R.

docker image

# build 
docker build --tag osem-monitor .

# run
docker run -v $(pwd)/data:/script/data osem-monitor

run manually

# install dependencies once
Rscript -e 'install.packages(c("dplyr", "magrittr", "devtools"))'
Rscript -e 'devtools::install_github("noerw/opensensmapR")'

Rscript --save --restore osem-monitor.R

Tag summary

Content type

Image

Digest

Size

435.1 MB

Last updated

almost 9 years ago

docker pull noerw/opensensmapr