class documentation

Define a LIVVkit extension.

This helps us not repeat code more than we need to!

Method __init__ Initalise the LEX class.
Method gen_axes Create a 3 col x 1 row figure with GeoAxes centered on lon_0, lat_0.
Method load_data Undocumented
Method plot_three Plot three fields on identical axes for comparison.
Method plot_topo Plot topographic data on an axis at specific levels.
Method save_image Undocumented
Instance Variable conf Undocumented
Instance Variable elements Undocumented
Instance Variable grid Undocumented
Instance Variable img_dir Undocumented
Instance Variable lat_0 Undocumented
Instance Variable lon_0 Undocumented
Instance Variable name Undocumented
Instance Variable tab Undocumented
def __init__(self, name, conf, lon_0=-45, lat_0=75): (source)

Initalise the LEX class.

def gen_axes(self, nplts=3, dpi=240): (source)

Create a 3 col x 1 row figure with GeoAxes centered on lon_0, lat_0.

def load_data(self): (source)

Undocumented

def plot_three(self, props, frames=None): (source)

Plot three fields on identical axes for comparison.

def plot_topo(self, axes): (source)

Plot topographic data on an axis at specific levels.

Assumes three panel OBS | MOD | DIF

def save_image(self, fig, plt_var, season, title, description, file_name=None, img_group=None): (source)

Undocumented

Undocumented

elements: list = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented