google / weather-tools

Tools to make weather data accessible and useful.

Home Page:https://weather-tools.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit grib in-memory copy

pramodg opened this issue · comments

Add a command line flag to control whether in-memory copy should be enabled or not.

If disabled grib files should set cache=True during open_dataset() to speed up reads.

I'd like to work on this issue. Please guide me on what needs to be done.

Fixed in #154.