ToastCoordinateSystem

class toasty.toast.ToastCoordinateSystem(value)[source]

Bases: Enum

Different TOAST coordinate systems that are in use.

Attributes Summary

ASTRONOMICAL

The default TOAST coordinate system, where the lat = lon = 0 point lies at the middle right edge of the TOAST projection square.

PLANETARY

The planetary TOAST coordinate system.

Attributes Documentation

ASTRONOMICAL = 'astronomical'

The default TOAST coordinate system, where the lat = lon = 0 point lies at the middle right edge of the TOAST projection square.

PLANETARY = 'planetary'

The planetary TOAST coordinate system. This is rotated 180 degrees in longitude from the astronomical system, such that the lat = lon = 0 point lies at the middle left edge of the TOAST projection square.