xarray.backends.list_engines#
- xarray.backends.list_engines()[source]#
Return a dictionary of available engines and their BackendEntrypoint objects.
- Returns:
dictionary
Notes
This function lives in the backends namespace (
engs=xr.backends.list_engines()
). If available, more information is available about each backend viaengs["eng_name"]
.# New selection mechanism introduced with Python 3.10. See GH6514.