BaseSpool
BaseSpool()
Spool Abstract Base Class (ABC) for defining Spool interface.
Methods
Name | Description |
---|---|
chunk | Chunk the data in the spool along specified dimensions. |
get_contents | Get a dataframe of the spool contents. |
map | Map a function of all the contents of the spool. |
select | Sub-select parts of the spool. |
sort | Sort the Spool based on a specific attribute. |
split | Yield sub-patches based on specified parameters. |
update | Updates the contents of the spool and returns a spool. |