You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
1
# Bias-Adjustment-Python
2
2
3
-
Collection of different scale- and distribution-based bias adjustments for climatic research. This methods are part of the bachelor thesis of Benjamin T. Schwertfeger.
4
-
During this thesis, many of these methods have also been implemented in C++.
5
-
This can be found here: [https://github.com/btschwertfeger/Bias-Adjustment-Cpp](https://github.com/btschwertfeger/Bias-Adjustment-Cpp).
3
+
Collection of different scale- and distribution-based bias adjustment techniques for climatic research. (see `examples.ipynb` for help)
6
4
7
-
There is also a Jupyter Notebook that serves as example.
5
+
Bias adjustment procedures in Python are very slow, so they should not be used on large data sets.
6
+
A C++ Implementation that works way faster can be found here: [https://github.com/btschwertfeger/Bias-Adjustment-Cpp](https://github.com/btschwertfeger/Bias-Adjustment-Cpp).
8
7
____
9
8
## Run adjustment:
10
9
```bash
@@ -28,14 +27,6 @@ ____
28
27
|Quantile Mapping|quantile_mapping|
29
28
|Quantile Delta Mapping|quantile_delta_mapping|
30
29
31
-
## Methods adapted from [xclim](https://xclim.readthedocs.io/en/stable/sdba.html):
32
-
|Method|`--method` parameter|
33
-
|-----|-----|
34
-
|Empirical Quantile Mapping|xclim_eqm|
35
-
|Detrended Quantile Mapping|xclim_dqm|
36
-
|Quantile Delta Mapping|xclime_qdm|
37
-
38
-
39
30
____
40
31
# Notes:
41
32
- Linear and variance, as well as delta change method require `--group time.month` as argument.
raiseValueError('idk if it is allowed to use this so please have a look at:https://svn.oss.deltares.nl/repos/openearthtools/trunk/python/applications/hydrotools/hydrotools/statistics/bias_correction.py ')
517
+
raiseValueError('idk if it is allowed to use this so please have a look at:https://svn.oss.deltares.nl/repos/openearthtools/trunk/python/applications/hydrotools/hydrotools/statistics/bias_correction.py ')
0 commit comments