py-ewr 2.3.5__tar.gz → 2.3.6__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.
- {py_ewr-2.3.5 → py_ewr-2.3.6}/PKG-INFO +2 -2
- {py_ewr-2.3.5 → py_ewr-2.3.6}/README.md +1 -1
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/scenario_handling.py +6 -3
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/PKG-INFO +2 -2
- {py_ewr-2.3.5 → py_ewr-2.3.6}/setup.py +1 -1
- {py_ewr-2.3.5 → py_ewr-2.3.6}/LICENSE +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/__init__.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/data_inputs.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/evaluate_EWRs.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/io.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/SiteID_MDBA.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/SiteID_NSW.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/iqqm_stations.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/observed_handling.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/ewr2obj.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/ewr_calc_config.json +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/obj2target.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/obj2yrtarget.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/parameter_sheet.csv +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/summarise_results.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/SOURCES.txt +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/dependency_links.txt +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/requires.txt +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/top_level.txt +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/pyproject.toml +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/setup.cfg +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_data_inputs.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_evaluate_ewr_rest.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_evaluate_ewrs.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_observed_handling.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_scenario_handling.py +0 -0
- {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_summarise_results.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: py_ewr
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.6
|
|
4
4
|
Summary: Environmental Water Requirement calculator
|
|
5
5
|
Home-page: https://github.com/MDBAuth/EWR_tool
|
|
6
6
|
Author: Martin Job
|
|
@@ -43,7 +43,7 @@ Dynamic: summary
|
|
|
43
43
|
[](https://pypi.org/project/py-ewr/)
|
|
44
44
|
[](https://zenodo.org/badge/latestdoi/342122359)
|
|
45
45
|
|
|
46
|
-
### **EWR tool version 2.3.
|
|
46
|
+
### **EWR tool version 2.3.6 README**
|
|
47
47
|
|
|
48
48
|
### **Notes on recent version updates**
|
|
49
49
|
- Including metadata report (this is still being ironed out and tested)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://pypi.org/project/py-ewr/)
|
|
4
4
|
[](https://zenodo.org/badge/latestdoi/342122359)
|
|
5
5
|
|
|
6
|
-
### **EWR tool version 2.3.
|
|
6
|
+
### **EWR tool version 2.3.6 README**
|
|
7
7
|
|
|
8
8
|
### **Notes on recent version updates**
|
|
9
9
|
- Including metadata report (this is still being ironed out and tested)
|
|
@@ -646,9 +646,12 @@ class ScenarioHandler:
|
|
|
646
646
|
all_data = []
|
|
647
647
|
for scenario_file in scenario:
|
|
648
648
|
print(scenario_file)
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
649
|
+
try:
|
|
650
|
+
data, header = unpack_model_file(scenario_file, 'Dy', 'Field')
|
|
651
|
+
data = build_MDBA_columns(data, header)
|
|
652
|
+
all_data.append(data)
|
|
653
|
+
except Exception:
|
|
654
|
+
print(f"failed on {scenario_file}!!")
|
|
652
655
|
|
|
653
656
|
merged_data = all_data[0]
|
|
654
657
|
for i in range(1, len(all_data)):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: py_ewr
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.6
|
|
4
4
|
Summary: Environmental Water Requirement calculator
|
|
5
5
|
Home-page: https://github.com/MDBAuth/EWR_tool
|
|
6
6
|
Author: Martin Job
|
|
@@ -43,7 +43,7 @@ Dynamic: summary
|
|
|
43
43
|
[](https://pypi.org/project/py-ewr/)
|
|
44
44
|
[](https://zenodo.org/badge/latestdoi/342122359)
|
|
45
45
|
|
|
46
|
-
### **EWR tool version 2.3.
|
|
46
|
+
### **EWR tool version 2.3.6 README**
|
|
47
47
|
|
|
48
48
|
### **Notes on recent version updates**
|
|
49
49
|
- Including metadata report (this is still being ironed out and tested)
|
|
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
|