Timestamps are adapted, oxygen data is interpolated, it is filtered for summmer months

misa_prepare_data(df_MiSa, res = 15, max_na_interpolation = 60/res)

Arguments

df_MiSa

Data frame loaded with one of the MiSa Load functions

res

Temporal resolution in minutes

max_na_interpolation

Maximal numbers of NA values in a row to be interpolated. The default is one hour without measurements. Number of NA depneds on the temporal resolution (60 / res)

Value

List with data frames per site, that is ready for MiSa Assessmen. Additional information is printed about the number of interpolated NA values. If there are many NA values that are not interpolated it is probably due to the fact of no measurements during winter.