ECMWFCode4Earth / ml_drought

Machine learning to better predict and understand drought. Moving github.com/ml-clim
https://ml-clim.github.io/drought-prediction/
90 stars 18 forks source link

Update VHI preprocessor to handle other variables as well #111

Closed gabrieltseng closed 5 years ago

gabrieltseng commented 5 years ago

As described.

Also, updates the test to require less memory.

Also, currently the output is <DATASET>_preprocessed/<DATASET>_<SUBSET>.nc, which is unnecessarily complicated. Replace it with <DATASET>_preprocessed/data_<SUBSET>.nc.