lhovon / GNNs-for-drought

GNNs to predict droughts in Kenya. COMP 599 Project with Gabriel Tseng and Sierra Schena.
0 stars 0 forks source link

Fix dataloading #3

Closed lhovon closed 2 years ago

lhovon commented 2 years ago

Removing the Adede dataset broke the data loading mechanism.

We previously assumed all datasets covered the same time range, which is not the case. It was working fine before because Adede was loaded as the example dataset and also covered the most constrained time range of all datasets, so we never tried to fetch data for a date that was not covered by another dataset.