metobs_toolkit.gap.Gap.raw_model_gapfill#
- Gap.raw_model_gapfill(modeltimeseries: ModelTimeSeries) None[source]#
Fill the gap using model data without correction.
This method fills the gap by directly interpolating the model data to the missing records.
- Parameters:
modeltimeseries (ModelTimeSeries) – The model time series used to fill the gap records. The model data must be compatible (equivalent obstype and related to the same Station as the gap.)
- Return type:
None
Notes
A schematic description of the raw model data gap fill:
Check the compatibility of the ModelTimeSeries with the gap.
Ensure both the ModelTimeSeries and gap have the same timezone.
Interpolate the model data to match the missing records in the gap.
Update the gap attributes with the interpolated values, labels, and details.