Analysis#
The Analysis class holds observations (assumed to be correct) and methods for analysing and aggregating the data. An Analysis is typical created from a Dataset after the cleanup of the raw observations.
Constructor#
|
The Analysis class contains methods for analysing observations. |
Note
It is most common to construct the Analysis directly from a Dataset using metobs_toolkit.Dataset.get_analysis() method.
General methods and attributes#
|
Subset the observations of the Analysis to a specific period. |
|
Filter an Analysis by a user definde string expression. |
|
Aggregate observations to a (list of) categories. |
Create an anual cycle for aggregated groups. |
|
Create an average diurnal cycle for the observations. |
|
|
Create an average diurnal cycle for the observation differences of a reference station. |
Create an average cycle for an aggregated categorie. |
|
Compute pearson correlation coeficients. |
Plotting methods#
Make a heatmap plot af a correaltion matrix. |
|
Create correlation scatter plot. |