mmspy.api.store.Store#

class mmspy.api.store.Store(path=None)#

Manager for all data storages based on query parameters.

Parameter#

pathpath-like, optional

Path to local storage. Default to system data directory.

__init__(path=None)#

Method generated by attrs for class Store.

Methods

__init__([path])

Method generated by attrs for class Store.

files(store, **kwargs)

Iterator for Store.get_local_files().

get_local_files(store, **kwargs)

Get files from a local store.

get_time_slices(store, **kwargs)

Get time slices from each file in a data store.

show([pattern])

Show the data store tree.

sync(**kwargs)

Sync data store.

time_slices(store, **kwargs)

Iterator for Store.get_time_slices().

write_dataset(dataset, store, local_path[, ...])

Write a dataset to a data store.

Attributes

zarr

request

path

name

Name of local storage.