This repository contains code to reproduce all figures from the manuscript:
Michael Schmuker, Viktor Bahr, Ramón Huerta (2016): Exploiting plume structure to decode gas source distance using metal-oxide gas sensors.
-
Download the data that A. Vergara and colleagues have collected and published in 2013 from the UCI Machine learning Repository).
-
Extract the archive into the same top-level directory that you cloned this repository in. For example, if you clone this repo into
/home/user/plume_distance/
, you should extract it into the same directory. That directory should afterwards contain at least the two entriesexploiting_plume_structure
(i.e., this repository), andWTD_upload
(the dataset). -
Go to the
ipnotebooks
directory, fire up an ipython/jupyter notebook session, and you should be good to go.
Make sure you have all dependencies installed:
numpy
scipy
matplotlib
pandas
We recommend the Anaconda Python distribution because it made scientific python a breeze on every computer and platform we were working on so far.
If you run into issues please use the issue tracker - we'll do our best to respond as quickly as possible.