Skip to content

Analysis

David Salek edited this page Apr 13, 2018 · 7 revisions

Jupyter notebooks and dashboard

JupyterHub is available here https://ec2-34-243-27-176.eu-west-1.compute.amazonaws.com:8000

Example notebooks on how to analyse data stored on the server can be found in this repository here https://github.com/salekd/plant_monitor_rpi/tree/master/notebooks

The measurements can be viewed in the dashboard here http://ec2-34-243-27-176.eu-west-1.compute.amazonaws.com:8050


Infrared camera and Normalized Difference Vegetation Index

https://publiclab.org/wiki/near-infrared-camera https://publiclab.org/notes/cfastie/04-20-2013/superblue https://publiclab.org/wiki/ndvi-plots-ir-kit https://github.com/p-v-o-s/infrapix/blob/master/src/infrapix/process_infrablue.py


Time lapse

yum install -y ImageMagick ImageMagick-devel
sudo apt-get install imagemagick
convert -delay 50 -loop 0 C47C8D65BD76_20180129110009.jpg C47C8D65BD76_20180130110009.jpg timelapse.gif
convert -delay 50 @files.txt -loop 0 timelapse.gif

https://www.raspberrypi.org/documentation/usage/camera/raspicam/timelapse.md

Clone this wiki locally