The code below enables caching of data downloaded from remote sources in earthkit-data. By default the cache policy is “off”, so please run this cell to ensure the cache is enabled for the exercises using earthkit-data.
import earthkit.data as ekd
ekd.config.set("cache-policy", "user")# print the config
ekd.config