PaulMelloy / epiphytoolR

R Package that contains functions which can be used in modelling epiphytotic risk
https://paulmelloy.github.io/epiphytoolR/
Other
2 stars 3 forks source link

Format weather not working on blackspot vignette #9

Closed PaulMelloy closed 1 year ago

PaulMelloy commented 1 year ago

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

PaulMelloy commented 1 year ago

Vignette code does not error