Skip to content

Commit dce7ef3

Browse files
committedJan 21, 2015
renamed geostatistics modules in SAGA connector
1 parent 0cdfcd1 commit dce7ef3

File tree

53 files changed

+56
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+56
-56
lines changed
 

‎python/plugins/processing/algs/saga/SagaGroupNameDecorator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ class SagaGroupNameDecorator:
3030

3131
groups = {}
3232
groups['contrib_a_perego'] = 'Contributions'
33-
groups['geostatistics_grid'] = 'Geostatistics'
34-
groups['geostatistics_kriging'] = 'Kriging'
35-
groups['geostatistics_points'] = 'Geostatistics'
36-
groups['geostatistics_regression'] = 'Geostatistics'
33+
groups['statistics_grid'] = 'Geostatistics'
34+
groups['statistics_kriging'] = 'Kriging'
35+
groups['statistics_points'] = 'Geostatistics'
36+
groups['statistics_regression'] = 'Geostatistics'
3737
groups['grid_analysis'] = 'Grid - Analysis'
3838
groups['grid_calculus'] = 'Grid - Calculus'
3939
groups['grid_calculus_bsl'] = 'Grid - Calculus'

‎python/plugins/processing/algs/saga/description/2.1.2/DirectionalStatisticsforSingleGrid.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Directional Statistics for Single Grid
2-
geostatistics_grid
2+
statistics_grid
33
ParameterRaster|GRID|Grid|False
44
ParameterVector|POINTS|Points|-1|True
55
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0

0 commit comments

Comments
 (0)
Please sign in to comment.