Setup¶
The code below enables the caching of the data downloaded from remote sources in earthkit-data. By default the cache policy is “off”, so please run this cell to ensure that 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