NASA-DEVELOP/dnppy

Migration of solar module to python 3

Opened this issue · 0 comments

@Jwely Hi and thx for the great work with the solar module!
Since I had to do calculations of solar position and watts per area given some DEM, I transferred the solar module to python 3.
For me, it worked by simply replacing line 739 by
for key in sorted(iter(self.__dict__)):
Maybe, this helps someone!