get_altaz

Astronomy.get_altaz(RA, Dec, time, location)

Simplest conversion using astropy

:param RA : right ascension in degrees :type RA : float

:param Dec : declination in degrees :type Dec : float

:param time : time of observation :type time : datetime.datetime object

:param location : location of the observatory :type location : astropy.Location object