气象计算
项目描述
earthkit-meteo
免责声明 此项目是 BETA 版本,在未来一段时间内将是 实验性 的。界面和功能可能会更改,项目本身也可能被取消。 请勿 在任何运营的项目/软件中使用此软件。
earthkit-meteo 是一个Python包,使用 numpy 输入和输出提供气象计算。
from earthkit.meteo import thermo
import numpy as np
t = np.array([264.12, 261.45]) # Kelvins
p = np.array([850, 850]) * 100. # Pascals
theta = thermo.potential_temperature(t, p)
文档
文档可在 https://earthkit-meteo.readthedocs.io/ 找到。
安装
使用 pip
安装
$ pip install earthkit-meteo
更多详细信息,例如如何安装必要的二进制文件,可以在以下链接中找到:https://earthkit-meteo.readthedocs.io/en/latest/install.html。
或者,可以使用conda
进行安装:
$ conda install earthkit-meteo -c conda-forge
这将为您引入一些必要的二进制依赖项。
许可证
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.
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.
项目详情
下载文件
下载适用于您平台的应用文件。如果您不确定选择哪个,请了解有关安装包的更多信息。
源分布
earthkit_meteo-0.1.1.tar.gz (333.3 kB 查看哈希值)
构建分布
earthkit_meteo-0.1.1-py3-none-any.whl (42.5 kB 查看哈希值)
关闭
earthkit_meteo-0.1.1.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 787865140fd98836cedaeafbe99a91e4075a4e40ba4cefca375b6c0f1eed5362 |
|
MD5 | ad3ee85ac69839e15a7c6f15439e208c |
|
BLAKE2b-256 | e81e0584bead334fd2b4387be9bef1c67b89d4c5a344263e981e05784c659b07 |
关闭
earthkit_meteo-0.1.1-py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 6ee6f391d6a3ff20a45953eb2bbc873041abf7eb0220b23581e9ee21d9cbb730 |
|
MD5 | b700bcf1b2e30a9cfcc7fb477209cc8e |
|
BLAKE2b-256 | 60fb841e0cd2c0adda8319183e3ffb8c2a69ded2d089b92bf81368e7082bc6a4 |