- fixed bug that caused the last day of the tranche to be skipped when calc missing
- aligned progress reporting with rebuild daily reporting (ie every 1000 records)
- progress function for fixes included as a method in base class that
can be overridden
- much changing of logging to give consistent results/output
- believe I retained Tom's recent changes to patch.py (commit 4acf752)
- max and maxtime now updated
- reworked the progress function, now a method in the class
Have left __main__ code in that has been used for testing windSpeed
recalculation fix
- renamed base class to remove use of the term 'patch'
- 1st cut class WindSpeedRecalculation to handle windSpeed recalculation
- interval weighting class yet to be reviewed
- patch.py to be removed in due course