Difference between revisions of "QC.py"
Jump to navigation
Jump to search
imported>Bob |
imported>Bob |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
===Usage=== | ===Usage=== | ||
Check out these downloads: | Check out these downloads: | ||
− | * Corrections Excel File: | + | * Corrections Excel File: [[file:C2_fix_sw_in.xls]] |
** Format: | ** Format: | ||
*** Column A = Date | *** Column A = Date | ||
*** Column B = Corrected value | *** Column B = Corrected value | ||
*** Column C = Optional record of why the value was changed. | *** Column C = Optional record of why the value was changed. | ||
− | * Precorrections csv File: | + | * Precorrections csv File: http://ngeedata.iarc.uaf.edu/data/sp_datapro/blueberry/outputs/sw_in.csv |
** Format is standard datapro output: | ** Format is standard datapro output: | ||
*** "2016-06-12 14:00:00",-5.3 | *** "2016-06-12 14:00:00",-5.3 | ||
===Command Line=== | ===Command Line=== | ||
python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls | python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls |
Latest revision as of 11:13, 23 June 2016
Program Overview
QC.py is part of csv_utilities family of utilities.
Usage
Check out these downloads:
- Corrections Excel File: File:C2 fix sw in.xls
- Format:
- Column A = Date
- Column B = Corrected value
- Column C = Optional record of why the value was changed.
- Format:
- Precorrections csv File: http://ngeedata.iarc.uaf.edu/data/sp_datapro/blueberry/outputs/sw_in.csv
- Format is standard datapro output:
- "2016-06-12 14:00:00",-5.3
- Format is standard datapro output:
Command Line
python qc.py --input=blueberry/outputs/sw_in.csv --short=blueberry/qc/c2_fix_sw_in.xls