Metview Python bindings
=======================
Python interface to Metview, a meteorological workstation and batch system for accessing, examining, manipulating and visualising meteorological data.
See documentation at https://metview.readthedocs.io/en/latest/index.html
Try the example notebooks on Binder!
------------------------------------
Click the link below to start a Binder session to try the examples online now:
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/ecmwf/metview-python/master?filepath=examples
Requirements
------------
- A working Metview 5 installation (at least version 5.0.3, ideally 5.3.0 or above), either from binaries or built from source.
Conda packages are available for Linux, and native packages are available for many Linux distributions.
See https://metview.readthedocs.io/en/latest/install.html
- An alternative is to build from the Metview Source Bundle.
See https://confluence.ecmwf.int/metview/The+Metview+Source+Bundle
- Ensure that the command 'metview' will run this version by setting your PATH to include the 'bin' directory
from where you built or installed it if it's not in a default location.
- A Python 3 interpreter (ideally version >= 3.5)
Install
-------
The package is installed from PyPI with::
$ pip install metview
or from conda-forge with::
$ conda install metview-python -c conda-forge
Test
----
You may run a simple selfcheck command to ensure that your system is set up correctly::
$ python -m metview selfcheck
Hello world - printed from Metview!
Trying to connect to a Metview installation...
Metview version 5.2.0 found
Your system is ready.
To manually test that your system is properly setup open a Python 3 interpreter and try::
>>> import metview as mv
>>> mv.lowercase('Hello World!')
'hello world!'
Examples
--------
The [examples](examples) folder contains some Jupyter notebooks and some standalone examples for you to try out!
Project resources
-----------------
============= =========================================================
Development https://github.com/ecmwf/metview-python
Download https://pypi.org/project/metview
Code quality .. image:: https://travis-ci.com/ecmwf/metview-python.svg?branch=master
:target: https://travis-ci.com/ecmwf/metview-python
:alt: Build Status on Travis CI
.. image:: https://coveralls.io/repos/ecmwf/metview-python/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/ecmwf/metview-python
:alt: Coverage Status on Coveralls
============= =========================================================
License
-------
Copyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/ecmwf/metview-python",
"name": "metview",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "European Centre for Medium-Range Weather Forecasts (ECMWF)",
"author_email": "software.support@ecmwf.int",
"download_url": "https://files.pythonhosted.org/packages/aa/17/f353bbff558c439d445128425ec8ae3001ccd5cfad5089ef658a0640a682/metview-1.16.1.tar.gz",
"platform": null,
"description": "\nMetview Python bindings\n=======================\n\nPython interface to Metview, a meteorological workstation and batch system for accessing, examining, manipulating and visualising meteorological data.\nSee documentation at https://metview.readthedocs.io/en/latest/index.html\n\n\nTry the example notebooks on Binder!\n------------------------------------\nClick the link below to start a Binder session to try the examples online now:\n\n.. image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/ecmwf/metview-python/master?filepath=examples\n\n\nRequirements\n------------\n\n- A working Metview 5 installation (at least version 5.0.3, ideally 5.3.0 or above), either from binaries or built from source.\n Conda packages are available for Linux, and native packages are available for many Linux distributions.\n See https://metview.readthedocs.io/en/latest/install.html\n\n - An alternative is to build from the Metview Source Bundle.\n See https://confluence.ecmwf.int/metview/The+Metview+Source+Bundle\n\n- Ensure that the command 'metview' will run this version by setting your PATH to include the 'bin' directory\n from where you built or installed it if it's not in a default location.\n\n- A Python 3 interpreter (ideally version >= 3.5) \n\n\nInstall\n-------\n\nThe package is installed from PyPI with::\n\n $ pip install metview\n\n\nor from conda-forge with::\n\n $ conda install metview-python -c conda-forge\n\n\nTest\n----\n\nYou may run a simple selfcheck command to ensure that your system is set up correctly::\n\n $ python -m metview selfcheck\n Hello world - printed from Metview!\n Trying to connect to a Metview installation...\n Metview version 5.2.0 found\n Your system is ready.\n\n\nTo manually test that your system is properly setup open a Python 3 interpreter and try::\n\n >>> import metview as mv\n >>> mv.lowercase('Hello World!')\n 'hello world!'\n\n\nExamples\n--------\n\nThe [examples](examples) folder contains some Jupyter notebooks and some standalone examples for you to try out!\n\n\nProject resources\n-----------------\n\n============= =========================================================\nDevelopment https://github.com/ecmwf/metview-python\nDownload https://pypi.org/project/metview\nCode quality .. image:: https://travis-ci.com/ecmwf/metview-python.svg?branch=master\n :target: https://travis-ci.com/ecmwf/metview-python\n :alt: Build Status on Travis CI\n .. image:: https://coveralls.io/repos/ecmwf/metview-python/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/ecmwf/metview-python\n :alt: Coverage Status on Coveralls\n============= =========================================================\n\n\nLicense\n-------\n\nCopyright 2017-2021 European Centre for Medium-Range Weather Forecasts (ECMWF).\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: http://www.apache.org/licenses/LICENSE-2.0\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\n\n",
"bugtrack_url": null,
"license": "Apache License Version 2.0",
"summary": "Metview Python API.",
"version": "1.16.1",
"project_urls": {
"Homepage": "https://github.com/ecmwf/metview-python"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5bbef467e8b95d465737b52354b185580d99c74cd2cc73adb6bb79c5c23e9852",
"md5": "1e5878de8e0d29ad7802c0d532f48849",
"sha256": "f4e6db28e3bdfbd5447790e3d472d0c2026ea50ea4531bf56217339add7ca5c5"
},
"downloads": -1,
"filename": "metview-1.16.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "1e5878de8e0d29ad7802c0d532f48849",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 415164,
"upload_time": "2024-06-20T12:49:03",
"upload_time_iso_8601": "2024-06-20T12:49:03.725897Z",
"url": "https://files.pythonhosted.org/packages/5b/be/f467e8b95d465737b52354b185580d99c74cd2cc73adb6bb79c5c23e9852/metview-1.16.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aa17f353bbff558c439d445128425ec8ae3001ccd5cfad5089ef658a0640a682",
"md5": "0d6be1239274402e48ac45feeb8ab1b6",
"sha256": "b9a780c3ebdb01cb296878d132b4ef611a501a80010a8577a65c12bec74c5309"
},
"downloads": -1,
"filename": "metview-1.16.1.tar.gz",
"has_sig": false,
"md5_digest": "0d6be1239274402e48ac45feeb8ab1b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9067657,
"upload_time": "2024-06-20T12:49:07",
"upload_time_iso_8601": "2024-06-20T12:49:07.329866Z",
"url": "https://files.pythonhosted.org/packages/aa/17/f353bbff558c439d445128425ec8ae3001ccd5cfad5089ef658a0640a682/metview-1.16.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-20 12:49:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ecmwf",
"github_project": "metview-python",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "metview"
}