gdevine / hievpy

HIEvPy is a python wrapper around the API interface of the HIEv, a data capture application used by the Hawkesbury Institute for the Environment at Western Sydney University.
MIT License
1 stars 2 forks source link

bug in search_load_toa5df #3

Closed danmet closed 6 years ago

danmet commented 6 years ago

hievpy.search_load_toa5df(api_token=api_token,filename='EddyFlux_slow_rad_2018') returns KeyError: 'from_date' in line 251:

if kwargs['from_date']: data = data[kwargs['from_date']:].sort_index()

danmet commented 6 years ago

fixed issue with commit #1ee02e5