class neso_fame.coordinates.CoordinateSystem(enum.Enum) Represent the type of coordinate system being used. Public members¶ CARTESIAN = 0 CYLINDRICAL = 1 CARTESIAN2D = 2 CARTESIAN_ROTATED = 3