pangeo-data / WeatherBench

A benchmark dataset for data-driven weather forecasting
MIT License
712 stars 165 forks source link

Faster data loading #45

Open ravisankaradepu opened 2 years ago

ravisankaradepu commented 2 years ago

How can I accelerate the loading of .nc files onto RAM. The function self.data.load() in the dataloader is consuming a lot of time.