Skip to content

Commit

Permalink
be able to retrieve iv data prior to 2007
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Jan 3, 2020
1 parent 0cca702 commit 8728498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulmo/usgs/nwis/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def get_site_data(site_code, service=None, parameter_code=None, statistic_code=N
if isinstance(period, basestring):
if period == 'all':
if service in ('iv', 'instantaneous'):
start = datetime.datetime(2007, 10, 1)
start = datetime.datetime(1910, 1, 1)
elif service in ('dv', 'daily'):
start = datetime.datetime(1851, 1, 1)
else:
Expand Down

0 comments on commit 8728498

Please sign in to comment.