Download data

We’ll use the earthaccess library to download a single file for the MUR-SST dataset to use for these examples.

import earthaccess
results = earthaccess.search_data(
    concept_id="C1996881146-POCLOUD", count=3, temporal=("2002-06-01", "2002-06-30")
)
earthaccess.download(results, "../data")[0]