pytesmo


Namepytesmo JSON
Version 0.15.2 PyPI version JSON
download
home_pagehttps://www.geo.tuwien.ac.at/
SummaryPython Toolbox for the evaluation of soil moisture observations
upload_time2023-06-14 16:05:50
maintainer
docs_urlhttps://pythonhosted.org/pytesmo/
authorTU Wien
requires_python>=3.6
licensemit
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytesmo - a Python Toolbox for the Evaluation of Soil Moisture Observations
***************************************************************************

.. image:: https://github.com/TUW-GEO/pytesmo/workflows/Automated%20Tests/badge.svg?branch=master
   :target: https://github.com/TUW-GEO/pytesmo/actions

.. image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master
  :target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master

.. image:: https://badge.fury.io/py/pytesmo.svg
    :target: https://badge.fury.io/py/pytesmo

.. image:: https://readthedocs.org/projects/pytesmo/badge/?version=latest
    :target: https://pytesmo.readthedocs.io/en/latest/?badge=latest

pytesmo, the Python Toolbox for the Evaluation of Soil Moisture Observations, is
a package/python toolbox which aims to provide a library that can be used for
the comparison and validation of geospatial time series datasets with a
(initial) focus on soil moisture.

Documentation & Software Citation
=================================

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596422.svg
   :target: https://doi.org/10.5281/zenodo.596422

To see the latest `full documentation <https://pytesmo.readthedocs.io/en/latest/?badge=latest>`_
click on the docs badge at the top.

If you use the software in a publication then please cite it using the Zenodo
DOI.  Be aware that this badge links to the latest package version.

Please select your specific version at https://doi.org/10.5281/zenodo.596422 to
get the DOI of that version.  You should normally always use the DOI for the
specific version of your record in citations.  This is to ensure that other
researchers can access the exact research artefact you used for
reproducibility.

You can find additional information regarding DOI versioning at
http://help.zenodo.org/#versioning

If you want to contribute, take a look at the `developers guide
<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_ .

Installation
============

This package should be installable through `pip
<https://pip.pypa.io/en/latest/installing.html>`__ which downloads the package
from the `python package repository Pypi <https://pypi.python.org/>`__.
However, pytesmo also needs some packages that depend on C or Fortran libraries (like ``netCDF4``).
They should be installed first with conda. See http://conda.pydata.org/docs/ on how to use it.
We recommend using either `Anaconda <https://www.anaconda.com/>`__ or
`Miniconda <https://conda.io/en/latest/miniconda.html>`__.

.. code-block:: bash

    conda install -c conda-forge numpy scipy pandas netCDF4 cython pyresample

Afterwards ``pytesmo`` can be installed via pip.

.. code-block:: bash

    pip install pytesmo


As an alternative (e.g. if you want to contribute to the package), you can
clone the Github repository and install from source:

.. code::

    git clone https://github.com/TUW-GEO/pytesmo.git --recursive
    cd pytesmo
    conda create -n pytesmo python=3.7 # or any supported python version
    source activate pytesmo
    conda env update -f environment.yml -n pytesmo
    pip install -e .

.. note::

    If you are using windows and conda is missing a package then always check
    http://www.lfd.uci.edu/~gohlke/pythonlibs/ to see if there is already a
    precompiled .exe or .whl file for you to easily install.

Supported Products
==================

Soil moisture is observed using different methods and instruments, in this
version several satellite datasets as well as in situ and reanalysis data are supported
through independent and optional (reader) packages:

- `ERS & H-SAF ASCAT products <https://github.com/TUW-GEO/ascat/>`_
- `SMAP <https://github.com/TUW-GEO/smap_io/>`_
- `GLDAS Noah <https://github.com/TUW-GEO/gldas/>`_
- `ERA5 and ERA5-Land <https://github.com/TUW-GEO/ecmwf_models/>`_
- `SMOS <https://github.com/TUW-GEO/smos/>`_
- `C3S SM <https://github.com/TUW-GEO/c3s_sm/>`_
- `ESA CCI SM <https://github.com/TUW-GEO/esa_cci_sm/>`_
- `MERRA <https://github.com/TUW-GEO/merra/>`_
- `Data from the International Soil Moisture Network (ISMN) <https://github.com/TUW-GEO/ismn/>`_
    In case of the ISMN, two different formats are provided:
    An example of how to use the dataset in the pytesmo validation framework can be
    found in the "Examples" chapter.
    * Variables stored in separate files (CEOP formatted)

Related Packages
================

Some former pytesmo modules are now provided as separate packages.

- `pygeogrids <https://github.com/TUW-GEO/pygeogrids/>`_ : Creation and handling of Discrete Global Grids or Point collections
- `cadati <https://github.com/TUW-GEO/cadati/>`_ : Calender, Date and Time functions
- `repurpose <https://github.com/TUW-GEO/repurpose/>`_ : Time series - image conversion and resampling routines
- `colorella <https://github.com/TUW-GEO/colorella/>`_ : Color maps and color map handling


Contribute
==========

