py-ewr 2.3.8__py3-none-any.whl → 2.3.9__py3-none-any.whl
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/data_inputs.py +37 -10
- py_ewr/parameter_metadata/ewr_calc_config.json +63 -2
- py_ewr/parameter_metadata/{objective_reference_NB_SA_WIM_NE_LACH_BIDG_MLD_ACT.csv → objective_reference.csv} +298 -328
- py_ewr/parameter_metadata/parameter_sheet.csv +3325 -3443
- py_ewr/scenario_handling.py +0 -1
- py_ewr/summarise_results.py +1 -1
- {py_ewr-2.3.8.dist-info → py_ewr-2.3.9.dist-info}/METADATA +4 -4
- py_ewr-2.3.9.dist-info/RECORD +19 -0
- py_ewr/parameter_metadata/parameter_sheet_NB_SA_WIM_NE_LACH_BIDG_MLD_ACT.csv +0 -3127
- py_ewr/parameter_metadata/parameter_sheet_NB_SA_WIM_NE_LACH_BIDG_MLD_ACT_added_act_env.csv +0 -3188
- py_ewr-2.3.8.dist-info/RECORD +0 -21
- {py_ewr-2.3.8.dist-info → py_ewr-2.3.9.dist-info}/WHEEL +0 -0
- {py_ewr-2.3.8.dist-info → py_ewr-2.3.9.dist-info}/licenses/LICENSE +0 -0
- {py_ewr-2.3.8.dist-info → py_ewr-2.3.9.dist-info}/top_level.txt +0 -0
py_ewr/scenario_handling.py
CHANGED
py_ewr/summarise_results.py
CHANGED
|
@@ -593,7 +593,7 @@ def filter_successful_events(all_events: pd.DataFrame, ewr_table_path: str = Non
|
|
|
593
593
|
df_subset = all_events[all_events['ID'] == i]
|
|
594
594
|
gauge = i.split('TEMPORARY_ID_SPLIT')[1]
|
|
595
595
|
pu = i.split('TEMPORARY_ID_SPLIT')[2]
|
|
596
|
-
ewr = i.split('TEMPORARY_ID_SPLIT')[3]
|
|
596
|
+
ewr = i.split('TEMPORARY_ID_SPLIT')[3]
|
|
597
597
|
|
|
598
598
|
# Pull ewr minSpell value from ewr dataset
|
|
599
599
|
minSpell = int(data_inputs.ewr_parameter_grabber(EWR_table, gauge, pu, ewr, 'MinSpell'))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: py_ewr
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.9
|
|
4
4
|
Summary: Environmental Water Requirement calculator
|
|
5
5
|
Home-page: https://github.com/MDBAuth/EWR_tool
|
|
6
6
|
Author: Martin Job
|
|
@@ -44,7 +44,7 @@ Dynamic: summary
|
|
|
44
44
|
[](https://pypi.org/project/py-ewr/)
|
|
45
45
|
[](https://zenodo.org/badge/latestdoi/342122359)
|
|
46
46
|
|
|
47
|
-
### **ewr tool version 2.3.
|
|
47
|
+
### **ewr tool version 2.3.9 README**
|
|
48
48
|
|
|
49
49
|
### **Notes on recent version updates**
|
|
50
50
|
|
|
@@ -59,13 +59,13 @@ Dynamic: summary
|
|
|
59
59
|
- Added new FIRM ID file mapping FIRM ID to gauge number.
|
|
60
60
|
|
|
61
61
|
#### parameter metadata
|
|
62
|
-
- Updated parameter sheet
|
|
62
|
+
- Updated parameter sheet and objective mapping correcting some mismatched links between environmental objectives and EWRs
|
|
63
63
|
- Fix SDL resource unit mapping in the parameter sheet
|
|
64
64
|
- Adding lat and lon to the parameter sheet
|
|
65
65
|
- Added in model handling for FIRM model outputs
|
|
66
66
|
- Various minor variable renamings for consistency
|
|
67
67
|
- Renamed MaxLevelRise to MaxLevelChange
|
|
68
|
-
- Removed AnnualFlowSum column from parameter sheet
|
|
68
|
+
- Removed AnnualFlowSum and MinLevelRise column from parameter sheet
|
|
69
69
|
- New format of objective mapping includes the adding of objective mapping back into the parameter sheet and one secondary dataframe (objective_reference.csv) in parameter metadata.
|
|
70
70
|
|
|
71
71
|
### **Installation**
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
py_ewr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
py_ewr/data_inputs.py,sha256=9quW_os48B4O2S8fq9pqAAOC7Z6-q6bEfqUd16WB4pw,28742
|
|
3
|
+
py_ewr/evaluate_EWRs.py,sha256=uzreM0mYNh7efbJb_BkpijpYSymFdN9OdDUUjsCYU9A,204277
|
|
4
|
+
py_ewr/io.py,sha256=Is0xPAzLx6-ylpTFyYJxMimkNVxxoTxUcknTk6bQbgs,840
|
|
5
|
+
py_ewr/observed_handling.py,sha256=XCjLFnIdhWpQLXKOyXmk0oc8MGkNLPG4VVsu-_tkWss,18236
|
|
6
|
+
py_ewr/scenario_handling.py,sha256=iPlTjXBDWCNjXiCzN1NeUhdJPqR2NDPaqMu_3tZzfrU,54101
|
|
7
|
+
py_ewr/summarise_results.py,sha256=eBU7b0e7wir1L58eJyMTQwiWHA7PA0MV5GwYkwNoKQw,31596
|
|
8
|
+
py_ewr/model_metadata/EWR_Sitelist_FIRM_20250718.csv,sha256=FjiKIfNIjHXWuZCczvC9J1K7dxohBWTrWMYUVnp7m-Q,14240
|
|
9
|
+
py_ewr/model_metadata/SiteID_MDBA.csv,sha256=-nPEWzqW60HBh3y7u8Ofiq8aYTyZqhQ-8eakuDVdUg4,168770
|
|
10
|
+
py_ewr/model_metadata/SiteID_NSW.csv,sha256=UVBxN43Z5KWCvWhQ5Rh6TNEn35q4_sjPxKyHg8wPFws,6805
|
|
11
|
+
py_ewr/model_metadata/iqqm_stations.csv,sha256=vl4CPtPslG5VplSzf_yLZulTrmab-mEBHOfzFtS1kf4,110
|
|
12
|
+
py_ewr/parameter_metadata/ewr_calc_config.json,sha256=jUkho4MyoJCoy52kAYv8n_hsRcRoE_RqK57GFhnfqgQ,19972
|
|
13
|
+
py_ewr/parameter_metadata/objective_reference.csv,sha256=O-hecYeMaaeDus0rRlnV4ROX7Z5uZQ3brvOe8VSFc-E,132198
|
|
14
|
+
py_ewr/parameter_metadata/parameter_sheet.csv,sha256=x76p7lKVr-vUC7N8UwY4eSgyINYNN3MdbVfsx0ADZms,880120
|
|
15
|
+
py_ewr-2.3.9.dist-info/licenses/LICENSE,sha256=ogEPNDSH0_dhiv_lT3ifVIdgIzHAqNA_SemnxUfPBJk,7048
|
|
16
|
+
py_ewr-2.3.9.dist-info/METADATA,sha256=lMtR8faSye4j97tyPBedRuEuJMy8nmEVBjfYnfKJ80g,14443
|
|
17
|
+
py_ewr-2.3.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
18
|
+
py_ewr-2.3.9.dist-info/top_level.txt,sha256=n3725d-64Cjyb-YMUMV64UAuIflzUh2_UZSxiIbrur4,7
|
|
19
|
+
py_ewr-2.3.9.dist-info/RECORD,,
|