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.
- {pm_jpl-1.3.0/PM_JPL.egg-info → pm_jpl-1.4.0}/PKG-INFO +1 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/PMJPL.py +2 -0
- pm_jpl-1.4.0/PMJPL/version.txt +1 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0/PM_JPL.egg-info}/PKG-INFO +1 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/pyproject.toml +1 -1
- pm_jpl-1.3.0/PMJPL/version.txt +0 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/LICENSE +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/VPD_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/canopy_aerodynamic_resistance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/canopy_conductance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/constants.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/correctance_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/downscaling.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/downscaling/linear_downscale.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/evapotranspiration_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/fwet.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/interception.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/meteorology_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/meteorology_conversion/meteorology_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/mod16.csv +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/parameters.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/penman_monteith/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/penman_monteith/penman_monteith.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/potential_soil_evaporation.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/priestley_taylor/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/priestley_taylor/priestley_taylor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/santanello/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/santanello/santanello.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/soil_moisture_constraint.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/tmin_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/transpiration.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/vegetation_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/vegetation_conversion/vegetation_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/wet_canopy_resistance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/wet_soil_evaporation.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/SOURCES.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/dependency_links.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/requires.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/PM_JPL.egg-info/top_level.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/README.md +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/setup.cfg +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.0}/tests/test_import_PM_JPL.py +0 -0
- {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
|
+
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
|
|
@@ -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
|
+
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.
|
|
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 = [
|
pm_jpl-1.3.0/PMJPL/version.txt
DELETED
|
@@ -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
|
{pm_jpl-1.3.0 → pm_jpl-1.4.0}/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py
RENAMED
|
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
|
|
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
|