Because we also needed temperature equivalents and degree days in the data we get from KMI, I figured it would be best to move these calculations to misc.py, so we could use them in both the forecast wrapper and kmi parser.
Coverage increased (+0.8%) to 72.02% when pulling 3fb0b88d94c0e4e9d2a1ae2636b278e7c063b21d on JrtPec:degree-days-from-forecast-to-misc into b8969d4429aa8c16cff2551fa72852d81c44b66d on opengridcc:develop.
Because we also needed temperature equivalents and degree days in the data we get from KMI, I figured it would be best to move these calculations to
misc.py
, so we could use them in both the forecast wrapper and kmi parser.