openairclim.utils
Utility functions used over the entire framework
- openairclim.utils.convert_nested_to_series(nested_dict)[source]
 Convert nested dictionary to dictionary of np.arrays / time series
- openairclim.utils.convert_to_regular(inv)[source]
 Convert flat / unstructured xarray into xarray with regular 3D grid lon/lat/plev
- Parameters:
 inv (xarray) – flat / unstructured xarray
- Returns:
 regular xarray with dimension lon/lat/plev
- Return type:
 xarray