cdsapi

Python API to access the Copernicus Climate Data Store (CDS)

https://github.com/ecmwf/cdsapi

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 19 committers (5.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.7%) to scientific vocabulary

Keywords from Contributors

meteorology grib bufr decoding encoding wmo
Last synced: 10 months ago · JSON representation

Repository

Python API to access the Copernicus Climate Data Store (CDS)

Basic Info
  • Host: GitHub
  • Owner: ecmwf
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 119 KB
Statistics
  • Stars: 286
  • Watchers: 24
  • Forks: 64
  • Open Issues: 39
  • Releases: 15
Created over 7 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License

README.rst

cdsapi
------

For a more detailed description on how to use the cdsapi, please visit: https://cds.climate.copernicus.eu/how-to-api


Install
-------

Install via `pip` with::

    $ pip install cdsapi


Configure
---------

Get your Personal Access Token from your profile on the CDS portal at the address: https://cds.climate.copernicus.eu/profile
and write it into the configuration file, so it looks like::

    $ cat ~/.cdsapirc
    url: https://cds.climate.copernicus.eu/api
    key: 

Remember to agree to the Terms and Conditions of every dataset that you intend to download.


Test
----

Perform a small test retrieve of ERA5 data::

    $ python
    >>> import cdsapi
    >>> cds = cdsapi.Client()
    >>> cds.retrieve('reanalysis-era5-pressure-levels', {
               "variable": "temperature",
               "pressure_level": "1000",
               "product_type": "reanalysis",
               "date": "2017-12-01/2017-12-31",
               "time": "12:00",
               "format": "grib"
           }, 'download.grib')
    >>>


License
-------

Copyright 2018 - 2019 European Centre for Medium-Range Weather Forecasts (ECMWF)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

In applying this licence, ECMWF does not waive the privileges and immunities
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.

Owner

  • Name: European Centre for Medium-Range Weather Forecasts
  • Login: ecmwf
  • Kind: organization
  • Email: Software.Support@ecmwf.int
  • Location: Shinfield Park, Reading, United Kingdom

Providing software to work with meteorological data and services

GitHub Events

Total
  • Create event: 6
  • Release event: 2
  • Issues event: 24
  • Watch event: 44
  • Delete event: 7
  • Issue comment event: 40
  • Push event: 19
  • Pull request review event: 2
  • Pull request event: 16
  • Fork event: 8
Last Year
  • Create event: 6
  • Release event: 2
  • Issues event: 24
  • Watch event: 44
  • Delete event: 7
  • Issue comment event: 40
  • Push event: 19
  • Pull request review event: 2
  • Pull request event: 16
  • Fork event: 8

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 135
  • Total Committers: 19
  • Avg Commits per committer: 7.105
  • Development Distribution Score (DDS): 0.622
Past Year
  • Commits: 18
  • Committers: 5
  • Avg Commits per committer: 3.6
  • Development Distribution Score (DDS): 0.389
Top Committers
Name Email Commits
Baudouin Raoult b****t@e****t 51
Alessandro Amici a****i@b****u 31
Eddy Comyn-Platt 5****F 23
Mattia Almansi m****i@b****u 5
Gionata Biavati G****i@e****t 5
Stephan Siemen s****n@e****t 4
James Varndell 3****l 2
Jesper Baasch-Larsen j****l@g****m 2
fxi f@f****o 2
Harald Nordgård-Hansen h****h@w****m 1
Alexander Shadchin a****n@g****m 1
Daniel Tipping d****l@o****h 1
Francesco Nazzaro f****9@g****m 1
Kevin Anderson k****n@n****v 1
Luca Fabbri l****b@g****m 1
LukeJones123 9****3 1
Matthias Riße m****e@f****e 1
Thomas Grandjean t****e@g****m 1
garciam m****d@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 87
  • Total pull requests: 54
  • Average time to close issues: about 1 year
  • Average time to close pull requests: 5 months
  • Total issue authors: 73
  • Total pull request authors: 30
  • Average comments per issue: 2.59
  • Average comments per pull request: 1.19
  • Merged pull requests: 35
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 16
  • Pull requests: 14
  • Average time to close issues: about 1 month
  • Average time to close pull requests: about 17 hours
  • Issue authors: 13
  • Pull request authors: 6
  • Average comments per issue: 1.19
  • Average comments per pull request: 0.64
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • veenstrajelmer (7)
  • manfredsc (2)
  • WeatherGod (2)
  • samburu (2)
  • e5k (2)
  • gspr (2)
  • baudouinth (2)
  • jblarsen (2)
  • BSchilperoort (2)
  • mvhulten (2)
  • pc1729 (1)
  • saptisunil (1)
  • mo-jfallon (1)
  • rabernat (1)
  • mendezr (1)
