{"id":13758903,"url":"https://github.com/e5k/CDSAPItools","last_synced_at":"2025-05-10T08:30:54.004Z","repository":{"id":138809062,"uuid":"460767674","full_name":"e5k/CDSAPItools","owner":"e5k","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-10T14:07:37.000Z","size":77,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T15:49:42.869Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e5k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-02-18T08:21:16.000Z","updated_at":"2025-04-10T14:07:41.000Z","dependencies_parsed_at":"2024-01-13T03:01:24.775Z","dependency_job_id":"5c0ddef1-547f-4ac9-b7d4-758f7d648ae0","html_url":"https://github.com/e5k/CDSAPItools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5k%2FCDSAPItools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5k%2FCDSAPItools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5k%2FCDSAPItools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5k%2FCDSAPItools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e5k","download_url":"https://codeload.github.com/e5k/CDSAPItools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253389597,"owners_count":21900778,"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-03T13:00:40.066Z","updated_at":"2025-05-10T08:30:53.999Z","avatar_url":"https://github.com/e5k.png","language":"Python","funding_links":[],"categories":["Codes"],"sub_categories":["Miscellaneous tools"],"readme":"# cdsapitools\n\nThese functions are designed to download ERA5 data per month. In other words, the function will split the required duration into 1-month intervals. The idea behind this module is to prevent having to keep a Python instance running during the entire duration of the queue process. This is implemented in two steps:\n\n1. Request the data to the server, which will queue all requests. All requests are stored in `out_path/ERA5props.csv`, but no download is made yet. \n2. Manually check what requests have been completed and download those that have. Again, this updates `ERA5props.csv` so only new files are downloaded\n\n\n## Requirements\n\n`cdsapitools` require the `pandas` and `cdsapi` modules:\n\n```bash\npip install cdsapi pandas\n```\n\nTo install, clone the repository and run the following command:\n\n```bash\npip install -e .\n```\n\n## Demo\n\n- [Use `cdsapitools` for TephraProb](demo/demo_tephraProb.py)\n\n## References:\n\n### CDS background\n\n- Homepage: https://cds.climate.copernicus.eu/#!/home\n- Datasets: https://cds.climate.copernicus.eu/cdsapp#!/search?type=dataset\n\n\n### Method implementation:\n\n- https://github.com/ecmwf/cdsapi/issues/2\n- https://github.com/ecmwf/cdsapi/blob/master/examples/example-era5-update.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe5k%2FCDSAPItools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe5k%2FCDSAPItools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe5k%2FCDSAPItools/lists"}