vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Infinite loop when trying to find data from the database #355

Closed mts299 closed 4 years ago

mts299 commented 6 years ago

While fixing the issue in #354, I noticed when there is no data in the database for a specific date for a given radar the script goes into an infinite loop of trying to find the data: data_date = datetime(2015,03,17,00,00) davitpy.pydarn.plotting.fan.plotFan(date, rad=['cly','rkn'], param=param, gsct=True, show=False, png=True) The following continously prints out: WARNING:root:cannot access [data/2014/lmfit/rkn/]

asreimer commented 4 years ago

Since the VT server no longer exists, we can't fix this.