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

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