Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aeri_quality_control
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aeri
aeri_quality_control
Commits
e2926ebe
Commit
e2926ebe
authored
8 years ago
by
Coda Phillips
Browse files
Options
Downloads
Patches
Plain Diff
Add viz instructions
parent
45cf9e86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-1
14 additions, 1 deletion
README.md
with
14 additions
and
1 deletion
README.md
+
14
−
1
View file @
e2926ebe
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment