xarray_eop.eop.open_eop_datatree

xarray_eop.eop.open_eop_datatree#

xarray_eop.eop.open_eop_datatree(product_urlpath: str | Path | EOPath, **kwargs: Any) DataTree[Any]#

Open and decode a EOPF-like Zarr product

Parameters:
  • product_urlpath (str, Path) – Path to directory in file system or name of zip file. It supports passing URLs directly to fsspec and having it create the “mapping” instance automatically. This means, that for all of the backend storage implementations supported by fsspec, you can skip importing and configuring the storage explicitly.

  • kwargs (dict)

Return type:

datatree.DataTree