We are happy if you want to contribute. Please raise an issue explaining what
is missing or if you find a bug. We will also gladly accept pull requests
against our master branch for new features or bug fixes.

Please follow the `developers guide
<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_.


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.geo.tuwien.ac.at/",
    "name": "pytesmo",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/pytesmo/",
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "TU Wien",
    "author_email": "remote.sensing@geo.tuwien.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/86/9c/055fb6ef111d32438f5f621da066537c30e37f66c64b5c85489cf65935bb/pytesmo-0.15.2.tar.gz",
    "platform": "any",
    "description": "pytesmo - a Python Toolbox for the Evaluation of Soil Moisture Observations\r\n***************************************************************************\r\n\r\n.. image:: https://github.com/TUW-GEO/pytesmo/workflows/Automated%20Tests/badge.svg?branch=master\r\n   :target: https://github.com/TUW-GEO/pytesmo/actions\r\n\r\n.. image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master\r\n  :target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master\r\n\r\n.. image:: https://badge.fury.io/py/pytesmo.svg\r\n    :target: https://badge.fury.io/py/pytesmo\r\n\r\n.. image:: https://readthedocs.org/projects/pytesmo/badge/?version=latest\r\n    :target: https://pytesmo.readthedocs.io/en/latest/?badge=latest\r\n\r\npytesmo, the Python Toolbox for the Evaluation of Soil Moisture Observations, is\r\na package/python toolbox which aims to provide a library that can be used for\r\nthe comparison and validation of geospatial time series datasets with a\r\n(initial) focus on soil moisture.\r\n\r\nDocumentation & Software Citation\r\n=================================\r\n\r\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596422.svg\r\n   :target: https://doi.org/10.5281/zenodo.596422\r\n\r\nTo see the latest `full documentation <https://pytesmo.readthedocs.io/en/latest/?badge=latest>`_\r\nclick on the docs badge at the top.\r\n\r\nIf you use the software in a publication then please cite it using the Zenodo\r\nDOI.  Be aware that this badge links to the latest package version.\r\n\r\nPlease select your specific version at https://doi.org/10.5281/zenodo.596422 to\r\nget the DOI of that version.  You should normally always use the DOI for the\r\nspecific version of your record in citations.  This is to ensure that other\r\nresearchers can access the exact research artefact you used for\r\nreproducibility.\r\n\r\nYou can find additional information regarding DOI versioning at\r\nhttp://help.zenodo.org/#versioning\r\n\r\nIf you want to contribute, take a look at the `developers guide\r\n<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_ .\r\n\r\nInstallation\r\n============\r\n\r\nThis package should be installable through `pip\r\n<https://pip.pypa.io/en/latest/installing.html>`__ which downloads the package\r\nfrom the `python package repository Pypi <https://pypi.python.org/>`__.\r\nHowever, pytesmo also needs some packages that depend on C or Fortran libraries (like ``netCDF4``).\r\nThey should be installed first with conda. See http://conda.pydata.org/docs/ on how to use it.\r\nWe recommend using either `Anaconda <https://www.anaconda.com/>`__ or\r\n`Miniconda <https://conda.io/en/latest/miniconda.html>`__.\r\n\r\n.. code-block:: bash\r\n\r\n    conda install -c conda-forge numpy scipy pandas netCDF4 cython pyresample\r\n\r\nAfterwards ``pytesmo`` can be installed via pip.\r\n\r\n.. code-block:: bash\r\n\r\n    pip install pytesmo\r\n\r\n\r\nAs an alternative (e.g. if you want to contribute to the package), you can\r\nclone the Github repository and install from source:\r\n\r\n.. code::\r\n\r\n    git clone https://github.com/TUW-GEO/pytesmo.git --recursive\r\n    cd pytesmo\r\n    conda create -n pytesmo python=3.7 # or any supported python version\r\n    source activate pytesmo\r\n    conda env update -f environment.yml -n pytesmo\r\n    pip install -e .\r\n\r\n.. note::\r\n\r\n    If you are using windows and conda is missing a package then always check\r\n    http://www.lfd.uci.edu/~gohlke/pythonlibs/ to see if there is already a\r\n    precompiled .exe or .whl file for you to easily install.\r\n\r\nSupported Products\r\n==================\r\n\r\nSoil moisture is observed using different methods and instruments, in this\r\nversion several satellite datasets as well as in situ and reanalysis data are supported\r\nthrough independent and optional (reader) packages:\r\n\r\n- `ERS & H-SAF ASCAT products <https://github.com/TUW-GEO/ascat/>`_\r\n- `SMAP <https://github.com/TUW-GEO/smap_io/>`_\r\n- `GLDAS Noah <https://github.com/TUW-GEO/gldas/>`_\r\n- `ERA5 and ERA5-Land <https://github.com/TUW-GEO/ecmwf_models/>`_\r\n- `SMOS <https://github.com/TUW-GEO/smos/>`_\r\n- `C3S SM <https://github.com/TUW-GEO/c3s_sm/>`_\r\n- `ESA CCI SM <https://github.com/TUW-GEO/esa_cci_sm/>`_\r\n- `MERRA <https://github.com/TUW-GEO/merra/>`_\r\n- `Data from the International Soil Moisture Network (ISMN) <https://github.com/TUW-GEO/ismn/>`_\r\n    In case of the ISMN, two different formats are provided:\r\n    An example of how to use the dataset in the pytesmo validation framework can be\r\n    found in the \"Examples\" chapter.\r\n    * Variables stored in separate files (CEOP formatted)\r\n\r\nRelated Packages\r\n================\r\n\r\nSome former pytesmo modules are now provided as separate packages.\r\n\r\n- `pygeogrids <https://github.com/TUW-GEO/pygeogrids/>`_ : Creation and handling of Discrete Global Grids or Point collections\r\n- `cadati <https://github.com/TUW-GEO/cadati/>`_ : Calender, Date and Time functions\r\n- `repurpose <https://github.com/TUW-GEO/repurpose/>`_ : Time series - image conversion and resampling routines\r\n- `colorella <https://github.com/TUW-GEO/colorella/>`_ : Color maps and color map handling\r\n\r\n\r\nContribute\r\n==========\r\n\r\nWe are happy if you want to contribute. Please raise an issue explaining what\r\nis missing or if you find a bug. We will also gladly accept pull requests\r\nagainst our master branch for new features or bug fixes.\r\n\r\nPlease follow the `developers guide\r\n<https://github.com/TUW-GEO/pytesmo/blob/master/DEVELOPERS_GUIDE.md>`_.\r\n\r\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Python Toolbox for the evaluation of soil moisture observations",
    "version": "0.15.2",
    "project_urls": {
        "Documentation": "https://pytesmo.readthedocs.io/",
        "Homepage": "https://www.geo.tuwien.ac.at/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4df690dee98fef2a34efe0a3dd2a3985a9b6e82c6d99e5bbcb64b8803d71cac8",
                "md5": "882d1a54a3c0c4165c7af9799b02b21a",
                "sha256": "840b9a608f5f47380fe00667444af240530f074f5b645bf2e1fe5593f2a20498"
            },
            "downloads": -1,
            "filename": "pytesmo-0.15.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "882d1a54a3c0c4165c7af9799b02b21a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.6",
            "size": 826633,
            "upload_time": "2023-06-14T16:05:45",
            "upload_time_iso_8601": "2023-06-14T16:05:45.457783Z",
            "url": "https://files.pythonhosted.org/packages/4d/f6/90dee98fef2a34efe0a3dd2a3985a9b6e82c6d99e5bbcb64b8803d71cac8/pytesmo-0.15.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8d152e20214691951fb6a4b0cc375475e815146417ec380730fa004152441bb",
                "md5": "4cc3b46bb87b80b1dd2134a456320eb7",
                "sha256": "7d2db11a61456da9ac20781a8d64136f6b3d601afc12a130d03a91dd4eaf13ab"
            },
            "downloads": -1,
            "filename": "pytesmo-0.15.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4cc3b46bb87b80b1dd2134a456320eb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.6",
            "size": 829727,
            "upload_time": "2023-06-14T16:05:47",
            "upload_time_iso_8601": "2023-06-14T16:05:47.301055Z",
            "url": "https://files.pythonhosted.org/packages/f8/d1/52e20214691951fb6a4b0cc375475e815146417ec380730fa004152441bb/pytesmo-0.15.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08e15d6742c15a02d31458c674a47f529ec62c2ddfc20a0befb31e496cecaf68",
                "md5": "3111c9646a631417189c228101328a11",
                "sha256": "409e93d5ab0b99d2fca63eeb4f1c7bce13c29fa9edb06bafa65e454eaa95f558"
            },
            "downloads": -1,
            "filename": "pytesmo-0.15.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3111c9646a631417189c228101328a11",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.6",
            "size": 829888,
            "upload_time": "2023-06-14T16:05:49",
            "upload_time_iso_8601": "2023-06-14T16:05:49.078832Z",
            "url": "https://files.pythonhosted.org/packages/08/e1/5d6742c15a02d31458c674a47f529ec62c2ddfc20a0befb31e496cecaf68/pytesmo-0.15.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "869c055fb6ef111d32438f5f621da066537c30e37f66c64b5c85489cf65935bb",
                "md5": "d37a9326d90c36c9ccb3a5ed4822236c",
                "sha256": "0cb5fcf55dd7478b69d61e63eb5e41537ce08edf3b397a4a214f05d6cfd88147"
            },
            "downloads": -1,
            "filename": "pytesmo-0.15.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d37a9326d90c36c9ccb3a5ed4822236c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1360544,
            "upload_time": "2023-06-14T16:05:50",
            "upload_time_iso_8601": "2023-06-14T16:05:50.635953Z",
            "url": "https://files.pythonhosted.org/packages/86/9c/055fb6ef111d32438f5f621da066537c30e37f66c64b5c85489cf65935bb/pytesmo-0.15.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-14 16:05:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytesmo"
}
        
Elapsed time: 0.07755s