import earthaccess
Download data
We’ll use the earthaccess library to download a single file for the MUR-SST dataset to use for these examples.
= earthaccess.search_data(
results ="C1996881146-POCLOUD", count=1, temporal=("2002-06-01", "2002-06-01")
concept_id
)"../data")[0] earthaccess.download(results,
'../data/20020601090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc'