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.
Files changed (32) hide show
  1. {py_ewr-2.3.5 → py_ewr-2.3.6}/PKG-INFO +2 -2
  2. {py_ewr-2.3.5 → py_ewr-2.3.6}/README.md +1 -1
  3. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/scenario_handling.py +6 -3
  4. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/PKG-INFO +2 -2
  5. {py_ewr-2.3.5 → py_ewr-2.3.6}/setup.py +1 -1
  6. {py_ewr-2.3.5 → py_ewr-2.3.6}/LICENSE +0 -0
  7. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/__init__.py +0 -0
  8. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/data_inputs.py +0 -0
  9. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/evaluate_EWRs.py +0 -0
  10. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/io.py +0 -0
  11. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/SiteID_MDBA.csv +0 -0
  12. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/SiteID_NSW.csv +0 -0
  13. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/model_metadata/iqqm_stations.csv +0 -0
  14. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/observed_handling.py +0 -0
  15. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/ewr2obj.csv +0 -0
  16. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/ewr_calc_config.json +0 -0
  17. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/obj2target.csv +0 -0
  18. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/obj2yrtarget.csv +0 -0
  19. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/parameter_metadata/parameter_sheet.csv +0 -0
  20. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr/summarise_results.py +0 -0
  21. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/SOURCES.txt +0 -0
  22. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/dependency_links.txt +0 -0
  23. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/requires.txt +0 -0
  24. {py_ewr-2.3.5 → py_ewr-2.3.6}/py_ewr.egg-info/top_level.txt +0 -0
  25. {py_ewr-2.3.5 → py_ewr-2.3.6}/pyproject.toml +0 -0
  26. {py_ewr-2.3.5 → py_ewr-2.3.6}/setup.cfg +0 -0
  27. {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_data_inputs.py +0 -0
  28. {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_evaluate_ewr_rest.py +0 -0
  29. {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_evaluate_ewrs.py +0 -0
  30. {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_observed_handling.py +0 -0
  31. {py_ewr-2.3.5 → py_ewr-2.3.6}/tests/test_scenario_handling.py +0 -0
  32. {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.5
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
  [![PyPI](https://img.shields.io/pypi/v/py-ewr)](https://pypi.org/project/py-ewr/)
44
44
  [![DOI](https://zenodo.org/badge/342122359.svg)](https://zenodo.org/badge/latestdoi/342122359)
45
45
 
46
- ### **EWR tool version 2.3.5 README**
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
  [![PyPI](https://img.shields.io/pypi/v/py-ewr)](https://pypi.org/project/py-ewr/)
4
4
  [![DOI](https://zenodo.org/badge/342122359.svg)](https://zenodo.org/badge/latestdoi/342122359)
5
5
 
6
- ### **EWR tool version 2.3.5 README**
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
- data, header = unpack_model_file(scenario_file, 'Dy', 'Field')
650
- data = build_MDBA_columns(data, header)
651
- all_data.append(data)
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.5
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
  [![PyPI](https://img.shields.io/pypi/v/py-ewr)](https://pypi.org/project/py-ewr/)
44
44
  [![DOI](https://zenodo.org/badge/342122359.svg)](https://zenodo.org/badge/latestdoi/342122359)
45
45
 
46
- ### **EWR tool version 2.3.5 README**
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)
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
6
6
 
7
7
  setup(
8
8
  name="py_ewr",
9
- version="2.3.5",
9
+ version="2.3.6",
10
10
  author="Martin Job",
11
11
  author_email="Martin.Job@mdba.gov.au",
12
12
  description="Environmental Water Requirement calculator",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes