ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

COOPS notebooks producing goofy plots #69

Closed rsignell-usgs closed 7 years ago

rsignell-usgs commented 7 years ago

2016-11-22_12-23-05

rsignell-usgs commented 7 years ago

Problem is start/stop time logic:

start = datetime.utcnow()
start = start.replace(**kw)
stop = start + timedelta(days=6)

I'll submit a PR to fix.