NOTE: Account setup is required on the Copernicus Climate Data Store (CDS). More detailed info can be found on: https://retostauffer.org/code/Download-ERA5/ Add your account info to ~/.cdsapirc file. INFO: You are using the latest ECMWF platform for downloading datasets: https://cds-b...
= self.last_state: self.info("Request is %s" % (reply["state"],)) self.last_state = reply["state"] if reply["state"] == "completed": self.debug("Done") if "result" in reply: return reply["result"] return Result(self, reply) if reply["state"] in ("queued", "running"):...
020-11-02 07:13:18,908 INFO Welcome to the CDS 2020-11-02 07:13:18,908 INFO Sending request to https://cds.climate.copernicus.eu/api/v2/resources/cems-glofas-historical 2020-11-02 07:13:19,726 INFO Request is queued 2020-11-02 07:13:20,914 INFO Request is failed 2020-11-02 ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter you...
case .queued, .running: break switch job.status { case .accepted, .running: try await timeout.check(error: CdsApiError.waiting(status: job.status), delay: 1) var request = HTTPClientRequest(url: "\(server)/retrieve/v1/jobs/\(job.jobID)") request.headers.add(name: "PRIVATE-TOKEN", ...