osyris.Datagroup

osyris.Datagroup#

class osyris.Datagroup(*args, **kwargs)#
__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

clear()

Clear the Datagroup.

copy()

Create a shallow copy of the Datagroup.

get(key, default)

Get the value of a key in the Datagroup.

items()

The items of the Datagroup (iterable).

keys()

The keys of the Datagroup (iterable).

layer(key, **kwargs)

Make a layer for map plots which contains mesh information.

nbytes()

The number of bytes used by the Datagroup.

pop(key)

Pop a key from the Datagroup.

print_size()

Return the size of the Datagroup in human readable format.

sortby(key)

Sort the Datagroup by key.

to_pandas()

Convert the Datagroup to a pandas DataFrame.

update(*args, **kwargs)

Update the Datagroup with new values.

values()

The values of the Datagroup (iterable).

Attributes

shape

The shape of the Datagroup.