Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Setup

earthkit-data-logo

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