Top-level functions#
Computation#
|
Apply a vectorized function for unlabeled arrays on xarray objects. |
|
Compute covariance between two DataArray objects along a shared dimension. |
|
Compute the Pearson correlation coefficient between two DataArray objects along a shared dimension. |
|
Compute the cross product of two (arrays of) vectors. |
|
Generalized dot product for xarray objects. |
|
Apply a function to each block of a DataArray or Dataset. |
|
Evaluate a polynomial at specific values |
|
Given any number of Dataset and/or DataArray objects, returns new objects with unified chunk size along all chunked dimensions. |
|
Return elements from x or y depending on cond. |
Combining Data#
|
Given any number of Dataset and/or DataArray objects, returns new objects with aligned indexes and dimension sizes. |
|
Explicitly broadcast any number of DataArray or Dataset objects against one another. |
|
Concatenate xarray objects along a new or existing dimension. |
|
Merge any number of xarray objects into a single Dataset as variables. |
|
Attempt to auto-magically combine the given datasets (or data arrays) into one by using dimension coordinates. |
|
Explicitly combine an N-dimensional grid of datasets into one by using a succession of concat and merge operations along each dimension of the grid. |
Creation#
|
N-dimensional array with labeled coordinates and dimensions. |
|
A multi-dimensional, in memory, array database. |
|
A tree-like hierarchical collection of xarray objects. |
|
Return a new object with the same shape and type as a given object. |
|
Return a new object of zeros with the same shape and type as a given dataarray or dataset. |
|
Return a new object of ones with the same shape and type as a given dataarray or dataset. |
Miscellaneous#
|
Decode the given Dataset or Datastore according to CF conventions into a new Dataset. |
|
Infer the most likely frequency given the input index. |
|
print the versions of xarray and its dependencies |
|
Set options for xarray in a controlled context. |
Get options for xarray. |