deg_to_IAU_str

DatesTimes.deg_to_IAU_str(position, format='h')

The position is a longitude-like, latitude-like tuple. The first coordinate and be in hours or degrees but it must be > 0. The second coordinate can be negative. The output will be of thhe form hhmm+ddmm if format= ‘h’ (default), dddmm+ddmm if format=’d’, or ddd.d+dd.d if format=’g’.