ECOv002-calval-tables 1.10.0__tar.gz → 1.11.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 (26) hide show
  1. ecov002_calval_tables-1.11.0/ECOv002_calval_tables/__init__.py +4 -0
  2. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/PKG-INFO +1 -1
  3. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/PKG-INFO +1 -1
  4. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/pyproject.toml +1 -1
  5. ecov002_calval_tables-1.10.0/ECOv002_calval_tables/__init__.py +0 -3
  6. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/ECOv002_calval_tables.py +0 -0
  7. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/combined_eco_flux_EC_filtered.csv +0 -0
  8. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/ec_lib.py +0 -0
  9. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/error_funcs.py +0 -0
  10. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/load_tables.py +0 -0
  11. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/metadata_ebc_filt.csv +0 -0
  12. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/plot_funcs.py +0 -0
  13. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/plot_single_model.py +0 -0
  14. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/upscale_to_daylight.py +0 -0
  15. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/version.py +0 -0
  16. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/SOURCES.txt +0 -0
  17. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/dependency_links.txt +0 -0
  18. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/requires.txt +0 -0
  19. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/top_level.txt +0 -0
  20. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/LICENSE +0 -0
  21. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/README.md +0 -0
  22. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/setup.cfg +0 -0
  23. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/tests/test_import_ECOv002_calval_tables.py +0 -0
  24. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/tests/test_import_dependencies.py +0 -0
  25. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/tests/test_load_calval_table.py +0 -0
  26. {ecov002_calval_tables-1.10.0 → ecov002_calval_tables-1.11.0}/tests/test_load_metadata_ebc_filt.py +0 -0
@@ -0,0 +1,4 @@
1
+ from .ECOv002_calval_tables import *
2
+ from .version import __version__
3
+
4
+ __author__ = "Gregory H. Halverson, Zoe Pierrat"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ECOv002-calval-tables
3
- Version: 1.10.0
3
+ Version: 1.11.0
4
4
  Summary: Priestley-Taylor Jet Propulsion Laboratory Soil Moisutre Evapotranspiration Model
5
5
  Author-email: Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>, Zoe Pierrat <zoe.a.pierrat@jpl.nasa.gov>
6
6
  Project-URL: Homepage, https://github.com/gregory-halverson/ECOv002-calval-tables
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ECOv002-calval-tables
3
- Version: 1.10.0
3
+ Version: 1.11.0
4
4
  Summary: Priestley-Taylor Jet Propulsion Laboratory Soil Moisutre Evapotranspiration Model
5
5
  Author-email: Gregory Halverson <gregory.h.halverson@jpl.nasa.gov>, Zoe Pierrat <zoe.a.pierrat@jpl.nasa.gov>
6
6
  Project-URL: Homepage, https://github.com/gregory-halverson/ECOv002-calval-tables
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
3
3
 
4
4
  [project]
5
5
  name = "ECOv002-calval-tables"
6
- version = "1.10.0"
6
+ version = "1.11.0"
7
7
  description = "Priestley-Taylor Jet Propulsion Laboratory Soil Moisutre Evapotranspiration Model"
8
8
  readme = "README.md"
9
9
  authors = [
@@ -1,3 +0,0 @@
1
- from .ECOv002_calval_tables import *
2
-
3
- __version__ = "1.0.0"