Hi to all users!
It's first time I use pvlib.
I'm making a solar tracker using Raspberry pi and I'm having some doubts....
Position: 46.0° N, 13.0° E
Time: 22th Feb 2022, 12:00, Timezone Rome
solpos2 = solarposition.get_solarposition('2022-02-21 12:00:00+01:00', 46.0, 13.0)
gives me:
apparent_zenith zenith apparent_elevation elevation azimuth equation_of_time
2022-02-21 12:00:00+01:00 56.665351 56.690862 33.334649 33.309138 173.650818 -13.568558
Comparing data to different online calculator:
Azimuth: 178°, elevation: 33.56°
Why 5° error on azimuth?
Thanks.