yt.geometry.coordinates.geographic_coordinates module¶
- class yt.geometry.coordinates.geographic_coordinates.GeographicCoordinateHandler(ds, ordering=None)[source]¶
Bases:
CoordinateHandler
- property axis_id¶
- property axis_name¶
- property data_projection¶
- property data_transform¶
- distance(start, end)¶
- property image_axis_name¶
- property period¶
- pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=True, *, return_mask=False)[source]¶
- radial_axis = 'altitude'¶
- sanitize_depth(depth)¶
- property x_axis¶
- property y_axis¶
- class yt.geometry.coordinates.geographic_coordinates.InternalGeographicCoordinateHandler(ds, ordering=None)[source]¶
Bases:
GeographicCoordinateHandler
- property axis_id¶
- property axis_name¶
- convert_from_cartesian(coord)¶
- convert_from_cylindrical(coord)¶
- convert_from_spherical(coord)¶
- convert_to_cartesian(coord)¶
- convert_to_cylindrical(coord)¶
- convert_to_spherical(coord)¶
- property data_projection¶
- property data_transform¶
- distance(start, end)¶
- property image_axis_name¶
- property period¶
- pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=True, *, return_mask=False)¶
- pixelize_line(field, start_point, end_point, npoints)¶
- radial_axis = 'depth'¶
- sanitize_depth(depth)¶
- setup_fields(registry)¶
- property x_axis¶
- property y_axis¶