wradlib.io.backends.RadolanBackendEntrypoint.open_groups_as_dict

wradlib.io.backends.RadolanBackendEntrypoint.open_groups_as_dict#

RadolanBackendEntrypoint.open_groups_as_dict(filename_or_obj: T_PathFileOrDataStore, *, drop_variables: str | Iterable[str] | None = None) dict[str, Dataset]#

Opens a dictionary mapping from group names to Datasets.

Called by open_groups. This function exists to provide a universal way to open all groups in a file, before applying any additional consistency checks or requirements necessary to create a DataTree object (typically done using from_dict).

If implemented, set the class variable supports_groups to True.