xarray.backends.BackendEntrypoint (original) (raw)

class xarray.backends.BackendEntrypoint[source]#

BackendEntrypoint is a class container and it is the main interface for the backend plugins, see BackendEntrypoint subclassing. It shall implement:

open_dataset_parameters#

A list of open_dataset method parameters. The setting of this attribute is not mandatory.

Type:

tuple, default: None

description#

A short string describing the engine. The setting of this attribute is not mandatory.

Type:

str, default: ""

url#

A string with the URL to the backend’s documentation. The setting of this attribute is not mandatory.

Type:

str, default: ""

__init__()#

Methods

Attributes