eradiate.data
#
Manage Eradiate’s data files.
Functions#
|
Initialize the global data store. |
|
Open a dataset from the online data store (requires Internet access). |
|
Open, load into memory, and close a dataset from the online data store (requires Internet access). |
Classes#
Interface class for all data stores. |
|
|
Serve files stored in a directory. |
|
Serve data downloaded from a remote source without integrity check. |
|
Serve files stored in a directory. |
|
Serve files located online, with integrity check. |
|
Chain requests on multiple data stores. |
Attributes#
- eradiate.data.data_store#
Global data store. Alias to
eradiate.data._store.data_store
. See also:eradiate.data.MultiDataStore
.