weather<-fix_weather(KA_weather[which(KA_weather$Year>2009),])
hourtemps<-stack_hourly_temps(weather, latitude=50.4)
filtered<-filter_temperatures(hourtemps$hourtemps,remove_value=-99,
running_mean_filter=3)
Run the code above in your browser using DataLab