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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,8 @@ Below a short guide to: perform the uncertainty analysis of your own DEMs, retri
10
10
11
11
## Uncertainty analysis of your own data with xDEM
12
12
13
-
The results of this study are based on routines implemented in [xDEM](https://github.com/GlacioHack/xdem) with
14
-
documentation at [https://xdem.readthedocs.io/](https://xdem.readthedocs.io/). xDEM includes tutorials to perform
15
-
uncertainty analysis of your own DEM data based on this article.
13
+
The methods of this study are implemented in [xDEM](https://github.com/GlacioHack/xdem), in routines that can be used to perform uncertainty analysis of your
14
+
own DEM data.
16
15
17
16
There are **three basic examples** with:
18
17
@@ -26,6 +25,8 @@ Additionally, there are **three advanced examples** with:
26
25
- The detailed steps to [estimate and model the spatial correlation of elevation errors](https://xdem.readthedocs.io/en/latest/advanced_examples/plot_variogram_estimation_modelling.html#sphx-glr-advanced-examples-plot-variogram-estimation-modelling-py),
27
26
- The detailed steps to [standardize elevation differences to use stable terrain as a proxy](https://xdem.readthedocs.io/en/latest/advanced_examples/plot_standardization.html#sphx-glr-advanced-examples-plot-standardization-py).
28
27
28
+
The full documentation of xDEM can be found at [https://xdem.readthedocs.io/](https://xdem.readthedocs.io/).
29
+
29
30
***Note at the date of 07.11.22:** xDEM is still in development (version 0.0.7), and its documentation in
30
31
construction. Compared to version 0.0.6 used in this repository, several changes were added to xDEM late 2022,
31
32
including:*
@@ -82,7 +83,7 @@ processing steps done in *case_study_montblanc/* or *case_study_npi/* for plotti
82
83
the full distribution of samples, not only the binned estimates of dispersion).
83
84
84
85
For plotting figures of your own data, xDEM provides simpler plotting tools of binned data and variograms
85
-
(see [example gallery](https://xdem.readthedocs.io/en/latest/auto_examples/index.html)).
86
+
(see [example gallery](https://xdem.readthedocs.io/en/latest/basic_examples/index.html)).
0 commit comments