Skip to content
Snippets Groups Projects
Commit e2926ebe authored by Coda Phillips's avatar Coda Phillips
Browse files

Add viz instructions

parent 45cf9e86
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Installation
1. Install python 3 with anaconda
2. Install dmv from wheel
3. `conda install numpy scipy pandas scikit-learn netcdf4`
4. Install [aeri_tools](https://gitlab.ssec.wisc.edu/cphillips/aeri_tools)
4. Install [aeri\_tools](https://gitlab.ssec.wisc.edu/cphillips/aeri_tools)
4. `python setup.py install`
Invocation
......@@ -24,3 +24,16 @@ optional arguments:
--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
1. `conda install mpld3 flask matplotlib pandas numpy`
2. 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/`
3. `cd aeri\_qc\_web`
4. python interpret_qc.py <path/to/ftp
5. Direct your web browser to http://localhost:5000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment