AMF-FLX / AMF-BASE-QAQC

AmeriFlux BASE Flux/Met Data QA/QC and Processing
Other
5 stars 7 forks source link

Missing value check removes valid values #36

Open dschristianson opened 1 year ago

dschristianson commented 1 year ago

The missing value format check removed valid values.

Examples:

The check needs to be tightened.

See DataUtils in the utils module for the regex code.

Related to original issue 271.

dschristianson commented 1 year ago

Consider adding fixes for other commonly found missing values, like -10000, -999900, and/or -999.9

We may want to make the -10000 variable-specific, since ZL and TAU(?) can have very negative numbers.

Perhaps just a warning for -999.99

Related to original issue 323