quince-science / KPI

Data quality reports for data processed in QuinCe
MIT License
0 stars 2 forks source link

QC flags in an export NRT file from QuinCe are given in two different formats #6

Open cla023 opened 4 years ago

cla023 commented 4 years ago

Python detects two formats for the QC flags given in the export NRT file 'NRT26NA1580659739270-ICOS OTC.csv'. The format is either integers ('2', '3', '4'), or floats with decimal number zero ('2.0', '3.0', '4.0'). After a quick inspection it seems like the format is always the same within the same column, and that flags for measured data gets integer flags, while flags for calculated data gets float flags. The QC flags in this file all look like integers when viewed in zublime text. Other files have not been checked.

cla023 commented 4 years ago

NRT26NA1580659739270-ICOS OTC.zip