ECOv002-calval-tables 1.11.0__tar.gz → 1.12.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 (25) hide show
  1. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/load_tables.py +2 -0
  2. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables.egg-info/PKG-INFO +1 -1
  3. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/PKG-INFO +1 -1
  4. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/pyproject.toml +1 -1
  5. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/ECOv002_calval_tables.py +0 -0
  6. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/__init__.py +0 -0
  7. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/combined_eco_flux_EC_filtered.csv +0 -0
  8. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/ec_lib.py +0 -0
  9. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/error_funcs.py +0 -0
  10. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/metadata_ebc_filt.csv +0 -0
  11. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/plot_funcs.py +0 -0
  12. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/plot_single_model.py +0 -0
  13. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/upscale_to_daylight.py +0 -0
  14. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables/version.py +0 -0
  15. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables.egg-info/SOURCES.txt +0 -0
  16. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables.egg-info/dependency_links.txt +0 -0
  17. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables.egg-info/requires.txt +0 -0
  18. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/ECOv002_calval_tables.egg-info/top_level.txt +0 -0
  19. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/LICENSE +0 -0
  20. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/README.md +0 -0
  21. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/setup.cfg +0 -0
  22. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/tests/test_import_ECOv002_calval_tables.py +0 -0
  23. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/tests/test_import_dependencies.py +0 -0
  24. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/tests/test_load_calval_table.py +0 -0
  25. {ecov002_calval_tables-1.11.0 → ecov002_calval_tables-1.12.0}/tests/test_load_metadata_ebc_filt.py +0 -0
@@ -69,6 +69,8 @@ def load_calval_table() -> gpd.GeoDataFrame:
69
69
  merged_df["insitu_Rn_Wm2"] = np.array(merged_df.NETRAD_filt)
70
70
  merged_df["insitu_G_Wm2"] = np.array(merged_df.G_filt)
71
71
  merged_df["insitu_SWin_Wm2"] = np.array(merged_df.SW_IN)
72
+ merged_df["insitu_Ta_C"] = np.array(merged_df.AirTempC)
73
+ merged_df["insitu_RH"] = np.array(merged_df.RH_percentage)
72
74
 
73
75
  # Convert merged DataFrame to GeoDataFrame
74
76
  gdf = gpd.GeoDataFrame(merged_df, geometry=merged_df["geometry"], crs="EPSG:4326")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ECOv002-calval-tables
3
- Version: 1.11.0
3
+ Version: 1.12.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.11.0
3
+ Version: 1.12.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.11.0"
6
+ version = "1.12.0"
7
7
  description = "Priestley-Taylor Jet Propulsion Laboratory Soil Moisutre Evapotranspiration Model"
8
8
  readme = "README.md"
9
9
  authors = [