气象和气候数据聚合工具。
项目描述
earthkit-aggregate
用于时间-地理空间数据统计分析的工具包。
免责声明:此项目是BETA版本,在可预见的未来将是实验性的。界面和功能可能会更改,该项目本身可能被废弃。**请不要**在任何运营的项目/软件中使用此软件。
快速入门
安装
pip install earthkit-aggregate
导入和使用
>>> from earthkit import aggregate
详细文档
请参阅earthkit-aggregate readthedocs页面以获取更详细的文档、示例笔记本和API参考指南。
开发人员/贡献者工作流程
为了获得最佳体验,请使用Python 3.10创建一个新的conda环境(例如DEVELOP)
conda create -n DEVELOP -c conda-forge python=3.10
conda activate DEVELOP
在推送到GitHub之前,运行以下命令
- 更新conda环境:
make conda-env-update
- 安装此包:
pip install -e .
- 与最新的模板同步(可选):
make template-update
- 运行质量保证检查:
make qa
- 运行测试:
make unit-tests
- 构建文档(请参阅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.
项目详情
下载文件
下载您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。
源分发
ek-aggregate-0.1.2.tar.gz (493.0 kB 查看哈希值)
构建分发
ek_aggregate-0.1.2-py3-none-any.whl (27.0 kB 查看哈希值)