earthkit.meteo.regimes¶
Weather regimes based on projections onto spatial patterns.
To define a collection or generator of patterns, use the provided generator classes to implement your desired scheme or define your own pattern generator scheme based on the abstract base class
Patterns.To compute regime indices, use the functions
project()andregime_index()together with a given pattern collection/generator.
Note
At the moment, only regular lat-lon grids are supported for the specification of patterns:
{
"grid": [lon_spacing, lat_spacing],
"area": [lat0, lon0, lat1, lon1]
}
Submodules¶
Classes¶
Collection of constant/fixed patterns. |
|
Patterns generated from a set of base patterns and a custom scalar function. |
|
Collection/Generator of patterns. |
Functions¶
|
Project onto the given patterns. |
|
Regime index by standardisation of projections onto patterns. |