NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

Migration of solar module to python 3 #88

Open meengel opened 2 years ago

meengel commented 2 years ago

@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!