PM-JPL 1.3.0__tar.gz → 1.4.0__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 (46) hide show
  1. {pm_jpl-1.3.0/PM_JPL.egg-info → pm_jpl-1.4.0}/PKG-INFO +1 -1
  2. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/PMJPL.py +2 -0
  3. pm_jpl-1.4.0/PMJPL/version.txt +1 -0
  4. {pm_jpl-1.3.0 → pm_jpl-1.4.0/PM_JPL.egg-info}/PKG-INFO +1 -1
  5. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/pyproject.toml +1 -1
  6. pm_jpl-1.3.0/PMJPL/version.txt +0 -1
  7. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/LICENSE +0 -0
  8. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/VPD_factor.py +0 -0
  9. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/__init__.py +0 -0
  10. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/canopy_aerodynamic_resistance.py +0 -0
  11. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/canopy_conductance.py +0 -0
  12. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/constants.py +0 -0
  13. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/correctance_factor.py +0 -0
  14. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/__init__.py +0 -0
  15. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/downscaling.py +0 -0
  16. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/linear_downscale.py +0 -0
  17. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/evapotranspiration_conversion/__init__.py +0 -0
  18. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py +0 -0
  19. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/fwet.py +0 -0
  20. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/interception.py +0 -0
  21. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/meteorology_conversion/__init__.py +0 -0
  22. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/meteorology_conversion/meteorology_conversion.py +0 -0
  23. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/mod16.csv +0 -0
  24. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/parameters.py +0 -0
  25. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/penman_monteith/__init__.py +0 -0
  26. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/penman_monteith/penman_monteith.py +0 -0
  27. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/potential_soil_evaporation.py +0 -0
  28. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/priestley_taylor/__init__.py +0 -0
  29. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/priestley_taylor/priestley_taylor.py +0 -0
  30. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/santanello/__init__.py +0 -0
  31. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/santanello/santanello.py +0 -0
  32. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/soil_moisture_constraint.py +0 -0
  33. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/tmin_factor.py +0 -0
  34. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/transpiration.py +0 -0
  35. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/vegetation_conversion/__init__.py +0 -0
  36. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/vegetation_conversion/vegetation_conversion.py +0 -0
  37. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/wet_canopy_resistance.py +0 -0
  38. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/wet_soil_evaporation.py +0 -0
  39. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/SOURCES.txt +0 -0
  40. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/dependency_links.txt +0 -0
  41. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/requires.txt +0 -0
  42. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/top_level.txt +0 -0
  43. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/README.md +0 -0
  44. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/setup.cfg +0 -0
  45. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/tests/test_import_PM_JPL.py +0 -0
  46. {pm_jpl-1.3.0 → pm_jpl-1.4.0}/tests/test_import_dependencies.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PM-JPL
3
- Version: 1.3.0
3
+ Version: 1.4.0
4
4
  Summary: JPL implementation of the MOD16 evapotranspiration algorithm for high resolution instantaneous remote sensing imagery
5
5
  Author-email: Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>, Qiaozhen Mu <qiaozhen@ntsg.umt.edu>, Maosheng Zhao <zhao@ntsg.umt.edu>, "Steven W. Running" <swr@ntsg.umt.edu>, "Claire S. Villanueva-Weeks" <claire.s.villanueva-weeks@jpl.gov>
6
6
  Project-URL: Homepage, https://github.com/JPL-Evapotranspiration-Algorithms/PM-JPL
@@ -167,6 +167,8 @@ def PMJPL(
167
167
 
168
168
  if G is None:
169
169
  raise ValueError("soil heat flux (G) not given")
170
+
171
+ results["G"] = G
170
172
 
171
173
  LAI = LAI_from_NDVI(NDVI)
172
174
 
@@ -0,0 +1 @@
1
+ 1.4.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PM-JPL
3
- Version: 1.3.0
3
+ Version: 1.4.0
4
4
  Summary: JPL implementation of the MOD16 evapotranspiration algorithm for high resolution instantaneous remote sensing imagery
5
5
  Author-email: Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>, Qiaozhen Mu <qiaozhen@ntsg.umt.edu>, Maosheng Zhao <zhao@ntsg.umt.edu>, "Steven W. Running" <swr@ntsg.umt.edu>, "Claire S. Villanueva-Weeks" <claire.s.villanueva-weeks@jpl.gov>
6
6
  Project-URL: Homepage, https://github.com/JPL-Evapotranspiration-Algorithms/PM-JPL
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
3
3
 
4
4
  [project]
5
5
  name = "PM-JPL"
6
- version = "1.3.0"
6
+ version = "1.4.0"
7
7
  description = "JPL implementation of the MOD16 evapotranspiration algorithm for high resolution instantaneous remote sensing imagery"
8
8
  readme = "README.md"
9
9
  authors = [
@@ -1 +0,0 @@
1
- 1.3.0
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