pytroll / pyorbital

Orbital and astronomy computations in python
http://pyorbital.readthedocs.org/
GNU General Public License v3.0
220 stars 75 forks source link

Does pyorbital no longer calculate moon phase? #48

Open conkline opened 4 years ago

conkline commented 4 years ago

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?

mraspaud commented 4 years ago

@adybbroe Any insight ?

djhoese commented 4 years ago

Is it in this branch and never got merged? https://github.com/pytroll/pyorbital/tree/feature-moon-phase

conkline commented 4 years ago

Ah, looks like it! Thank you!

advaiyalad commented 2 years ago

Is it possible for this branch to be merged? The work in it seems to work well.

djhoese commented 2 years ago

I create #96 from this branch, but it will take a lot of work to get it ready for merging. If anyone (@adybbroe @PythonCreator27 @conkline ) are interested in tackling this challenge, let us know here.