PM-JPL 1.2.0__tar.gz → 1.2.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.

Potentially problematic release.


This version of PM-JPL might be problematic. Click here for more details.

Files changed (51) hide show
  1. {pm_jpl-1.2.0/PM_JPL.egg-info → pm_jpl-1.2.1}/PKG-INFO +1 -1
  2. {pm_jpl-1.2.0 → pm_jpl-1.2.1/PM_JPL.egg-info}/PKG-INFO +1 -1
  3. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/pyproject.toml +1 -1
  4. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/LICENSE +0 -0
  5. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/MCD12C1/MCD12C1.py +0 -0
  6. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/MCD12C1/__init__.py +0 -0
  7. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/PMJPL.py +0 -0
  8. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/SEBAL/SEBAL.py +0 -0
  9. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/SEBAL/__init__.py +0 -0
  10. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/VPD_factor.py +0 -0
  11. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/__init__.py +0 -0
  12. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/canopy_aerodynamic_resistance.py +0 -0
  13. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/canopy_conductance.py +0 -0
  14. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/constants.py +0 -0
  15. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/correctance_factor.py +0 -0
  16. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/downscaling/__init__.py +0 -0
  17. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/downscaling/downscaling.py +0 -0
  18. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/downscaling/linear_downscale.py +0 -0
  19. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/evapotranspiration_conversion/__init__.py +0 -0
  20. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py +0 -0
  21. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/fwet.py +0 -0
  22. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/interception.py +0 -0
  23. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/meteorology_conversion/__init__.py +0 -0
  24. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/meteorology_conversion/meteorology_conversion.py +0 -0
  25. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/parameters.py +0 -0
  26. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/penman_monteith/__init__.py +0 -0
  27. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/penman_monteith/penman_monteith.py +0 -0
  28. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/potential_soil_evaporation.py +0 -0
  29. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/priestley_taylor/__init__.py +0 -0
  30. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/priestley_taylor/priestley_taylor.py +0 -0
  31. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/santanello/__init__.py +0 -0
  32. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/santanello/santanello.py +0 -0
  33. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/soil_heat_flux/__init__.py +0 -0
  34. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/soil_heat_flux/soil_heat_flux.py +0 -0
  35. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/soil_moisture_constraint.py +0 -0
  36. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/tmin_factor.py +0 -0
  37. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/transpiration.py +0 -0
  38. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/vegetation_conversion/__init__.py +0 -0
  39. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/vegetation_conversion/vegetation_conversion.py +0 -0
  40. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/verma_net_radiation/__init__.py +0 -0
  41. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/verma_net_radiation/verma_net_radiation.py +0 -0
  42. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/wet_canopy_resistance.py +0 -0
  43. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PMJPL/wet_soil_evaporation.py +0 -0
  44. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PM_JPL.egg-info/SOURCES.txt +0 -0
  45. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PM_JPL.egg-info/dependency_links.txt +0 -0
  46. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PM_JPL.egg-info/requires.txt +0 -0
  47. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/PM_JPL.egg-info/top_level.txt +0 -0
  48. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/README.md +0 -0
  49. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/setup.cfg +0 -0
  50. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/tests/test_import_PM_JPL.py +0 -0
  51. {pm_jpl-1.2.0 → pm_jpl-1.2.1}/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.2.0
3
+ Version: 1.2.1
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PM-JPL
3
- Version: 1.2.0
3
+ Version: 1.2.1
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.2.0"
6
+ version = "1.2.1"
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 = [
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