raw weather contained missing hours, mainly pertaining to daylight savings.
This should be picked up by the internal function .fill_times()
however due to two stations being processed at the same time. .fill_times() was not functioning as expected.
This needs to be able to accept multiple stations and merge times in so there are no missing times
See https://github.com/PaulMelloy/blackspot.sp/issues/114
raw weather contained missing hours, mainly pertaining to daylight savings. This should be picked up by the internal function
.fill_times()
however due to two stations being processed at the same time..fill_times()
was not functioning as expected. This needs to be able to accept multiple stations and merge times in so there are no missing times