PM-JPL 1.3.0__tar.gz → 1.4.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.
- {pm_jpl-1.3.0/PM_JPL.egg-info → pm_jpl-1.4.1}/PKG-INFO +1 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/PMJPL.py +4 -2
- pm_jpl-1.4.1/PMJPL/version.txt +1 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1/PM_JPL.egg-info}/PKG-INFO +1 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/pyproject.toml +1 -1
- pm_jpl-1.3.0/PMJPL/version.txt +0 -1
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/LICENSE +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/VPD_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/canopy_aerodynamic_resistance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/canopy_conductance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/constants.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/correctance_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/downscaling/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/downscaling/downscaling.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/downscaling/linear_downscale.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/evapotranspiration_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/fwet.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/interception.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/meteorology_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/meteorology_conversion/meteorology_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/mod16.csv +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/parameters.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/penman_monteith/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/penman_monteith/penman_monteith.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/potential_soil_evaporation.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/priestley_taylor/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/priestley_taylor/priestley_taylor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/santanello/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/santanello/santanello.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/soil_moisture_constraint.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/tmin_factor.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/transpiration.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/vegetation_conversion/__init__.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/vegetation_conversion/vegetation_conversion.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/wet_canopy_resistance.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PMJPL/wet_soil_evaporation.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PM_JPL.egg-info/SOURCES.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PM_JPL.egg-info/dependency_links.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PM_JPL.egg-info/requires.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/PM_JPL.egg-info/top_level.txt +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/README.md +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/setup.cfg +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.1}/tests/test_import_PM_JPL.py +0 -0
- {pm_jpl-1.3.0 → pm_jpl-1.4.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.
|
|
3
|
+
Version: 1.4.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
|
|
@@ -17,7 +17,7 @@ from rasters import Raster, RasterGrid, RasterGeometry
|
|
|
17
17
|
from check_distribution import check_distribution
|
|
18
18
|
from GEOS5FP import GEOS5FP
|
|
19
19
|
from NASADEM import NASADEM
|
|
20
|
-
from verma_net_radiation import
|
|
20
|
+
from verma_net_radiation import verma_net_radiation
|
|
21
21
|
from SEBAL_soil_heat_flux import calculate_SEBAL_soil_heat_flux
|
|
22
22
|
from MCD12C1_2019_v006 import load_MCD12C1_IGBP
|
|
23
23
|
|
|
@@ -143,7 +143,7 @@ def PMJPL(
|
|
|
143
143
|
resampling=resampling
|
|
144
144
|
)
|
|
145
145
|
|
|
146
|
-
Rn_results =
|
|
146
|
+
Rn_results = verma_net_radiation(
|
|
147
147
|
SWin=SWin,
|
|
148
148
|
albedo=albedo,
|
|
149
149
|
ST_C=ST_C,
|
|
@@ -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.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PM-JPL
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.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.
|
|
6
|
+
version = "1.4.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 = [
|
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.1}/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
|