OpenHydrology/floodestimation

Last NRFA data download

Closed this issue · 1 comments

faph commented

Currently there is no public library method to retrieve the last time NRFA data was downloaded and from which URL. We need something like a last_download method returning a dict like this:

{time: <datetime>,
 url: <str>}
faph commented

See also #5. Info could be saved in same config file.