If I want the various functions that produce more astronomical tables in 5.2, do I need to install pyephem as was necessary in earlier versions of WeeWx? Or does the new python have the ability to do those calculations?
I see from looking for sources to download pyephem that it is no longer being supported and a new astronomy package is replacing it. Perhaps I should install that instead? Does 5.2 make calls to the pyephem, or tests to see if this newer group of routines is available?
I did this:
python3 -m pip list -v
within the weewx-venv gives me:
ephem 4.2
/home/dale/weewx-venv/lib/python3.13/site-packages pip
I assume since I'm only going to use this with WeeWx that I install whichever one (if needed) into the Weewx-venv if "ephem 4.2" isn't what I need (not pyephem)?
Dale
I see from looking for sources to download pyephem that it is no longer being supported and a new astronomy package is replacing it. Perhaps I should install that instead?
Or does the new python have the ability to do those calculations?
I assume since I'm only going to use this with WeeWx that I install whichever one (if needed) into the Weewx-venv if "ephem 4.2" isn't what I need (not pyephem)?
If I want the various functions that produce more astronomical tables in 5.2, do I need to install pyephem as was necessary in earlier versions of WeeWx? Or does the new python have the ability to do those calculations?