PM-JPL 1.4.0__tar.gz → 1.7.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.
Potentially problematic release.
This version of PM-JPL might be problematic. Click here for more details.
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PKG-INFO +10 -4
- pm_jpl-1.7.0/PMJPL/ECOv002-cal-val-PM-JPL-inputs.csv +1048 -0
- pm_jpl-1.7.0/PMJPL/ECOv002-cal-val-PM-JPL-outputs.csv +1048 -0
- pm_jpl-1.7.0/PMJPL/ECOv002-static-tower-PM-JPL-inputs.csv +122 -0
- pm_jpl-1.7.0/PMJPL/ECOv002_calval_PMJPL_inputs.py +19 -0
- pm_jpl-1.7.0/PMJPL/ECOv002_static_tower_PMJPL_inputs.py +19 -0
- pm_jpl-1.7.0/PMJPL/PMJPL.py +73 -0
- pm_jpl-1.4.0/PMJPL/parameters.py → pm_jpl-1.7.0/PMJPL/PMJPL_parameter_from_IGBP.py +21 -6
- pm_jpl-1.7.0/PMJPL/__init__.py +4 -0
- pm_jpl-1.7.0/PMJPL/calculate_gamma.py +128 -0
- pm_jpl-1.7.0/PMJPL/canopy_aerodynamic_resistance.py +164 -0
- pm_jpl-1.7.0/PMJPL/canopy_conductance.py +92 -0
- pm_jpl-1.7.0/PMJPL/closed_minimum_temperature.py +11 -0
- pm_jpl-1.7.0/PMJPL/closed_vapor_pressure_deficit.py +11 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/constants.py +6 -1
- pm_jpl-1.7.0/PMJPL/correctance_factor.py +66 -0
- pm_jpl-1.7.0/PMJPL/generate_PMJPL_inputs.py +263 -0
- pm_jpl-1.7.0/PMJPL/leaf_conductance_to_evaporated_water.py +11 -0
- pm_jpl-1.7.0/PMJPL/leaf_conductance_to_sensible_heat.py +58 -0
- pm_jpl-1.7.0/PMJPL/maximum_boundary_layer_resistance.py +11 -0
- pm_jpl-1.7.0/PMJPL/minimum_boundary_layer_resistance.py +11 -0
- pm_jpl-1.4.0/PMJPL/tmin_factor.py → pm_jpl-1.7.0/PMJPL/minimum_temperature_factor.py +1 -1
- pm_jpl-1.7.0/PMJPL/mod16.csv +19 -0
- pm_jpl-1.7.0/PMJPL/model.py +690 -0
- pm_jpl-1.7.0/PMJPL/open_minimum_temperature.py +11 -0
- pm_jpl-1.7.0/PMJPL/open_vapor_pressure_deficit.py +11 -0
- pm_jpl-1.7.0/PMJPL/potential_stomatal_conductance.py +11 -0
- pm_jpl-1.7.0/PMJPL/process_PMJPL_table.py +208 -0
- pm_jpl-1.7.0/PMJPL/process_daily_ET_table.py +40 -0
- pm_jpl-1.7.0/PMJPL/verify.py +77 -0
- pm_jpl-1.7.0/PMJPL/version.py +4 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PM_JPL.egg-info/PKG-INFO +10 -4
- pm_jpl-1.7.0/PM_JPL.egg-info/SOURCES.txt +48 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PM_JPL.egg-info/requires.txt +9 -3
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/pyproject.toml +15 -5
- pm_jpl-1.7.0/tests/test_verify.py +5 -0
- pm_jpl-1.4.0/PMJPL/PMJPL.py +0 -497
- pm_jpl-1.4.0/PMJPL/__init__.py +0 -9
- pm_jpl-1.4.0/PMJPL/canopy_aerodynamic_resistance.py +0 -31
- pm_jpl-1.4.0/PMJPL/canopy_conductance.py +0 -36
- pm_jpl-1.4.0/PMJPL/correctance_factor.py +0 -17
- pm_jpl-1.4.0/PMJPL/downscaling/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/downscaling/downscaling.py +0 -271
- pm_jpl-1.4.0/PMJPL/downscaling/linear_downscale.py +0 -71
- pm_jpl-1.4.0/PMJPL/evapotranspiration_conversion/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/evapotranspiration_conversion/evapotranspiration_conversion.py +0 -82
- pm_jpl-1.4.0/PMJPL/fwet.py +0 -21
- pm_jpl-1.4.0/PMJPL/meteorology_conversion/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/meteorology_conversion/meteorology_conversion.py +0 -123
- pm_jpl-1.4.0/PMJPL/mod16.csv +0 -1
- pm_jpl-1.4.0/PMJPL/penman_monteith/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/penman_monteith/penman_monteith.py +0 -19
- pm_jpl-1.4.0/PMJPL/priestley_taylor/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/priestley_taylor/priestley_taylor.py +0 -27
- pm_jpl-1.4.0/PMJPL/santanello/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/santanello/santanello.py +0 -46
- pm_jpl-1.4.0/PMJPL/vegetation_conversion/__init__.py +0 -1
- pm_jpl-1.4.0/PMJPL/vegetation_conversion/vegetation_conversion.py +0 -47
- pm_jpl-1.4.0/PMJPL/version.txt +0 -1
- pm_jpl-1.4.0/PM_JPL.egg-info/SOURCES.txt +0 -43
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/LICENSE +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/VPD_factor.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/interception.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/potential_soil_evaporation.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/soil_moisture_constraint.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/transpiration.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/wet_canopy_resistance.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PMJPL/wet_soil_evaporation.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PM_JPL.egg-info/dependency_links.txt +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/PM_JPL.egg-info/top_level.txt +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/README.md +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/setup.cfg +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.0}/tests/test_import_PM_JPL.py +0 -0
- {pm_jpl-1.4.0 → pm_jpl-1.7.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.7.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
|
|
@@ -9,19 +9,25 @@ Classifier: Operating System :: OS Independent
|
|
|
9
9
|
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: carlson-fractional-vegetation-cover
|
|
13
|
+
Requires-Dist: carlson-leaf-area-index
|
|
12
14
|
Requires-Dist: check-distribution
|
|
15
|
+
Requires-Dist: daylight-evapotranspiration>=1.2.1
|
|
13
16
|
Requires-Dist: ECOv002-CMR>=1.0.5
|
|
14
17
|
Requires-Dist: ECOv002-granules>=1.0.3
|
|
15
18
|
Requires-Dist: ECOv003-granules
|
|
16
19
|
Requires-Dist: GEOS5FP>=1.1.1
|
|
17
20
|
Requires-Dist: MCD12C1_2019_v006
|
|
21
|
+
Requires-Dist: meteorology-conversion
|
|
18
22
|
Requires-Dist: NASADEM
|
|
19
23
|
Requires-Dist: numpy
|
|
20
24
|
Requires-Dist: pandas
|
|
21
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: priestley-taylor
|
|
26
|
+
Requires-Dist: PTJPL>=1.5.1
|
|
27
|
+
Requires-Dist: rasters>=1.11.0
|
|
22
28
|
Requires-Dist: SEBAL-soil-heat-flux
|
|
23
|
-
Requires-Dist: sun-angles
|
|
24
|
-
Requires-Dist: verma-net-radiation
|
|
29
|
+
Requires-Dist: sun-angles>=1.3.0
|
|
30
|
+
Requires-Dist: verma-net-radiation>=1.8.0
|
|
25
31
|
Provides-Extra: dev
|
|
26
32
|
Requires-Dist: build; extra == "dev"
|
|
27
33
|
Requires-Dist: pytest>=6.0; extra == "dev"
|