Installation
- Install python 3 with anaconda
- Install dmv from wheel
conda install numpy scipy pandas scikit-learn netcdf4
- Install aeri_tools
python setup.py install
Invocation
$ python run_aeri_qc.py
usage: run_aeri_qc.py [-h] [--hint HINT] ftp [sci]
positional arguments:
ftp
sci
optional arguments:
-h, --help show this help message and exit
--hint HINT inspect this file and others in similar time period more
closely
Visualization
If you just want to view the results of the QC process, you'll need the ".SUM" and "QC.nc" files
conda install mpld3 flask matplotlib pandas numpy
- Download the sum and netcdf files for all the days you'll want to review into an "ftp" style directory tree.
e.g
rsync -r --progress --include=\*.SUM --include=\*.nc --exclude=\*/\* metobs01::AERI/SSEC\_Rooftop/AE160928 /tmp/ftp/
cd aeri\_qc\_web
python interpret_qc.py <path/to/ftp>
- Direct your web browser to http://localhost:5000