Iʻm looking for a quick and simple way to calculate moon phase on a given date, and wanted to follow this tutorial:
https://pyorbital.readthedocs.io/en/feature-moon-phase/moon_calculations.html
I installed pyorbital successfully, but get a <AttributeError: module 'pyorbital' has no attribute 'moon_phase'> error. Looking through the code, I was unable to find this module, unless Iʻm missing something.
Is moon_phase no longer an included module?
Iʻm looking for a quick and simple way to calculate moon phase on a given date, and wanted to follow this tutorial:
https://pyorbital.readthedocs.io/en/feature-moon-phase/moon_calculations.html
I installed pyorbital successfully, but get a <AttributeError: module 'pyorbital' has no attribute 'moon_phase'> error. Looking through the code, I was unable to find this module, unless Iʻm missing something.
Is moon_phase no longer an included module?