my_code_base.esd.ensemble¶
Module Contents¶
- class my_code_base.esd.ensemble.EnsembleAccessor(data_obj)[source]¶
Helper class that provides a standard way to create an ABC using inheritance.
- class my_code_base.esd.ensemble.PandasEnsembleAccessor(data_obj)[source]¶
Helper class that provides a standard way to create an ABC using inheritance.
- class my_code_base.esd.ensemble.XarrayEnsembleAccessor(data_obj)[source]¶
An
xarray.Datasetaccessor supporting the grouping of ensemble members by model id and similar. The member coordinate in thexr.Datasetmust have a key_template attribute of the form ‘source_id.member_id.grid_label’, following the structure of the entries of the ‘member’ coordinate.