Page History
...
Solution: Add the "timeout=600" (or longer) option for the timeout duration in seconds, to your CDS API request :
c = cdsapi.Client(timeout = 600 ,quiet = False ,debug = True ) |
...
...
Solution: Add the "timeout=600" (or longer) option for the timeout duration in seconds, to your CDS API request :
c = cdsapi.Client(timeout = 600 ,quiet = False ,debug = True ) |
...