气候和大气研究的数据来源。

databird-driver-climate的Python项目详细描述


数据鸟驾驶员气候

气候和大气研究的数据来源:

  • climate.EcmwfDriver:通过其api从欧洲中期天气预报中心(ecmwf)检索数据
  • climate.C3SDriver:通过他们的api从哥白尼气候变化服务(c3s)检索数据
  • climate.GesDiscDriver:从nasa地球数据ges磁盘服务检索数据。

另请参见:databird

安装

pip install databird-driver-climate

示例配置

以下配置文件使用此包提供的所有驱动程序。

general:root:/tmp/databirdprofiles:c3s:driver:climate.C3SDriverconfiguration:key:1234:aabbcc-ddeeff-1234abcdefgecmwf:driver:climate.EcmwfDriverconfiguration:key:env:$ECMWF_API_KEYemail:"someone@example.com"gesdisc:driver:climate.GesDiscDriverconfiguration:login:username_xxxpassword:password_xxxrepositories:era5:description:ERA5 dataprofile:c3speriod:1 daydelay:177 daysstart:2019-02-01queue:slowtargets:grib2:"{time:%Y}/era5_europe_{time:%Y%m%d}_00.grib"configuration:name:reanalysis-era5-completerequest:dataset:era5class:eatype:anstream:operexpver:1levtype:mllevelist:71param:131area:70/-130/30/-60grid:2/2date:"{time:%Y-%m-%d}"time:"{time:%H}"ecmwf/oper:description:ECMWF operationalprofile:ecmwfperiod:1 daysdelay:3 daysstart:2019-08-01queue:slowtargets:grib2:"{time:%Y}/ecmwf_oper_{time:%Y%m%d}.grib"configuration:mars:class:ODtype:ANstream:OPERexpver:1grid:1.125/1.125area:90/-180/80/100levtype:MLlevelist:ALLparam:T/U/Vdate:"{time:%Y-%m-%d}"time:00/06/12/18use:INFREQUENTformat:GRIB2merra:description:MERRA-2profile:gesdiscperiod:1 daysdelay:180 daysstart:2019-02-01queue:slowtargets:default:"{time:%Y}/merra_{time:%Y-%m-%d}.nc"configuration:url:https://goldsmr5.gesdisc.eosdis.nasa.gov:443/opendap/MERRA2/M2I3NPASM.5.12.4/{time:%Y}/{time:%m}/MERRA2_400.inst3_3d_asm_Np.{time:%Y%m%d}.nc4variables:[U,T,V]subset:lat:"20:1:30"lon:"10:1:20"lev:"10:"

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java爬虫获取外部网站搜索结果   java Bluestack未连接到eclipse   java如何从ConstraintViolationException Hibernamte获取数据库字段名   HttpResponse HttpResponse=httpClient引发java运行时错误。执行(httpPost);   Jama中矩阵的java点积和叉积   java有什么方法可以唯一地识别可扩展设备吗?   java我需要用*来写我的名字,但我不断遇到一个错误,我对编码很陌生   java变量是在内部类中访问的。需要被宣布为最终决定。但我不想宣布最终结果   java如何缩短base64图像字符串,Android?   JavaSpringMVC:计划方法不自动触发   图形学习Java 2D API的好资源是什么?   如何在java中对方法进行排队   java JavaFX多行   java Selenium无法在[链接]上找到基于CSS元素的密码字段元素http://www.cartasi.it/gtwpages/index.jsp   Java中的equals()和hashCode()契约   软删除情况下的java Hibernate二级缓存   java为什么这段代码要两次调用这些方法?