xarray.DataArray.qsel.min¶
- DataArray.qsel.min(self, dim=None)[source]¶
Return the minimum over dimensions while keeping their coordinates.
Data values are reduced with
xarray.DataArray.min(). Dimensions removed from the data are retained as scalar coordinates with the mean of their coordinate values. Numeric coordinates that depend on reduced dimensions are averaged as well.