mroberge / hydrofunctions

A suite of convenience functions for working with hydrology data in an interactive Python session.
MIT License
66 stars 28 forks source link

Update hydrofunctions.py #90

Closed lapidesd closed 3 years ago

lapidesd commented 3 years ago

Resolves divide by zero error for following code: state_data = hf.NWIS(site=None,stateCd='CA', service='dv', start_date='1950-01-01', end_date='2021-04-01', parameterCd = '00010') state_data = state_data.df()

mroberge commented 3 years ago

Closes issue #89