pyTSEB 2.5__tar.gz → 2.5.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {pytseb-2.5 → pytseb-2.5.1}/PKG-INFO +1 -1
  2. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB.egg-info/PKG-INFO +1 -1
  3. {pytseb-2.5 → pytseb-2.5.1}/pyproject.toml +1 -1
  4. {pytseb-2.5 → pytseb-2.5.1}/LICENSE +0 -0
  5. {pytseb-2.5 → pytseb-2.5.1}/README.md +0 -0
  6. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/MO_similarity.py +0 -0
  7. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/PyTSEB.py +0 -0
  8. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/TSEB.py +0 -0
  9. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/TSEBConfigFileInterface.py +0 -0
  10. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/TSEBIPythonInterface.py +0 -0
  11. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/__init__.py +0 -0
  12. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/clumping_index.py +0 -0
  13. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/dis_TSEB.py +0 -0
  14. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/energy_combination_ET.py +0 -0
  15. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/meteo_utils.py +0 -0
  16. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/net_radiation.py +0 -0
  17. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/physiology.py +0 -0
  18. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/resistances.py +0 -0
  19. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB/wind_profile.py +0 -0
  20. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB.egg-info/SOURCES.txt +0 -0
  21. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB.egg-info/dependency_links.txt +0 -0
  22. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB.egg-info/requires.txt +0 -0
  23. {pytseb-2.5 → pytseb-2.5.1}/pyTSEB.egg-info/top_level.txt +0 -0
  24. {pytseb-2.5 → pytseb-2.5.1}/setup.cfg +0 -0
  25. {pytseb-2.5 → pytseb-2.5.1}/tests/test_image.py +0 -0
  26. {pytseb-2.5 → pytseb-2.5.1}/tests/test_point_time_series.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyTSEB
3
- Version: 2.5
3
+ Version: 2.5.1
4
4
  Summary: Two Source Energy Balance (TSEB) Models to estimate sensible and latent heat flux (evapotranspiration) from radiometric surface temperature data
5
5
  Author-email: Héctor Nieto <hector.nieto@csic.es>, Radoslaw Guzinski <rmgu@dhigroup.com>, "Willam P. Kustas" <bill.kustas@usda.gov>
6
6
  Maintainer-email: Héctor Nieto <hector.nieto@csic.es>, Radoslaw Guzinski <rmgu@dhigroup.com>, Tarike Aziz <a02455826@usu.edu>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyTSEB
3
- Version: 2.5
3
+ Version: 2.5.1
4
4
  Summary: Two Source Energy Balance (TSEB) Models to estimate sensible and latent heat flux (evapotranspiration) from radiometric surface temperature data
5
5
  Author-email: Héctor Nieto <hector.nieto@csic.es>, Radoslaw Guzinski <rmgu@dhigroup.com>, "Willam P. Kustas" <bill.kustas@usda.gov>
6
6
  Maintainer-email: Héctor Nieto <hector.nieto@csic.es>, Radoslaw Guzinski <rmgu@dhigroup.com>, Tarike Aziz <a02455826@usu.edu>
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "pyTSEB"
8
- version = "2.5"
8
+ version = "2.5.1"
9
9
  description = "Two Source Energy Balance (TSEB) Models to estimate sensible and latent heat flux (evapotranspiration) from radiometric surface temperature data"
10
10
  authors = [
11
11
  { name = "Héctor Nieto", email = "hector.nieto@csic.es" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes