Coordinates#
DataArray is the base class in xdas. It is mainly composed of a N-dimensional array and a set of Coordinate objects that are gathered in a Coordinates dict-like object that can be accessed by the DataArray.coords attribute. Xdas comes with several flavors of Coordinate objects.
Type |
Description |
|
|
|---|---|---|---|
Used to label 0D dimensions |
|
|
|
|
Each value is equal to its index |
|
|
Each index is mapped to a given value |
|
|
|
Values are interpolated linearly between tie points |
|
|
|
Values are given as a multiple of a fixed sampling interval and several start values |
|
|
In the current state of the documentation, most coordinate information can be found on the Interpolated Coordinates page.