Open dschristianson opened 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
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.