Documentation
Usage
All the functions and classes listed below are accessible under the kosmorrolib module:
import kosmorrolib
# Example call:
events = kosmorrolib.get_events()
Functions
get_ephemerides()- compute and return the ephemeridesget_events()- calculate and return a list of eventsget_moon_phase()- calculate and return the moon phase
Model
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
Enums
EventType- an enumeration of supported eventsMoonPhaseType- an enumeration of Moon phaseObjectIdentifier- an enumeration to identify objects of the Solar systemObjectType- an enumeration of object types
Help us to improve this page, contribute to the documentation!