OCHA-DAP / ocha-anticipy

Python package to support the development of anticipatory action frameworks
https://github.com/OCHA-DAP/ocha-anticipy
GNU General Public License v3.0
8 stars 1 forks source link

GloFAS forecast load #206

Closed t-downing closed 1 year ago

t-downing commented 1 year ago

When GloFAS forecasts are processed and saved, I think they aren't given a time dimension, so can't be concatenated by xr.open_mfdataset when calling GlofasForecast.load()

turnerm commented 1 year ago

Oops great catch, I was trying to take care of it using preprocessing but the time dim wasn't being propagated through, I've addressed it in #205

t-downing commented 1 year ago

Nicely dealt with in #205 , closing