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=1, temporal=("2002-06-01", "2002-06-01")
)
earthaccess.download(results, "../data")[0]
'../data/20020601090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc'