pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
373 stars 125 forks source link

Resolve Issue #42 and other things #71

Closed louis-red closed 6 years ago

louis-red commented 6 years ago

Resolve the Issue #42

This is my first consequential contribution to Open Source, so don't hesitate to guide me and correct me. Most conflictive change I think is the decorator to ensure that the arguments whose names are in the wrappers are tz-aware datetime.datetime objects.

Pros :

Cons :

Let me know what you think ! Louis