Sun Position: Cleanup: simplify the Sun Properties, get rid of TAzEl
commitbadd8699ab69117fbdec9041fc799701111cd6ee
authorDamien Picard <dam.pic@free.fr>
Wed, 29 Mar 2023 19:06:33 +0000 (29 21:06 +0200)
committerDamien Picard <dam.pic@free.fr>
Wed, 29 Mar 2023 19:09:30 +0000 (29 21:09 +0200)
tree45c7cfdde6d79dcfee854c51876b3db1228daf37
parentfbfb8b0075e480171e7d8bc47f4a1b2a1f3be1d1
Sun Position: Cleanup: simplify the Sun Properties, get rid of TAzEl

The TAzEl class used to store a set of Time, Azimuth, Elevation
properties, and was used for the sunrise and sunset. But these don't
actually need to store azimuth and elevation, so they can be
simplified and the entire class can be removed.
sun_position/__init__.py
sun_position/properties.py
sun_position/sun_calc.py
sun_position/ui_sun.py