pastas.check.guess_unit_or_dims =============================== .. py:function:: pastas.check.guess_unit_or_dims(parameter, return_dims=True) Guess the unit or dimension of a parameter based on its name. :param parameter: Name of the parameter. :type parameter: str :param return_dims: if True, return parameter dimensions (default). If False, return specific units where they can be determined from the parameter name :type return_dims: bool, optional :returns: **unit or dim** -- Guessed unit or dimensions of the parameter. :rtype: str .. !! processed by numpydoc !!