yt.geometry.coordinates.coordinate_handler module¶
- class yt.geometry.coordinates.coordinate_handler.CoordinateHandler(ds, ordering: tuple[str, str, str] | None = None)[source]¶
Bases:
ABC
- property axis_id¶
- property axis_name¶
- property data_projection¶
- property data_transform¶
- property image_axis_name¶
- abstract property period¶
- abstract pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=True, *, return_mask: Literal[False]) ndarray[Any, dtype[float64]] [source]¶
- abstract pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=True, *, return_mask: Literal[True]) tuple[ndarray[Any, dtype[float64]], ndarray[Any, dtype[bool]]]
- property x_axis¶
- property y_axis¶
- yt.geometry.coordinates.coordinate_handler.cartesian_to_cylindrical(coord, center=(0, 0, 0))[source]¶