- download sensor data per box as csv
easiest way to find your osm boxId is to go to openSenseMap and search for your box's name!
- setup virtualenv
- use pip install to install requirements
- run
python main.py <box_id1> <box_id2>
... ORpython main.py -f <file_path>
(path to a file with ids row by row)
- add openSenseMap boxId to your OSM object in
main.py
- builld Docker Image
- mount a dir you want to have the downloaded data using the
-v /your/data/dir/:/osmtoolbox/data
flag while running the Docker image