pyremo


Namepyremo JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryData analytics, processing and plotting for regional climate model REMO.
upload_time2024-08-02 11:17:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2020, Climate Service Center Germany (GERICS) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords remo cordex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
pyremo
======

Python tools for the regional climate model `REMO <https://www.remo-rcm.de>`_.

.. image:: https://zenodo.org/badge/282037812.svg
   :target: https://zenodo.org/badge/latestdoi/282037812

.. image:: https://github.com/remo-rcm/pyremo/actions/workflows/ci.yaml/badge.svg
    :target: https://github.com/remo-rcm/pyremo/actions/workflows/ci.yaml

.. image:: https://github.com/remo-rcm/pyremo/actions/workflows/ci-extensions.yaml/badge.svg
    :target: https://github.com/remo-rcm/pyremo/actions/workflows/ci-extensions.yaml

.. image:: https://codecov.io/gh/remo-rcm/pyremo/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/remo-rcm/pyremo

.. image:: https://img.shields.io/pypi/v/pyremo.svg
        :target: https://pypi.python.org/pypi/pyremo

.. image:: https://readthedocs.org/projects/pyremo/badge/?version=latest
        :target: https://pyremo.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://anaconda.org/conda-forge/pyremo/badges/version.svg
    :target: https://anaconda.org/conda-forge/pyremo

.. image:: https://results.pre-commit.ci/badge/github/remo-rcm/pyremo/master.svg
   :target: https://results.pre-commit.ci/latest/github/remo-rcm/pyremo/master
   :alt: pre-commit.ci status

.. image:: https://www.codefactor.io/repository/github/remo-rcm/pyremo/badge
   :target: https://www.codefactor.io/repository/github/remo-rcm/pyremo
   :alt: CodeFactor



Features
--------

* Easy access to Remo meta information and data
* API based on xarray data structures
* Pressure interpolation
* Pre and post processing
* Includes basic physics package for REMO

Installation
------------

We recommend installing ``pyremo`` with conda:

.. code-block:: console

    conda install -c conda-forge pyremo


Installation from source
------------------------

We don't recommend to pip install ``pyremo`` because some of the dependencies require pre-compiled packages
that won't work with pip. For instructions to install py-cordex from source, please have a look
at the `contributing guide <https://pyremo.readthedocs.io/en/stable/contributing.html>`_.
If you want to contribute, please get in contact as early as possible, e.g.,  using `draft pull requests <https://github.blog/2019-02-14-introducing-draft-pull-requests>`_.

Fortran extensions
------------------

There are two sub-packages that are extra private dependencies and contain Fortran extensions. For example, the preprocessing module :code:`preproc` will require the installation
of the legacy source code for preprocessing which is packaged in

* https://gitlab.dkrz.de/remo/pyintorg

For the pressure interpolation :code:`prsint`, you will need to install the additional package:

* https://gitlab.dkrz.de/remo/pydruint

Note, that you will have to install these packages from source which will require a fortran compiler (e.g. :code:`gfortran`).
If you require access to those packages, please request access to the REMO group in the DRKZ gitlab.
If you have access, you can install those extension directly from the gitlab, e.g.

