coords
Machinery for coordinates.
Functions
| Name | Description |
|---|---|
| ensure_consistent_dtype | Ensure the values are consistent with dtype. |
| get_compatible_values | Get values compatible with dtype. |
| get_coord | Return a coordinate from provided inputs. |
Classes
| Name | Description |
|---|---|
| BaseCoord | Coordinate interface. |
| CoordArray | A coordinate with arbitrary values in an array. |
| CoordMonotonicArray | A coordinate with strictly increasing or decreasing values. |
| CoordPartial | A coordinate which only contains partial information. |
| CoordRange | A coordinate represent a range of evenly sampled data. |
| CoordSummary | A summary for coordinates. |