xarray_eop.sentinel3.open_safe_datatree#
- xarray_eop.sentinel3.open_safe_datatree(product_urlpath: EOPath, simplified_mapping: bool | None = None, fs_copy: bool | None = None, **kwargs: Any) DataTree[Any]#
Opens a Sentinel-3 SAFE product as a full datatree
- Parameters:
name (str) – Name of the datatree product
product_urlpath (str, Path) – Path in the filesystem to the product to be opened.
simplified_mapping – Use a custom simplified mapping, by default it is set given the product type
optional – Use a custom simplified mapping, by default it is set given the product type
fs_copy (bool) – when data is stored in the cloud, lazy loading requires to copy the product on the local filesystem. If data cannot be copied locally, it will be fully loaded in memory. Default, fs_copy=False
- Return type:
datatree.DataTree