woodcrafty / PyETo

Python package for calculating reference/potential evapotranspiration (ETo).
BSD 3-Clause "New" or "Revised" License
155 stars 81 forks source link

Math to numpy #15

Closed thomasdkelly closed 2 years ago

thomasdkelly commented 2 years ago

convert math -> numpy remove checks

Now numpy arrays / pandas series can be passed into functions instead of calculating one day at a time.