xdas.open_dataarray#
- xdas.open_dataarray(fname, engine=None, vtype=None, ctype=None, **kwargs)[source]#
Open a dataarray.
- Parameters:
- Returns:
The opened dataarray.
- Return type:
- Raises:
ValueError – If the engine is not recognized.
FileNotFound – If no file can be found.