Gap#
A gap is a part of the observational timeseries that is missing. It is thus related to a station and an observationtype.
The gaps are described by the Gap class, containing methods for manipulating the gap (i.g. filling a gap).
A regular user should not directly interact with a ``Gap`` instance. All methods
for filling gaps are accessible in the Station and Dataset classes.
Constructor#
|
Represents a gap in observational data for a specific station and observation type. |
Attributes#
A summary of all the attributes (and properties) of the Gap class.
Return the records of the gap. |
|
Return the observation type. |
|
Return the station name. |
|
Return the settings used for filling the gap. |
|
Returns the fill status of the gap. |
|
Return the start datetime of the gap. |
|
Return the end datetime of the gap. |
|
Gap DataFrame constructor. |
Methods#
A summary of all methods in the Gap class.
|
Print or return detailed information about the Gap. |
|
Determine if the gap can be filled. |
Clear all fill information for this gap. |
|
|
Fill the gap using interpolation of SensorData. |
|
Fill the gap using model data without correction. |
|
Fill the gaps using model data corrected for the bias. |
|
Fill the gaps using model data corrected for the diurnal bias. |
Fill the gaps using a weighted sum of model data corrected for the diurnal bias and weights with respect to the start of the gap. |