Pull Request Authors
  • EddyCMWF (24)
  • malmans2 (10)
  • akeeman (3)
  • colligant (2)
  • naidoo88 (2)
  • dabhicusp (2)
  • JamesVarndell (2)
  • sbland (2)
  • maresb (2)
  • mwtoews (2)
  • matrss (2)
  • rkouznetsov (1)
  • francesconazzaro (1)
  • shadchin (1)
  • dtip (1)
Top Labels
Issue Labels
bug (21) enhancement (14)
Pull Request Labels
contributor (22) approved-for-ci (8)

Packages

  • Total packages: 16
  • Total downloads:
    • pypi 156,070 last-month
  • Total docker downloads: 1,090
  • Total dependent packages: 74
    (may contain duplicates)
  • Total dependent repositories: 179
    (may contain duplicates)
  • Total versions: 80
  • Total maintainers: 3
pypi.org: cdsapi

Climate Data Store API

  • Versions: 35
  • Dependent Packages: 66
  • Dependent Repositories: 140
  • Downloads: 156,070 Last month
  • Docker Downloads: 1,090
Rankings
Dependent packages count: 0.3%
Dependent repos count: 1.3%
Downloads: 1.6%
Docker downloads count: 2.1%
Average: 2.7%
Stargazers count: 5.3%
Forks count: 5.8%
Maintainers (2)
Last synced: 10 months ago
proxy.golang.org: github.com/ecmwf/cdsapi
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
alpine-v3.18: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 8.2%
Forks count: 15.9%
Stargazers count: 17.0%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.18: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 8.2%
Forks count: 15.9%
Stargazers count: 17.0%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 12.6%
Dependent packages count: 14.4%
Forks count: 17.2%
Stargazers count: 18.8%
Maintainers (1)
Last synced: 10 months ago
alpine-edge: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 13
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 12.6%
Dependent packages count: 14.6%
Forks count: 17.0%
Stargazers count: 18.7%
Maintainers (1)
Last synced: 11 months ago
alpine-v3.17: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Average: 14.4%
Forks count: 14.8%
Stargazers count: 15.7%
Dependent packages count: 27.3%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: cdsapi
  • Versions: 7
  • Dependent Packages: 8
  • Dependent Repositories: 39
Rankings
Dependent repos count: 5.8%
Dependent packages count: 7.1%
Average: 16.9%
Forks count: 26.0%
Stargazers count: 28.9%
Last synced: 10 months ago
alpine-v3.19: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.21: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.20: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.19: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.22: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.21: py3-cdsapi

Python API to access the Copernicus Climate Data Store

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.22: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago
alpine-v3.20: py3-cdsapi-pyc

Precompiled Python bytecode for py3-cdsapi

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 10 months ago

Dependencies

setup.py pypi
  • requests >=2.5.0
  • tqdm *
tests/requirements.txt pypi
  • pytest * test
  • pytest-cov * test
  • pytest-env * test
  • pytest-flakes * test
  • pytest-mccabe * test
  • pytest-pep8 * test
  • pytest-runner * test
  • requests * test
.github/workflows/check-and-publish.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
  • mvasigh/dispatch-action main composite
.github/workflows/label-public-pr.yml actions
docker/Dockerfile docker
  • python 3.7-alpine build