handle inconsistent naming in data source
The data from JOIN are not consistent in naming. Sometimes, the temperature is called TEMP
, but sometimes also TEMP-REA
, and so on. This happens, if different temperature measurements and model data is available. Because of this naming issue, one can lose stations only because of the variable name that is not exactly matched although data would be available.
Build a namespace fixer to harmonize all variable names.