Backends#
|
|
Return a dictionary of available engines and their BackendEntrypoint objects. |
|
Refreshes the backend engines based on installed packages. |
These backends provide a low-level interface for lazily loading data from
external file-formats or protocols, and can be manually invoked to create
arguments for the load_store
and dump_to_store
Dataset methods:
|
Store for reading and writing data via the Python-NetCDF4 library. |
|
Store for reading and writing data via h5netcdf |
|
Store for accessing OpenDAP datasets with pydap. |
|
Store for reading and writing data via scipy.io.netcdf. |
|
Store for reading and writing data via zarr |
Manager for acquiring and closing a file object. |
|
|
Wrapper for automatically opening and closing file objects. |
|
FileManager that simply wraps an open file in the FileManager interface. |
These BackendEntrypoints provide a basic interface to the most commonly used filetypes in the xarray universe.
Backend for netCDF files based on the netCDF4 package. |
|
Backend for netCDF files based on the h5netcdf package. |
|
Backend for steaming datasets over the internet using the Data Access Protocol, also known as DODS or OPeNDAP based on the pydap package. |
|
Backend for netCDF files based on the scipy package. |
|
Backend for ".zarr" files based on the zarr package. |