earthkit.data.indexing.cube

Classes

Functions

coords_to_index(coords, shape)

index_to_coords(index, shape)

Module Contents

class earthkit.data.indexing.cube.Cubelet(cube, coords, coords_names=None)
coords
property extended_icoords
flatten_values
owner
to_numpy(**kwargs)
class earthkit.data.indexing.cube.FieldCube(ds, *args, remapping=None, patch=None, flatten_values=False)
chunking(chunks)
count(reading_chunks=None)
property extended_user_shape
property field_shape
flatten_values = False
iterate_cubelets(reading_chunks=None, **kwargs)
source
squeeze()
to_numpy(**kwargs)
user_coords
user_shape
earthkit.data.indexing.cube.coords_to_index(coords, shape)
earthkit.data.indexing.cube.index_to_coords(index, shape)