HBV-Lab 0.2.1__tar.gz → 0.2.3__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.
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/HBV_model.py +2 -2
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab.egg-info/PKG-INFO +11 -9
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/PKG-INFO +11 -9
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/README.md +10 -8
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/setup.py +1 -1
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/__init__.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/calibration.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/hbv_step.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/response.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/routing.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/snow.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/soil.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab/uncertainty.py +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab.egg-info/SOURCES.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab.egg-info/dependency_links.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab.egg-info/requires.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/HBV_Lab.egg-info/top_level.txt +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/LICENSE +0 -0
- {hbv_lab-0.2.1 → hbv_lab-0.2.3}/setup.cfg +0 -0
|
@@ -24,8 +24,8 @@ import datetime
|
|
|
24
24
|
from types import MethodType
|
|
25
25
|
from .uncertainty import uncertainty
|
|
26
26
|
from .calibration import calibration
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
## from calibration import calibrate_hbv_model
|
|
28
|
+
## from uncertainty import evaluate_uncertainty
|
|
29
29
|
from .hbv_step import hbv_step
|
|
30
30
|
from .routing import route_with_maxbas
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HBV_Lab
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: An intuitive, object-oriented and user-friendly Python implementation of a lumped conceptual HBV hydrological model for educational and research purposes.
|
|
5
5
|
Home-page: https://github.com/abdallaox/HBV_python_implementation
|
|
6
6
|
Author: Abdalla Mohammed
|
|
@@ -55,8 +55,9 @@ This can be flexibly used for different modelling tasks, but can also be used in
|
|
|
55
55
|
## Get Started
|
|
56
56
|
|
|
57
57
|
### Install the Package
|
|
58
|
-
```
|
|
59
|
-
pip install HBV_Lab
|
|
58
|
+
```python
|
|
59
|
+
pip install HBV_Lab or
|
|
60
|
+
! pip install HBV_Lab
|
|
60
61
|
```
|
|
61
62
|
### How to Use
|
|
62
63
|
It is very intuitive—you create a model like an object which has attributes (data, parameters, initial conditions, etc.) that you can assign and access. The object also performs functions (calibration, uncertainty estimation, save, load, etc.)
|
|
@@ -74,13 +75,14 @@ model.save_model("path")
|
|
|
74
75
|
model.load_model("path")
|
|
75
76
|
```
|
|
76
77
|
### Tutorial
|
|
77
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
78
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
78
79
|
### Play with HBV
|
|
79
|
-
Get a feeling of how
|
|
80
|
-
### References
|
|
81
|
-
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
80
|
+
Get a feeling of how the model works and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground)—a playground that uses a model developed with this implementation.
|
|
81
|
+
### References
|
|
82
82
|
|
|
83
|
-
**[
|
|
83
|
+
**[1]** Bergström, S., & Forsman, A. (1973). Development of a conceptual deterministic rainfall-runoff model. *Hydrology Research*, *4*, 147-170.
|
|
84
84
|
|
|
85
|
-
**[
|
|
85
|
+
**[2]** Seibert, J., & Vis, M. J. P. (2012). Teaching hydrological modeling with a user-friendly catchment-runoff-model software package. *Hydrology and Earth System Sciences*, *16*(9), 3315-3325. [doi:10.5194/hess-16-3315-2012](https://doi.org/10.5194/hess-16-3315-2012)
|
|
86
|
+
|
|
87
|
+
**[3]** AghaKouchak, A., Nakhjiri, N., & Habib, E. (2013). An educational model for ensemble streamflow simulation and uncertainty analysis. *Hydrology and Earth System Sciences*, *17*(2), 445-452. [doi:10.5194/hess-17-445-2013](https://doi.org/10.5194/hess-17-445-2013)
|
|
86
88
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: HBV_Lab
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: An intuitive, object-oriented and user-friendly Python implementation of a lumped conceptual HBV hydrological model for educational and research purposes.
|
|
5
5
|
Home-page: https://github.com/abdallaox/HBV_python_implementation
|
|
6
6
|
Author: Abdalla Mohammed
|
|
@@ -55,8 +55,9 @@ This can be flexibly used for different modelling tasks, but can also be used in
|
|
|
55
55
|
## Get Started
|
|
56
56
|
|
|
57
57
|
### Install the Package
|
|
58
|
-
```
|
|
59
|
-
pip install HBV_Lab
|
|
58
|
+
```python
|
|
59
|
+
pip install HBV_Lab or
|
|
60
|
+
! pip install HBV_Lab
|
|
60
61
|
```
|
|
61
62
|
### How to Use
|
|
62
63
|
It is very intuitive—you create a model like an object which has attributes (data, parameters, initial conditions, etc.) that you can assign and access. The object also performs functions (calibration, uncertainty estimation, save, load, etc.)
|
|
@@ -74,13 +75,14 @@ model.save_model("path")
|
|
|
74
75
|
model.load_model("path")
|
|
75
76
|
```
|
|
76
77
|
### Tutorial
|
|
77
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
78
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
78
79
|
### Play with HBV
|
|
79
|
-
Get a feeling of how
|
|
80
|
-
### References
|
|
81
|
-
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
80
|
+
Get a feeling of how the model works and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground)—a playground that uses a model developed with this implementation.
|
|
81
|
+
### References
|
|
82
82
|
|
|
83
|
-
**[
|
|
83
|
+
**[1]** Bergström, S., & Forsman, A. (1973). Development of a conceptual deterministic rainfall-runoff model. *Hydrology Research*, *4*, 147-170.
|
|
84
84
|
|
|
85
|
-
**[
|
|
85
|
+
**[2]** Seibert, J., & Vis, M. J. P. (2012). Teaching hydrological modeling with a user-friendly catchment-runoff-model software package. *Hydrology and Earth System Sciences*, *16*(9), 3315-3325. [doi:10.5194/hess-16-3315-2012](https://doi.org/10.5194/hess-16-3315-2012)
|
|
86
|
+
|
|
87
|
+
**[3]** AghaKouchak, A., Nakhjiri, N., & Habib, E. (2013). An educational model for ensemble streamflow simulation and uncertainty analysis. *Hydrology and Earth System Sciences*, *17*(2), 445-452. [doi:10.5194/hess-17-445-2013](https://doi.org/10.5194/hess-17-445-2013)
|
|
86
88
|
|
|
@@ -20,8 +20,9 @@ This can be flexibly used for different modelling tasks, but can also be used in
|
|
|
20
20
|
## Get Started
|
|
21
21
|
|
|
22
22
|
### Install the Package
|
|
23
|
-
```
|
|
24
|
-
pip install HBV_Lab
|
|
23
|
+
```python
|
|
24
|
+
pip install HBV_Lab or
|
|
25
|
+
! pip install HBV_Lab
|
|
25
26
|
```
|
|
26
27
|
### How to Use
|
|
27
28
|
It is very intuitive—you create a model like an object which has attributes (data, parameters, initial conditions, etc.) that you can assign and access. The object also performs functions (calibration, uncertainty estimation, save, load, etc.)
|
|
@@ -39,13 +40,14 @@ model.save_model("path")
|
|
|
39
40
|
model.load_model("path")
|
|
40
41
|
```
|
|
41
42
|
### Tutorial
|
|
42
|
-
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](quick_start_guide.ipynb)
|
|
43
|
+
Start by following a simple case study in the notebook: [**quick_start_guide.ipynb**](https://github.com/abdallaox/HBV_python_implementation/blob/main/quick_start_guide.ipynb)
|
|
43
44
|
### Play with HBV
|
|
44
|
-
Get a feeling of how
|
|
45
|
-
### References
|
|
46
|
-
**[1]** Bergström, S., & Forsman, A. (1973). DEVELOPMENT OF A CONCEPTUAL DETERMINISTIC RAINFALL-RUNOFF MODEL. Hydrology Research, 4, 147-170.
|
|
45
|
+
Get a feeling of how the model works and the role of the different parameters in [**HBVLAB**](https://hbv-playground.onrender.com/HBV_playground)—a playground that uses a model developed with this implementation.
|
|
46
|
+
### References
|
|
47
47
|
|
|
48
|
-
**[
|
|
48
|
+
**[1]** Bergström, S., & Forsman, A. (1973). Development of a conceptual deterministic rainfall-runoff model. *Hydrology Research*, *4*, 147-170.
|
|
49
49
|
|
|
50
|
-
**[
|
|
50
|
+
**[2]** Seibert, J., & Vis, M. J. P. (2012). Teaching hydrological modeling with a user-friendly catchment-runoff-model software package. *Hydrology and Earth System Sciences*, *16*(9), 3315-3325. [doi:10.5194/hess-16-3315-2012](https://doi.org/10.5194/hess-16-3315-2012)
|
|
51
|
+
|
|
52
|
+
**[3]** AghaKouchak, A., Nakhjiri, N., & Habib, E. (2013). An educational model for ensemble streamflow simulation and uncertainty analysis. *Hydrology and Earth System Sciences*, *17*(2), 445-452. [doi:10.5194/hess-17-445-2013](https://doi.org/10.5194/hess-17-445-2013)
|
|
51
53
|
|
|
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
|