Skip to contents

Allows users to evaluate the flight correction process

Usage

eval_flights_correction(flights_data, otm_splines, summary)

Arguments

flights_data

A data frame of flights data obtained through the rnp_flights_data function.

otm_splines

A nested tibble obtained using the gen_otm_splines function.

summary

If set to TRUE, the function returns a summary dataset of the correction process. If set to FALSE (default), the function returns a raw correction dataset

Value

If summary = TRUE, a summary dataset with information on the mean, median, mode, standard deviation, skewness, minimum and maximum bias between surface and operative temperatures for every flight considered. If summary = FALSE, the function returns a raw correction dataset with all observations of surface temperature (surf_temp) and operative temperature (op_temp) for all tiles where OTMs were deployed for all flights considered.