.. code-block:: console

    pip install git+http://gitlab.dkrz.de/remo/pyintorg.git
    pip install git+http://gitlab.dkrz.de/remo/pydruint.git

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyremo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "remo, cordex",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3f/82/3cadc118e95c571291167308def879d54c881ebfcff22b3807b70d4bf394/pyremo-0.7.1.tar.gz",
    "platform": null,
    "description": "======\npyremo\n======\n\nPython tools for the regional climate model `REMO <https://www.remo-rcm.de>`_.\n\n.. image:: https://zenodo.org/badge/282037812.svg\n   :target: https://zenodo.org/badge/latestdoi/282037812\n\n.. image:: https://github.com/remo-rcm/pyremo/actions/workflows/ci.yaml/badge.svg\n    :target: https://github.com/remo-rcm/pyremo/actions/workflows/ci.yaml\n\n.. image:: https://github.com/remo-rcm/pyremo/actions/workflows/ci-extensions.yaml/badge.svg\n    :target: https://github.com/remo-rcm/pyremo/actions/workflows/ci-extensions.yaml\n\n.. image:: https://codecov.io/gh/remo-rcm/pyremo/branch/master/graph/badge.svg\n  :target: https://codecov.io/gh/remo-rcm/pyremo\n\n.. image:: https://img.shields.io/pypi/v/pyremo.svg\n        :target: https://pypi.python.org/pypi/pyremo\n\n.. image:: https://readthedocs.org/projects/pyremo/badge/?version=latest\n        :target: https://pyremo.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://anaconda.org/conda-forge/pyremo/badges/version.svg\n    :target: https://anaconda.org/conda-forge/pyremo\n\n.. image:: https://results.pre-commit.ci/badge/github/remo-rcm/pyremo/master.svg\n   :target: https://results.pre-commit.ci/latest/github/remo-rcm/pyremo/master\n   :alt: pre-commit.ci status\n\n.. image:: https://www.codefactor.io/repository/github/remo-rcm/pyremo/badge\n   :target: https://www.codefactor.io/repository/github/remo-rcm/pyremo\n   :alt: CodeFactor\n\n\n\nFeatures\n--------\n\n* Easy access to Remo meta information and data\n* API based on xarray data structures\n* Pressure interpolation\n* Pre and post processing\n* Includes basic physics package for REMO\n\nInstallation\n------------\n\nWe recommend installing ``pyremo`` with conda:\n\n.. code-block:: console\n\n    conda install -c conda-forge pyremo\n\n\nInstallation from source\n------------------------\n\nWe don't recommend to pip install ``pyremo`` because some of the dependencies require pre-compiled packages\nthat won't work with pip. For instructions to install py-cordex from source, please have a look\nat the `contributing guide <https://pyremo.readthedocs.io/en/stable/contributing.html>`_.\nIf you want to contribute, please get in contact as early as possible, e.g.,  using `draft pull requests <https://github.blog/2019-02-14-introducing-draft-pull-requests>`_.\n\nFortran extensions\n------------------\n\nThere are two sub-packages that are extra private dependencies and contain Fortran extensions. For example, the preprocessing module :code:`preproc` will require the installation\nof the legacy source code for preprocessing which is packaged in\n\n* https://gitlab.dkrz.de/remo/pyintorg\n\nFor the pressure interpolation :code:`prsint`, you will need to install the additional package:\n\n* https://gitlab.dkrz.de/remo/pydruint\n\nNote, that you will have to install these packages from source which will require a fortran compiler (e.g. :code:`gfortran`).\nIf you require access to those packages, please request access to the REMO group in the DRKZ gitlab.\nIf you have access, you can install those extension directly from the gitlab, e.g.\n\n.. code-block:: console\n\n    pip install git+http://gitlab.dkrz.de/remo/pyintorg.git\n    pip install git+http://gitlab.dkrz.de/remo/pydruint.git\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020, Climate Service Center Germany (GERICS)  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Data analytics, processing and plotting for regional climate model REMO.",
    "version": "0.7.1",
    "project_urls": {
        "changelog": "https://pyremo.readthedocs.io/en/latest/whats-new.html",
        "documentation": "https://pyremo.readthedocs.io",
        "homepage": "https://pyremo.readthedocs.io",
        "repository": "https://github.com/remo-rcm/pyremo.git"
    },
    "split_keywords": [
        "remo",
        " cordex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c97eed63bbdf3849d4f0aaa923529e5aba6fd17fb0a6ed2a607883d9e7102891",
                "md5": "114f8110c29536a9c60e8163276a42a1",
                "sha256": "f007cfa6114d44a9f7cf38ef3872a3ff49864b7bf1a544ee16bfa0c1529bf603"
            },
            "downloads": -1,
            "filename": "pyremo-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "114f8110c29536a9c60e8163276a42a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 70201,
            "upload_time": "2024-08-02T11:17:14",
            "upload_time_iso_8601": "2024-08-02T11:17:14.365846Z",
            "url": "https://files.pythonhosted.org/packages/c9/7e/ed63bbdf3849d4f0aaa923529e5aba6fd17fb0a6ed2a607883d9e7102891/pyremo-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f823cadc118e95c571291167308def879d54c881ebfcff22b3807b70d4bf394",
                "md5": "6897217a757eedde14b2cdec9d189f50",
                "sha256": "37a0ccdfa71ab86adddb72485f77d56cc9446bede4a3defe11961c5ec9a76865"
            },
            "downloads": -1,
            "filename": "pyremo-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6897217a757eedde14b2cdec9d189f50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 52624424,
            "upload_time": "2024-08-02T11:17:16",
            "upload_time_iso_8601": "2024-08-02T11:17:16.446201Z",
            "url": "https://files.pythonhosted.org/packages/3f/82/3cadc118e95c571291167308def879d54c881ebfcff22b3807b70d4bf394/pyremo-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-02 11:17:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "remo-rcm",
    "github_project": "pyremo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyremo"
}
        
Elapsed time: 0.28368s