QGis Processing Tools » History » Version 1
Giulio Di Anastasio, 06/05/2021 12:31
1 | 1 | Giulio Di Anastasio | h1. QGis Processing Tools |
---|---|---|---|
2 | 1 | Giulio Di Anastasio | |
3 | 1 | Giulio Di Anastasio | h2. Interpolation (Processing toolbox) |
4 | 1 | Giulio Di Anastasio | |
5 | 1 | Giulio Di Anastasio | The following 4 tools have been mostly explored and the results were compared. The ones used for quick analysis are 1. Cubic Spline and 2. V.surf.spline . The rest of the tools are for further exploration and used depending on the need of the project. In some tools, the elevation values of points should be stored in the attribute table (Using field calculator and giving command - *Z($Geometry)* ) |
6 | 1 | Giulio Di Anastasio | |
7 | 1 | Giulio Di Anastasio | # Interpolate (Cubic spline) - SAGA |
8 | 1 | Giulio Di Anastasio | # V.surf.bspline - GRASS. Parameters to set - cell size. Set this parameter above 0.001 ( 0.00001, 0.000001 etc) and check the results. |
9 | 1 | Giulio Di Anastasio | # V.surf.rst - GRASS |
10 | 1 | Giulio Di Anastasio | # Krigging - SAGA |