...
#!/usr/bin/env python
import cdsapi
c = cdsapi.Client()
c.retrieve("satellite-sea-surface-temperature-complete",
{
"day": "20",
"format": "tgz",
"month": "04",
"processinglevel": [
"level_3c",
"level_2p"
],
"sensor_on_satellite": "atsr1_on_ers_1",
'"year'": '"1988'",
'"month'": '"03'",
'"day': '"03'",
'"variable': '"all'",
'"format'": '"zip'",
},
'"output.zip'")
Terms of use
Users need to accept the Terms of use of this dataset before being able to download the data. Once logged in, a new widget will appear which allow the user to view the terms and conditions of use and accept them.