IO Backends¶
earth2studio.io
IO Backends for saving your inference results for further post processing.
AsyncZarrBackend | Async Zarr v3 IO Backend |
IceChunkBackend | A backend that writes to an [Icechunk](https://icechunk.io/) repository. |
KVBackend | A key-value (dict) backend. |
NetCDF4Backend | A backend that supports the NetCDF4 format. |
XarrayBackend | An xarray backed IO object. |
ZarrBackend | A backend that supports the zarr format. |