DirectorySpool

class of dascore.clients.dirspool source

DirectorySpool(
    base_path ,
    preferred_format ,
    select_kwargs ,
)

A spool for interacting with DAS files on disk.

FileSpool creates and index of all files then allows for simple querying and bulk processing of the files.

Methods

Name Description
chunk Chunk the data in the spool along specified dimensions.
get_contents Return a dataframe of the contents of the data files.
new_from_df Create a new instance from dataframes.
select Sub-select certain dimensions for Spool
update Updates the contents of the spool and returns a spool.