+++ title = "Kosmorrolib documentation" description = "All the features of Kosmorrolib are documented right here!" template = "doc/section.html" +++
All the functions and classes listed below are accessible under the kosmorrolib module:
import kosmorrolib
# Example call:
events = kosmorrolib.get_events()get_ephemerides()- compute and return the ephemeridesget_events()- calculate and return a list of eventsget_moon_phase()- calculate and return the moon phase
AsterEphemerides- an object representing ephemeridesEvent- an object representing an eventMoonPhase- an object representing a moon phasePosition- an object representing a position on earthObject- an object representing an astronomical object
EventType- an enumeration of supported eventsLunarEclipseType- an enumeration of lunar eclipse typesMoonPhaseType- an enumeration of Moon phaseObjectIdentifier- an enumeration to identify objects of the Solar systemObjectType- an enumeration of object typesSeasonType- an enumeration of seasons