Name | earthkit-meteo JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Meteorological computations |
upload_time | 2024-11-05 13:48:14 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Apache License Version 2.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# earthkit-meteo
<!--
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit-meteo.svg)](https://pypi.python.org/pypi/earthkit-meteo/) -->
**DISCLAIMER**
This project is **BETA** and will be **Experimental** for the foreseeable future.
Interfaces and functionality are likely to change, and the project itself may be scrapped.
**DO NOT** use this software in any project/software that is operational.
**earthkit-meteo** is a Python package providing meteorological computations using **numpy** input and output.
```python
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)
```
## Documentation
The documentation can be found at https://earthkit-meteo.readthedocs.io/.
## Install
Install via `pip` with:
```
$ pip install earthkit-meteo
```
More details, such as how to install any necessary binaries, can be found at https://earthkit-meteo.readthedocs.io/en/latest/install.html.
Alternatively, install via `conda` with:
```
$ conda install earthkit-meteo -c conda-forge
```
This will bring in some necessary binary dependencies for you.
## License
```
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
http://www.apache.org/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.
```
Raw data
{
"_id": null,
"home_page": null,
"name": "earthkit-meteo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "\"European Centre for Medium-Range Weather Forecasts (ECMWF)\" <software.support@ecmwf.int>",
"download_url": "https://files.pythonhosted.org/packages/7a/88/6dff619cac69f5eb5866742cc4ee6bb275977c962d39e6854e8d148917b1/earthkit_meteo-0.3.0.tar.gz",
"platform": null,
"description": "# earthkit-meteo\n\n<!--\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit-meteo.svg)](https://pypi.python.org/pypi/earthkit-meteo/) -->\n\n**DISCLAIMER**\nThis project is **BETA** and will be **Experimental** for the foreseeable future.\nInterfaces and functionality are likely to change, and the project itself may be scrapped.\n**DO NOT** use this software in any project/software that is operational.\n\n**earthkit-meteo** is a Python package providing meteorological computations using **numpy** input and output.\n\n```python\nfrom earthkit.meteo import thermo\nimport numpy as np\n\nt = np.array([264.12, 261.45]) # Kelvins\np = np.array([850, 850]) * 100. # Pascals\n\ntheta = thermo.potential_temperature(t, p)\n```\n\n## Documentation\n\nThe documentation can be found at https://earthkit-meteo.readthedocs.io/.\n\n## Install\n\nInstall via `pip` with:\n\n```\n$ pip install earthkit-meteo\n```\n\nMore details, such as how to install any necessary binaries, can be found at https://earthkit-meteo.readthedocs.io/en/latest/install.html.\n\nAlternatively, install via `conda` with:\n\n```\n$ conda install earthkit-meteo -c conda-forge\n```\n\nThis will bring in some necessary binary dependencies for you.\n\n## License\n\n```\nCopyright 2022, European Centre for Medium Range Weather Forecasts.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nIn applying this licence, ECMWF does not waive the privileges and immunities\ngranted to it by virtue of its status as an intergovernmental organisation\nnor does it submit to any jurisdiction.\n```\n",
"bugtrack_url": null,
"license": "Apache License Version 2.0",
"summary": "Meteorological computations",
"version": "0.3.0",
"project_urls": {
"Documentation": "https://earthkit-meteo.readthedocs.io/",
"Homepage": "https://github.com/ecmwf/earthkit-meteo/",
"Issues": "https://github.com/ecmwf/earthkit-meteo.issues",
"Repository": "https://github.com/ecmwf/earthkit-meteo/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "726cb809322ae3405803e5957fa4ea495955689a300a107f0727c70f91f29865",
"md5": "79dca22868efe20282734fb43f6691e7",
"sha256": "2aec3ff6a505dcb129fbbafc7b20d7868420c82eb7e7229c7d7679a87b2efcd4"
},
"downloads": -1,
"filename": "earthkit_meteo-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "79dca22868efe20282734fb43f6691e7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 44550,
"upload_time": "2024-11-05T13:48:12",
"upload_time_iso_8601": "2024-11-05T13:48:12.483990Z",
"url": "https://files.pythonhosted.org/packages/72/6c/b809322ae3405803e5957fa4ea495955689a300a107f0727c70f91f29865/earthkit_meteo-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7a886dff619cac69f5eb5866742cc4ee6bb275977c962d39e6854e8d148917b1",
"md5": "5073178921c6e3f126715475d0939a1b",
"sha256": "0164336934d5bf758b57a2c4914348fe90183994c4fa33ddb48996b0527c1204"
},
"downloads": -1,
"filename": "earthkit_meteo-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "5073178921c6e3f126715475d0939a1b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 334451,
"upload_time": "2024-11-05T13:48:14",
"upload_time_iso_8601": "2024-11-05T13:48:14.589630Z",
"url": "https://files.pythonhosted.org/packages/7a/88/6dff619cac69f5eb5866742cc4ee6bb275977c962d39e6854e8d148917b1/earthkit_meteo-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-05 13:48:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ecmwf",
"github_project": "earthkit-meteo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "earthkit-meteo"
}