pytesmo
Python Toolbox for the Evaluation of Soil Moisture Observations.
https://github.com/TUW-GEO/pytesmo
Category: Natural Resources
Sub Category: Soil and Land
Keywords
climers earth-science geo python remote-sensing soil-moisture validation
Keywords from Contributors
in-situ ismn frm4sm qa4sm ecmwf ascat smap cci esa preprocess
Last synced: about 17 hours ago
JSON representation
Repository metadata
python Toolbox for the Evaluation of Soil Moisture Observations
- Host: GitHub
- URL: https://github.com/TUW-GEO/pytesmo
- Owner: TUW-GEO
- License: other
- Created: 2013-08-12T13:22:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-09-04T16:13:42.000Z (4 months ago)
- Last Synced: 2025-10-21T12:44:36.531Z (2 months ago)
- Topics: climers, earth-science, geo, python, remote-sensing, soil-moisture, validation
- Language: Python
- Homepage: https://pytesmo.readthedocs.io
- Size: 29.2 MB
- Stars: 85
- Watchers: 8
- Forks: 46
- Open Issues: 14
- Releases: 52
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: docs/contributing.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
README.rst
pytesmo - a Python Toolbox for the Evaluation of Soil Moisture Observations
***************************************************************************
|ci| |cov| |pip| |doc|
.. |ci| image:: https://github.com/TUW-GEO/pytesmo/actions/workflows/ci.yml/badge.svg?branch=master
:target: https://github.com/TUW-GEO/pytesmo/actions
.. |cov| image:: https://coveralls.io/repos/TUW-GEO/pytesmo/badge.png?branch=master
:target: https://coveralls.io/r/TUW-GEO/pytesmo?branch=master
.. |pip| image:: https://badge.fury.io/py/pytesmo.svg
:target: https://badge.fury.io/py/pytesmo
.. |doc| image:: https://app.readthedocs.org/projects/tuw-geo-pytesmo/badge/?version=latest
:target: https://tuw-geo-pytesmo.readthedocs.io/en/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 `_
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 can be installed through `pip
`__ which downloads the package
from the `python package repository Pypi `__.
.. code-block:: bash
pip install pytesmo
Note that ``pytesmo>=0.17`` will only work with ``numpy>=2.0`` and ``python>=3.9``.
If you still require a version compatible with numpy v1, install ``pytesmo<0.17``.
Compiled C extensions are available as wheels for Windows and Linux for
python 3.9 to 3.12.
For other operating systems and/or python versions, it might be necessary
to compile the binaries yourself. This should
happen automatically, if you have a C compiler installed (e.g.
`GCC `_ ).
.. code::
git clone https://github.com/TUW-GEO/pytesmo.git --recursive
cd pytesmo
mamba create -n pytesmo python=3.12 # or any supported python version
conda activate pytesmo
pip install -e .[testing] # install source package
python setup.py build_ext --inplace --cythonize # optional compile cython C extensions
pytest # Run tests to check if everything works
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 `_
- `SMAP `_
- `GLDAS Noah `_
- `ERA5 and ERA5-Land `_
- `SMOS `_
- `C3S SM `_
- `ESA CCI SM `_
- `MERRA `_
- `Data from the International Soil Moisture Network (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 `_ : Creation and handling of Discrete Global Grids or Point collections
- `cadati `_ : Calender, Date and Time functions
- `repurpose `_ : Time series - image conversion and resampling routines
- `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
`_.
Owner metadata
- Name: TU Wien - Department of Geodesy and Geoinformation
- Login: TUW-GEO
- Email:
- Kind: organization
- Description:
- Website: http://geo.tuwien.ac.at
- Location: Vienna, Austria
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/5213740?v=4
- Repositories: 53
- Last ynced at: 2023-03-11T04:57:44.456Z
- Profile URL: https://github.com/TUW-GEO
GitHub Events
Total
- Create event: 4
- Issues event: 4
- Release event: 4
- Watch event: 3
- Member event: 1
- Issue comment event: 2
- Push event: 11
- Pull request event: 10
- Fork event: 5
Last Year
- Create event: 4
- Issues event: 4
- Release event: 4
- Watch event: 3
- Member event: 1
- Issue comment event: 2
- Push event: 11
- Pull request event: 10
- Fork event: 5
Committers metadata
Last synced: about 2 months ago
Total Commits: 865
Total Committers: 21
Avg Commits per committer: 41.19
Development Distribution Score (DDS): 0.675
Commits in past year: 12
Committers in past year: 3
Avg Commits per committer in past year: 4.0
Development Distribution Score (DDS) in past year: 0.25
| Name | Commits | |
|---|---|---|
| Christoph Paulik | c****k@g****t | 281 |
| Christoph Paulik | c****k@g****m | 192 |
| Wolfgang Preimesberger | w****r@g****t | 148 |
| Samuel Scherrer | s****r@g****t | 99 |
| Pietro Stradiotti | p****i@t****t | 41 |
| Sebastian | s****n@g****t | 31 |
| D. Baum | b****m@a****t | 25 |
| Andreea Plocon | a****n@g****t | 23 |
| tmistelbauer | t****r@g****m | 5 |
| Manuel Schmitzer | m****r@t****t | 3 |
| tscanlon | t****n@g****t | 3 |
| Teije van der Horst | t****t@v****m | 3 |
| alegrub88 | A****r@g****t | 2 |
| daberer | 4****r | 2 |
| dependabot[bot] | 4****] | 1 |
| rogier | r****r@v****m | 1 |
| pydev | p****v@p****) | 1 |
| iteubner | i****r@g****t | 1 |
| Zoltan Bakcsa | b****a@a****t | 1 |
| Christoph Reimer | c****r@g****t | 1 |
| teije01 | t****1@g****m | 1 |
Committer domains:
- geo.tuwien.ac.at: 9
- vandersat.com: 2
- awst.at: 2
- tuwien.ac.at: 2
- pydev-virtualbox.(none): 1
Issue and Pull Request metadata
Last synced: 4 months ago
Total issues: 100
Total pull requests: 221
Average time to close issues: 10 months
Average time to close pull requests: 18 days
Total issue authors: 15
Total pull request authors: 16
Average comments per issue: 2.27
Average comments per pull request: 1.39
Merged pull request: 205
Bot issues: 0
Bot pull requests: 1
Past year issues: 2
Past year pull requests: 11
Past year average time to close issues: 5 days
Past year average time to close pull requests: about 3 hours
Past year issue authors: 2
Past year pull request authors: 3
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 10
Past year bot issues: 0
Past year bot pull requests: 1
Top Issue Authors
- cpaulik (41)
- wpreimes (17)
- sebhahn (9)
- s-scherrer (9)
- awst-baum (9)
- tracyscanlon (5)
- xushanthu-2014 (2)
- aplocon (1)
- AmenehTavakol (1)
- ninadel (1)
- Lmoesinger (1)
- pstradio (1)
- alegrub88 (1)
- daberer (1)
- alexgruber (1)
Top Pull Request Authors
- cpaulik (91)
- wpreimes (46)
- s-scherrer (44)
- pstradio (11)
- sebhahn (8)
- awst-baum (7)
- teije01 (2)
- daberer (2)
- alegrub88 (2)
- mazweg (2)
- aplocon (1)
- sheenaze (1)
- Lmoesinger (1)
- dependabot[bot] (1)
- iteubner (1)
Top Issue Labels
- enhancement (8)
- pytesmo_day (8)
- fixed in "develop" :-) (6)
- bug (4)
- qa4sm (2)
- installation (2)
- documentation (1)
- CI (1)
- question (1)
Top Pull Request Labels
- dependencies (1)
- github_actions (1)
Package metadata
- Total packages: 3
-
Total downloads:
- pypi: 2,497 last-month
- Total dependent packages: 2 (may contain duplicates)
- Total dependent repositories: 13 (may contain duplicates)
- Total versions: 170
- Total maintainers: 2
pypi.org: pytesmo
Python Toolbox for the evaluation of soil moisture observations
- Homepage: https://www.geo.tuwien.ac.at/
- Documentation: https://pytesmo.readthedocs.io/
- Licenses: mit
- Latest release: 0.18.0 (published 10 months ago)
- Last Synced: 2025-10-29T20:13:13.826Z (about 2 months ago)
- Versions: 60
- Dependent Packages: 2
- Dependent Repositories: 13
- Downloads: 2,497 Last month
-
Rankings:
- Dependent repos count: 4.027%
- Downloads: 5.195%
- Average: 6.408%
- Dependent packages count: 10.002%
- Maintainers (2)
proxy.golang.org: github.com/TUW-GEO/pytesmo
- Homepage:
- Documentation: https://pkg.go.dev/github.com/TUW-GEO/pytesmo#section-documentation
- Licenses: other
- Latest release: v0.18.0 (published 10 months ago)
- Last Synced: 2025-10-29T20:13:13.863Z (about 2 months ago)
- Versions: 55
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
proxy.golang.org: github.com/tuw-geo/pytesmo
- Homepage:
- Documentation: https://pkg.go.dev/github.com/tuw-geo/pytesmo#section-documentation
- Licenses: other
- Latest release: v0.18.0 (published 10 months ago)
- Last Synced: 2025-10-29T20:13:14.112Z (about 2 months ago)
- Versions: 55
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Dependencies
- actions/checkout v2 composite
- actions/download-artifact v2 composite
- actions/upload-artifact v2 composite
- conda-incubator/setup-miniconda v2 composite
- pypa/gh-action-pypi-publish v1.4.1 composite
- ascat >=2.0
- build *
- cadati >=0.0.2
- flake8 *
- ipykernel *
- ismn >=1.2.0
- more_itertools *
- nbconvert *
- pre-commit *
- pygeobase >=0.6.0
- pygeogrids *
- pynetcf >=0.4.0
- pytest *
- pytest-cov *
- pytest-mpl *
- repurpose >=0.7.1
- yapf *
Score: 15.469272677008206