zcollection.dataset.get_dataset_variable_properties#

zcollection.dataset.get_dataset_variable_properties(metadata, selected_variables=None)[source]#

Return the variables properties defined in the dataset.

Parameters:
  • metadata (Dataset) – Metadata dataset containing variables information.

  • selected_variables (Iterable[str] | None) – The variables to return. If None, all the variables are returned.

Returns:

The variables defined in the dataset.

Return type:

tuple[Array, …]