bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
19 stars 15 forks source link

No Last-Modified header in reanalysis anymore - datafetch for rean has no effect for current year #218

Closed nkadygrov closed 6 years ago

nkadygrov commented 6 years ago

It looks like NCEP reanalysis files have no 'Last-Modified' header anymore. So, all the files in cache are considered as up-to-date. Therefore, for current year (2018), files in cache are not updated. I add fix in blackswan for that (forced update of the current year file). Need to fix it in flyingpigeon.

nkadygrov commented 6 years ago

fixed in blackswan with: https://github.com/bird-house/blackswan/blob/master/blackswan/datafetch.py#L159