Analysis#
The Analysis class holds ‘good records’, and some common methods to analyze the observations.
Constructor#
|
Analysis class for handling and analyzing meteorological data from a Dataset or Station. |
Data attributes#
A summary of all the attributes that hold or return data.
Analysis DataFrame constructor. |
Methods#
A summary of all methods in the Analysis class.
|
Provides information about the Analysis instance, including the number of records, observation types, metadata columns, station names, and known time derivatives. |
Retrieve the timezone information of the 'datetime' index. |
|
|
Apply a filter expression to the metadata and update the records accordingly. |
|
Apply a filter expression to the records. |
|
Subset the DataFrame to a specific time period. |
|
Aggregate all 'values' to specific groups and return the resulting DataFrame. |
|
Plot the diurnal cycle of a specified observation type, grouped by a given category. |
Plot the diurnal cycle of differences between observations and a reference station. |