mmbell / vortrac

Vortex Objective Radar Tracking and Circulation
Apache License 2.0
6 stars 4 forks source link

Remote data fetch issues #2

Closed mmbell closed 12 years ago

mmbell commented 13 years ago

A couple of things to fix on the remote data fetch:

  1. Better handling of the half-written file at the top of the catalog. We should check the size of the file on the disk vs the listing in the catalog to see if it was truncated.
  2. Multiple downloads -- if the analysis is aborted, the data flow stops. We need to play catch up during a restart.
  3. Out of order fetches -- the program appears to go backwards in time if new data is grabbed from before. We need to deal better with negative extrapolation times.
mmbell commented 12 years ago

All issues resolved.