metview


Namemetview JSON
Version 1.16.0 PyPI version JSON
download
home_pagehttps://github.com/ecmwf/metview-python
SummaryMetview Python API.
upload_time2024-03-26 15:42:51
maintainerNone
docs_urlNone
authorEuropean Centre for Medium-Range Weather Forecasts (ECMWF)
requires_pythonNone
licenseApache License Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
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/a8/07/17050724387e0cbdcab0e133a0ef58c0a1c0bc478e0863e4c0e15f296466/metview-1.16.0.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.0",
    "project_urls": {
        "Homepage": "https://github.com/ecmwf/metview-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3485d0185fee4bffac7067d7a37819218135f21ab3c487a6b79575824a22302a",
                "md5": "f2d7f32a32fed72688002a2eb7f3c9d8",
                "sha256": "c6ca5843056756d5230a3aa167290eed154d15bbeba04375595018117bf4a89c"
            },
            "downloads": -1,
            "filename": "metview-1.16.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2d7f32a32fed72688002a2eb7f3c9d8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 415205,
            "upload_time": "2024-03-26T15:42:47",
            "upload_time_iso_8601": "2024-03-26T15:42:47.618791Z",
            "url": "https://files.pythonhosted.org/packages/34/85/d0185fee4bffac7067d7a37819218135f21ab3c487a6b79575824a22302a/metview-1.16.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a80717050724387e0cbdcab0e133a0ef58c0a1c0bc478e0863e4c0e15f296466",
                "md5": "aec8582d4d0d2c2f3ce81c238786ec2e",
                "sha256": "75ab633ac1db16cb87c67ce03c24cd26cfbab9a08c4320ca47746323eff047a4"
            },
            "downloads": -1,
            "filename": "metview-1.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aec8582d4d0d2c2f3ce81c238786ec2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9067668,
            "upload_time": "2024-03-26T15:42:51",
            "upload_time_iso_8601": "2024-03-26T15:42:51.396334Z",
            "url": "https://files.pythonhosted.org/packages/a8/07/17050724387e0cbdcab0e133a0ef58c0a1c0bc478e0863e4c0e15f296466/metview-1.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 15:42:51",
    "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"
}
        
Elapsed time: 0.20950s