Skip to main content
https://github.com/TUW-GEO/pytesmo/workflows/Automated%20Tests/badge.svg?branch=master https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master https://badge.fury.io/py/pytesmo.svg https://readthedocs.org/projects/pytesmo/badge/?version=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

https://zenodo.org/badge/DOI/10.5281/zenodo.596422.svg

To see the latest full documentation 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 .

Installation

This package should be installable through pip which downloads the package from the python package repository Pypi. 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 or Miniconda.

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

Afterwards pytesmo can be installed via pip.

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:

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 .

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:

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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytesmo-0.14.4.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pytesmo-0.14.4-cp39-cp39-win_amd64.whl (828.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pytesmo-0.14.4-cp38-cp38-win_amd64.whl (828.0 kB view details)

Uploaded CPython 3.8Windows x86-64

pytesmo-0.14.4-cp37-cp37m-win_amd64.whl (858.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

File details

Details for the file pytesmo-0.14.4.tar.gz.

File metadata

  • Download URL: pytesmo-0.14.4.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for pytesmo-0.14.4.tar.gz
Algorithm Hash digest
SHA256 9fc8e9c9358356b266043a52d414a57301e3af18e0092aa3520828af9c9a84b8
MD5 9df843ab715338c00da8cb3623578685
BLAKE2b-256 01b1ebcff796918b94d1ba90cca4a1233773de07c67c65b7bbcf641cbea7fdda

See more details on using hashes here.

File details

Details for the file pytesmo-0.14.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pytesmo-0.14.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 828.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for pytesmo-0.14.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 352b49d029f53abe1febe2784790edd815114c08c60da13350a2758af94df07e
MD5 8399efc22de03635c8284b327d184916
BLAKE2b-256 84a103fda0fadae6d5e90150c0dee05d502f51f87cd23eb7800abc724f80648c

See more details on using hashes here.

File details

Details for the file pytesmo-0.14.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pytesmo-0.14.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 828.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for pytesmo-0.14.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 954f1bd2006bfcab04aa13fa4cb378631e311b1125c78107226e0e41c74df164
MD5 df9ec24094956a13ce16076dd0559b3d
BLAKE2b-256 a978caf8e199095d1e7848932c0bc7f1f15b70e6eae13a30f1ddfbb87264337b

See more details on using hashes here.

File details

Details for the file pytesmo-0.14.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pytesmo-0.14.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 858.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for pytesmo-0.14.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9857265084f399d8bb2bf7e16f44321b63f5fcf2c7f224f26d159a3318e1977d
MD5 1df9efc2fc30b1a34db231efd4cf48a7
BLAKE2b-256 5248b493edcfb4d986e75be5b7bd657412af26148f5f7920eb1655d339399715

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page