Changeset 321

Show
Ignore:
Timestamp:
12/11/09 12:34:45 (2 years ago)
Author:
rmay
Message:

Adjust handling of full_day_record so that we don't end up with two times plotted on the same station plot.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/metpy/readers/mesonet.py

    r320 r321  
    375375    # Optionally grab an extra day so that we have a full set of data N days 
    376376    # of data 
    377     if full_day_record: 
     377    if full_day_record and site is not None: 
    378378        num_days += 1 
    379379