Skip to main content
https://github.com/TUW-GEO/pytesmo/workflows/Automated%20Tests/badge.svg?branch=master&event=push 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.6 # 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.11.0.tar.gz (621.1 kB view details)

Uploaded Source

Built Distributions

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

pytesmo-0.11.0-cp38-cp38-win_amd64.whl (840.4 kB view details)

Uploaded CPython 3.8Windows x86-64

pytesmo-0.11.0-cp37-cp37m-win_amd64.whl (834.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

pytesmo-0.11.0-cp36-cp36m-win_amd64.whl (833.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

File details

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

File metadata

  • Download URL: pytesmo-0.11.0.tar.gz
  • Upload date:
  • Size: 621.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8

File hashes

Hashes for pytesmo-0.11.0.tar.gz
Algorithm Hash digest
SHA256 5dbc4f85ed7df203251aa63a0ee60005d269588fa274687c3cdb2d69f80acd11
MD5 80aa5da502b8badaf5e3af1a1180cd63
BLAKE2b-256 909fde2141b66e3bf2ea5c4fa8fe0823a7cac54ce58db70205c5cc2dc0aaa12c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytesmo-0.11.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 840.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8

File hashes

Hashes for pytesmo-0.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 85639be6613f8c9fca5fe11e0866b748eb196ce430286ccafe26f1d000cf533a
MD5 dd97fd6d73c7d292448900be3fc3822e
BLAKE2b-256 6a1d2dc47d35dfabf9b295f3beed41adaac04c5efd4f4eed7bbb37f8ee6ab033

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pytesmo-0.11.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 834.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8

File hashes

Hashes for pytesmo-0.11.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 24964d8ebbbdc79c16e54e31e6d48fdf646949fe1787bcc901c57e6bc03b1823
MD5 24eed7f54d88f9fdcb4787d45e4cf185
BLAKE2b-256 727fbbd7e298569e62aff51873fc5265661d9d91c572b1b71ffbced7fd54ffd4

See more details on using hashes here.

File details

Details for the file pytesmo-0.11.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pytesmo-0.11.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 833.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.8

File hashes

Hashes for pytesmo-0.11.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 886ff5f01efb295e166c146af8f79750e6ff7e76c9b272c135db186c47751fe1
MD5 ce7b450b8d90a5503b5d74b621d4d02b
BLAKE2b-256 976d25566178aceb089ff3eb628da111669a2ddb2ef5f06e1da2f1544132bb8d

See more details on using hashes here.

Release history Release notifications | RSS feed

0.18.1

23 files

0.18.0

21 files

0.17.0

21 files

0.16.1

6 files

0.16.0

4 files

0.15.2

4 files

0.15.1

4 files

0.15.0

4 files

0.14.4

4 files

0.14.3

4 files

0.14.2

4 files

0.14.1

4 files

0.14.0

4 files

0.13.4

5 files

0.13.3

5 files

0.13.2

5 files

0.12.0

5 files

0.11.4

5 files

0.11.3

5 files

0.11.2

4 files

0.11.1

4 files

This release

0.11.0 This release

4 files

0.10.1

4 files

0.10.0

4 files

0.9.1

4 files

0.9

4 files

0.8

6 files

0.7.1

5 files

0.7.0

5 files

0.6.11

5 files

0.6.10

7 files

0.6.9

7 files

0.6.8

9 files

0.6.7

9 files

0.6.6

9 files

0.6.5

1 file

0.6.4

7 files

0.6.3

7 files

0.6.2

7 files

0.6.0

7 files

0.5.2

7 files

0.5.1

7 files

0.5.0

7 files

0.4.0

7 files

0.3.6

7 files

0.3.5

7 files

0.3.4

7 files

0.3.3

7 files

0.3.2

7 files

0.3.1

7 files

0.3.0

7 files

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2.0

1 file

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page