{"id":13948882,"url":"https://github.com/ecmwf/cdsapi","last_synced_at":"2025-05-14T21:10:41.764Z","repository":{"id":35328459,"uuid":"166260757","full_name":"ecmwf/cdsapi","owner":"ecmwf","description":"Python API to access the Copernicus Climate Data Store (CDS) ","archived":false,"fork":false,"pushed_at":"2025-05-12T13:33:21.000Z","size":122,"stargazers_count":268,"open_issues_count":36,"forks_count":65,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-05-12T22:38:55.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecmwf.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-01-17T16:44:07.000Z","updated_at":"2025-05-12T13:33:24.000Z","dependencies_parsed_at":"2023-09-21T19:12:19.963Z","dependency_job_id":"f812e7ac-4095-4351-b4fe-d16bbf436b49","html_url":"https://github.com/ecmwf/cdsapi","commit_stats":{"total_commits":127,"total_committers":19,"mean_commits":6.684210526315789,"dds":0.5984251968503937,"last_synced_commit":"c1eb4d91fb877ae101c058ebbc3ac00cc072cd8e"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecmwf%2Fcdsapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecmwf","download_url":"https://codeload.github.com/ecmwf/cdsapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254040207,"owners_count":22004470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-08T05:01:33.398Z","updated_at":"2025-05-14T21:10:41.740Z","avatar_url":"https://github.com/ecmwf.png","language":"Python","readme":"cdsapi\n------\n\nFor a more detailed description on how to use the cdsapi, please visit: https://cds.climate.copernicus.eu/how-to-api\n\n\nInstall\n-------\n\nInstall via `pip` with::\n\n    $ pip install cdsapi\n\n\nConfigure\n---------\n\nGet your Personal Access Token from your profile on the CDS portal at the address: https://cds.climate.copernicus.eu/profile\nand write it into the configuration file, so it looks like::\n\n    $ cat ~/.cdsapirc\n    url: https://cds.climate.copernicus.eu/api\n    key: \u003cPERSONAL-ACCESS-TOKEN\u003e\n\nRemember to agree to the Terms and Conditions of every dataset that you intend to download.\n\n\nTest\n----\n\nPerform a small test retrieve of ERA5 data::\n\n    $ python\n    \u003e\u003e\u003e import cdsapi\n    \u003e\u003e\u003e cds = cdsapi.Client()\n    \u003e\u003e\u003e cds.retrieve('reanalysis-era5-pressure-levels', {\n               \"variable\": \"temperature\",\n               \"pressure_level\": \"1000\",\n               \"product_type\": \"reanalysis\",\n               \"date\": \"2017-12-01/2017-12-31\",\n               \"time\": \"12:00\",\n               \"format\": \"grib\"\n           }, 'download.grib')\n    \u003e\u003e\u003e\n\n\nLicense\n-------\n\nCopyright 2018 - 2019 European Centre for Medium-Range Weather Forecasts (ECMWF)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nIn applying this licence, ECMWF does not waive the privileges and immunities\ngranted to it by virtue of its status as an intergovernmental organisation nor\ndoes it submit to any jurisdiction.\n","funding_links":[],"categories":["Python","Climate Change"],"sub_categories":["Climate Data Access and Visualization"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecmwf%2Fcdsapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecmwf%2Fcdsapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecmwf%2Fcdsapi/lists"}