跳转到主要内容

气象和气候数据的聚合工具。

项目描述

earthkit-climate

用于时间-地理空间数据统计分析的工具包。

免责声明:本项目是beta版,在未来一段时间内可能进行实验性开发。界面和功能可能会更改,项目本身也可能被取消。请勿在任何运行中的项目/软件中使用此软件。

快速入门

>>> from earthkit.climate import aggregate

详细文档

请参考earthkit-climate readthedocs页面以获取更多详细文档、示例笔记本和API参考指南。

开发者/贡献者工作流程

为了获得最佳体验,请创建一个新的conda环境(例如DEVELOP),使用Python 3.10

conda create -n DEVELOP -c conda-forge python=3.10
conda activate DEVELOP

在推送到GitHub之前,运行以下命令

  1. 更新conda环境:make conda-env-update
  2. 安装此包:pip install -e .
  3. 同步最新模板(可选):make template-update
  4. 运行质量保证检查:make qa
  5. 运行测试:make unit-tests
  6. 构建文档(参见Sphinx教程):make docs-build

许可证

Copyright 2022, European Centre for Medium Range Weather Forecasts.

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

    https://apache.ac.cn/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.

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分发

earthkit_climate-0.1.1.tar.gz (481.6 kB 查看哈希)

上传时间

构建分发

earthkit_climate-0.1.1-py3-none-any.whl (12.7 kB 查看哈希)

上传时间 Python 3

支持