资源简介
Climate Data Store,The Climate Data Store Application Program Interface is a service providing programmatic access to CDS data. https://cds.climate.copernicus.eu/api-how-to
代码片段和文件信息
#!/usr/bin/env python
# (C) Copyright 2018 ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
# 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.
import cdsapi
c = cdsapi.Client()
r = c.retrieve(
“reanalysis-era5-pressure-levels“
{
“variable“: “temperature“
“pressure_level“: “250“
“product_type“: “reanalysis“
“date“: “2017-12-01/2017-12-31“
“time“: “12:00“
“format“: “grib“
}
)
r.download(“dowload.grib“)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 11942 2018-06-22 21:33 cdsapi-0.1.1\cdsapi\api.py
文件 946 2018-06-22 21:33 cdsapi-0.1.1\cdsapi\__init__.py
文件 1 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\dependency_li
文件 3091 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\PKG-INFO
文件 9 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\requires.txt
文件 423 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\SOURCES.txt
文件 7 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\top_level.txt
文件 1 2018-06-22 21:33 cdsapi-0.1.1\cdsapi.egg-info\zip-safe
文件 1134 2018-06-22 21:33 cdsapi-0.1.1\CONTRIBUTING.rst
文件 727 2018-06-22 21:33 cdsapi-0.1.1\example-era5.py
文件 584 2018-06-22 21:33 cdsapi-0.1.1\example-glaciers.py
文件 10174 2018-06-22 21:33 cdsapi-0.1.1\LICENSE.txt
文件 204 2018-06-22 21:33 cdsapi-0.1.1\MANIFEST.in
文件 3091 2018-06-22 21:33 cdsapi-0.1.1\PKG-INFO
文件 1755 2018-09-04 16:16 cdsapi-0.1.1\README.rst
文件 227 2018-06-22 21:33 cdsapi-0.1.1\setup.cfg
文件 2216 2018-06-22 21:33 cdsapi-0.1.1\setup.py
文件 66 2018-06-22 21:33 cdsapi-0.1.1\tests\requirements-dev.txt
文件 83 2018-06-22 21:33 cdsapi-0.1.1\tests\requirements-tests.in
文件 1023 2018-06-22 21:33 cdsapi-0.1.1\tests\requirements-tests.txt
文件 419 2018-06-22 21:33 cdsapi-0.1.1\tests\test_api.py
文件 437 2018-06-22 21:33 cdsapi-0.1.1\tox.ini
目录 0 2018-09-04 16:01 cdsapi-0.1.1\cdsapi
目录 0 2018-09-04 16:01 cdsapi-0.1.1\cdsapi.egg-info
目录 0 2018-09-04 16:01 cdsapi-0.1.1\tests
目录 0 2018-09-04 16:04 cdsapi-0.1.1
----------- --------- ---------- ----- ----
38560 26
评论
共有 条评论