ECOv002-calval-tables 1.9.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.
- ecov002_calval_tables-1.11.0/ECOv002_calval_tables/__init__.py +4 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/load_tables.py +11 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/PKG-INFO +1 -1
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/PKG-INFO +1 -1
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/pyproject.toml +1 -1
- ecov002_calval_tables-1.9.0/ECOv002_calval_tables/__init__.py +0 -3
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/ECOv002_calval_tables.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/combined_eco_flux_EC_filtered.csv +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/ec_lib.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/error_funcs.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/metadata_ebc_filt.csv +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/plot_funcs.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/plot_single_model.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/upscale_to_daylight.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/version.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/SOURCES.txt +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/dependency_links.txt +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/requires.txt +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/top_level.txt +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/LICENSE +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/README.md +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/setup.cfg +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_import_ECOv002_calval_tables.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_import_dependencies.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_load_calval_table.py +0 -0
- {ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_load_metadata_ebc_filt.py +0 -0
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/load_tables.py
RENAMED
|
@@ -76,3 +76,14 @@ def load_calval_table() -> gpd.GeoDataFrame:
|
|
|
76
76
|
gdf = upscale_to_daylight(gdf)
|
|
77
77
|
|
|
78
78
|
return gdf
|
|
79
|
+
|
|
80
|
+
def load_times_locations() -> gpd.GeoDataFrame:
|
|
81
|
+
"""
|
|
82
|
+
Load a GeoDataFrame containing the times and locations of the ECOSTRESS Collection 2 validation dataset.
|
|
83
|
+
|
|
84
|
+
Returns:
|
|
85
|
+
gpd.GeoDataFrame: GeoDataFrame with time and location information for validation analysis.
|
|
86
|
+
"""
|
|
87
|
+
calval_gdf = load_calval_table()
|
|
88
|
+
times_locations_gdf = calval_gdf[["ID", "time_UTC", "geometry"]].copy()
|
|
89
|
+
return times_locations_gdf
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ECOv002-calval-tables
|
|
3
|
-
Version: 1.
|
|
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.
|
|
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
|
|
File without changes
|
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/ec_lib.py
RENAMED
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/error_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/plot_funcs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/ECOv002_calval_tables/version.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
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_import_dependencies.py
RENAMED
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_load_calval_table.py
RENAMED
|
File without changes
|
{ecov002_calval_tables-1.9.0 → ecov002_calval_tables-1.11.0}/tests/test_load_metadata_ebc_filt.py
RENAMED
|
File without changes
|