[Qgis-developer] Respecting new SAGA GIS versions in processing

Rainer Hurling rhurlin at gwdg.de
Sun Jul 12 00:11:55 PDT 2015


Am 12.07.2015 um 08:31 schrieb Rainer Hurling:
> Victor,
> 
> I must say, that I am not one of the devs of SAGA GIS. I am only the
> person, who is porting towards FreeBSD. So it is likely, that I am not
> aware of all information, which should be present atm.
> 
> As far as I know, there is nothing like
> http://sourceforge.net/p/saga-gis/wiki/Compatibility%202.1.3/ for
> version 2.2.0.
> 
> 
> One interesting way to get the needed information is to diff the two
> interface description files:
> 
> http://sourceforge.net/p/saga-gis/wiki/Changelog%202.1.4/attachment/saga_cmd_interface_v2_1_4.txt
> 
> http://sourceforge.net/p/saga-gis/wiki/Changelog%202.2.0/attachment/saga_cmd_interface_v2_2_0.txt
> 
> That should point to the places with differences and in many cases it
> describes all you need. A bit tricky are the cases, where
> functionalities have been moved in the menu tree.
> 
> 
> A second way could be, to compile a Unix version of SAGA GIS for
> yourself. Then you can enable building of 'development tools'. After
> that, in the GUI there is a new entry "Development Tools" with one entry
> "Extract Tool and Menu Information". Depending on the value of 'level',
> this will create two tables with information about tools and menues in
> different detail. If you create these tables in versions 2.1.4 and
> 2.2.0, they could be diffed also.

Oops, I just tried and I am sorry. There are no development tools in
version 2.1.4. So you can't enable them and this diff is not possible :(

I attached two tables, generated with dev tools of version 2.2.1 (trunk,
r2539). This version is very neat to 2.2.0.

> If this is not sufficient, asking on
> saga-gis-developer at lists.sourceforge.net could help. My experiences with
> this list are very good. They are helpful and responsible.
> 
> Greetings,
> Rainer
> 
> 
> Am 12.07.2015 um 08:03 schrieb Victor Olaya:
>> Ok, so no way to see changes that affect Processing other than
>> browsing the full list of commits... :-(
>>
>> I was thinking about something like this, in case there were API changes
>>
>> http://sourceforge.net/p/saga-gis/wiki/Compatibility%202.1.3/
>>
>> And maybe a list of new algorithms that have been added. Otherwise, it
>> is much more work to find out what we should change in the Processing
>> code...
>>
>> Thanks for you help!
>>
>> 2015-07-12 7:31 GMT+02:00 Rainer Hurling <rhurlin at gwdg.de>:
>>> Am 12.07.2015 um 07:23 schrieb Victor Olaya:
>>>> Where is that list of changes? In the changelog i don't see any thing
>>>> except for the description of available files...
>>>
>>> Hi Victor,
>>>
>>> here are three files, which should give you deeper insight in the
>>> changes and structure of SAGA GIS 2.2.0 commands:
>>>
>>> 1) The complete ChangeLog
>>> http://sourceforge.net/p/saga-gis/wiki/Changelog%202.2.0/attachment/changelog_saga_2.2.0.txt
>>>
>>> 2) SAGA GIS Command Line Interface
>>> http://sourceforge.net/p/saga-gis/wiki/Changelog%202.2.0/attachment/saga_cmd_interface_v2_2_0.txt
>>>
>>> 3) SAGA-GIS Module Library Documentation
>>> http://www.saga-gis.org/saga_module_doc/2.2.0/index.html
>>>
>>> HTH and many thanks for your work,
>>> Rainer
>>>
>>>
>>>>
>>>> 2015-07-11 14:48 GMT+02:00 Paolo Cavallini <cavallini at faunalia.it>:
>>>>> Thanks for letting us know.
>>>>> Huge list of changes, this will require quite a bit of work.
>>>>> All the best.
>>>>>
>>>>> Il 11 luglio 2015 14:30:05 CEST, Rainer Hurling <rhurlin at gwdg.de> ha
>>>>> scritto:
>>>>>>
>>>>>> Dear List,
>>>>>>
>>>>>> Now, that SAGA GIS has new official release 2.2.0 [1] and the trunk
>>>>>> version is 2.2.1, it would be nice to have that respected in the QGIS
>>>>>> processing toolchain. The patch should mention for both, 2.2.0 and 2.2.1.
>>>>>>
>>>>>> Additionally, is seems necessary to have a new file SagaAlgorithm220.py
>>>>>> created like SagaAlgorithm214.py?
>>>>>>
>>>>>>
>>>>>>
>>>>>> --- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig
>>>>>> 2015-07-10 21:51:41.000000000 +0200
>>>>>> +++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
>>>>>> 2015-07-11 14:19:08.043055000 +0200
>>>>>> @@ -46,8 +46,9 @@
>>>>>>      supportedVersions = {"2.1.2": ("2.1.2", SagaAlgorithm212),
>>>>>>                           "2.1.3": ("2.1.3", SagaAlgorithm213),
>>>>>>
>>>>>> "2.1.4": ("2.1.3", SagaAlgorithm214),
>>>>>> +                         "2.2.0": ("2.1.3", SagaAlgorithm214),
>>>>>>                           # to allow testing upcoming release
>>>>>> -                         "2.2.0": ("2.1.3", SagaAlgorithm220)}
>>>>>> +                         "2.2.1": ("2.1.3", SagaAlgorithm220)}
>>>>>>
>>>>>>      def __init__(self):
>>>>>>          AlgorithmProvider.__init__(self)
>>>>>>
>>>>>>
>>>>>>
>>>>>> As a user of SAGA GIS, I really appreciate all the work, what is done to
>>>>>> integrate it into the QGIS processing, many thanks.
>>>>>>
>>>>>> Best regards,
>>>>>> Rainer Hurling
>>>>>>
>>>>>>
>>>>>> [1]
>>>>>>
>>>>>> http://sourceforge.net/projects/saga-gis/files/SAGA%20-%202.2/SAGA%202.2.0/
>>>>>> ________________________________
>>>>>>
>>>>>> Qgis-developer mailing list
>>>>>> Qgis-developer at lists.osgeo.org
>>>>>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>>>>
>>>>>
>>>>> --
>>>>> Paolo Cavallini
>>>>> http://www.faunalia.eu

-------------- next part --------------
ID	Menu	Count
1	"Climate"	2
2	"Climate|Earth's Orbital Parameters"	4
3	"Climate|Evapotranspiration"	3
4	"Database|ODBC"	2
5	"Database|ODBC|Tables"	4
6	"Database|ODBC|Tools"	6
7	"Database|PostgreSQL"	2
8	"Database|PostgreSQL|Raster"	3
9	"Database|PostgreSQL|Shapes"	3
10	"Database|PostgreSQL|Tables"	4
11	"Database|PostgreSQL|Tools"	7
12	"Development Tools"	2
13	"Development Tools|Translation"	3
14	"File|ESRI E00"	1
15	"File|GDAL/OGR"	6
16	"File|GPS Import"	2
17	"File|Grid|Export"	7
18	"File|Grid|Import"	14
19	"File|Reports"	5
20	"File|Shapes|Export"	12
21	"File|Shapes|Import"	13
22	"File|Tables|Export"	1
23	"File|Tables|Import"	3
24	"File|Virtual|Point Cloud"	7
25	"Garden|Imagery"	1
26	"Garden|Introducing Module Programming"	14
27	"Garden|Recreations|Fractals"	6
28	"Garden|Recreations|Games"	2
29	"Garden|Web Service Data Access"	2
30	"Grid|Analysis"	9
31	"Grid|Analysis|Cost Analysis"	4
32	"Grid|Analysis|Fragmentation Analysis"	3
33	"Grid|Analysis|Macroecology"	2
34	"Grid|Analysis|Soil Analysis"	2
35	"Grid|Calculus"	10
36	"Grid|Calculus|Conversions"	3
37	"Grid|Calculus|Fuzzy Logic"	3
38	"Grid|Calculus|Grid Generation"	5
39	"Grid|Distances"	5
40	"Grid|Filter"	21
41	"Grid|Filter|Averages"	6
42	"Grid|Gaps"	6
43	"Grid|Grid System"	9
44	"Grid|Gridding"	2
45	"Grid|Gridding|Interpolation from Points"	6
46	"Grid|Gridding|Spline Interpolation"	7
47	"Grid|Tools"	1
48	"Grid|Values"	13
49	"Imagery|Classification"	8
50	"Imagery|Fourier Analysis"	6
51	"Imagery|Image Sharpening"	4
52	"Imagery|Landsat"	3
53	"Imagery|Photogrammetry"	2
54	"Imagery|Segmentation"	6
55	"Imagery|Tools"	1
56	"Imagery|Vegetation Indices"	4
57	"Projection"	7
58	"Projection|Alternatives"	8
59	"Projection|Georeferencing"	7
60	"Projection|Tools"	8
61	"Shapes|Construction"	9
62	"Shapes|Conversion"	8
63	"Shapes|Grid|Grid Values"	5
64	"Shapes|Grid|Spatial Extent"	3
65	"Shapes|Grid|Vectorization"	7
66	"Shapes|Lines"	6
67	"Shapes|Lines|Transects"	1
68	"Shapes|Point Clouds|Classification"	1
69	"Shapes|Point Clouds|Conversion"	4
70	"Shapes|Point Clouds|Tools"	8
71	"Shapes|Points"	16
72	"Shapes|Polygons"	13
73	"Shapes|Polygons|Overlay"	6
74	"Shapes|Selection"	7
75	"Shapes|Table"	4
76	"Shapes|Tools"	9
77	"Simulation|Cellular Automata"	2
78	"Simulation|Ecology|Modelling the Human Impact on Nature"	3
79	"Simulation|Erosion"	1
80	"Simulation|Fire Spreading"	2
81	"Simulation|Hydrology"	5
82	"Simulation|Hydrology|IHACRES"	5
83	"Spatial and Geostatistics|Geographically Weighted Regression"	6
84	"Spatial and Geostatistics|Grids"	12
85	"Spatial and Geostatistics|Grids|Principle Components"	2
86	"Spatial and Geostatistics|Kriging"	4
87	"Spatial and Geostatistics|Points"	6
88	"Spatial and Geostatistics|Regression"	6
89	"Spatial and Geostatistics|Regression|Shapes"	2
90	"Spatial and Geostatistics|Regression|Table"	2
91	"TIN|Conversion"	4
92	"TIN|Terrain Analysis"	3
93	"Table|Calculus"	9
94	"Table|Construction"	1
95	"Table|Selection"	5
96	"Table|Tools"	13
97	"Terrain Analysis"	1
98	"Terrain Analysis|Channels"	8
99	"Terrain Analysis|Climate and Weather"	4
100	"Terrain Analysis|Hydrology|Dynamics"	4
101	"Terrain Analysis|Hydrology|Flow Accumulation"	11
102	"Terrain Analysis|Hydrology|Miscellaneous"	4
103	"Terrain Analysis|Hydrology|Topographic Indices"	7
104	"Terrain Analysis|Lighting"	7
105	"Terrain Analysis|Morphometry"	16
106	"Terrain Analysis|Preprocessing"	7
107	"Terrain Analysis|Profiles"	6
108	"Terrain Analysis|Slope Stability"	6
109	"Terrain Analysis|Terrain Classification"	7
110	"Visualization|3D Viewer"	7
111	"Visualization|Grid"	11
-------------- next part --------------
LIB	TOOL	ID	MENU
"Maximum Entropy"	"Maximum Entropy Classifcation"	"0"	"Imagery|Classification"
"Maximum Entropy"	"Maximum Entropy Presence Prediction"	"1"	"Grid|Analysis|Macroecology"
"OpenCV"	"Morphological Filter (OpenCV)"	"0"	"Grid|Filter"
"OpenCV"	"Fourier Transformation (OpenCV)"	"1"	"Imagery|Fourier Analysis"
"OpenCV"	"Single Value Decomposition (OpenCV)"	"2"	"Imagery|Fourier Analysis"
"OpenCV"	"Neural Networks (OpenCV)"	"3"	"Imagery|Classification"
"OpenCV"	"Stereo Match (OpenCV)"	"4"	"Garden|Imagery"
"Tools"	"Vegetation Index (Distance Based)"	"0"	"Imagery|Vegetation Indices"
"Tools"	"Vegetation Index (Slope Based)"	"1"	"Imagery|Vegetation Indices"
"Tools"	"Enhanced Vegetation Index"	"2"	"Imagery|Vegetation Indices"
"Tools"	"Tasseled Cap Transformation"	"3"	"Imagery|Vegetation Indices"
"Tools"	"IHS Sharpening"	"4"	"Imagery|Image Sharpening"
"Tools"	"Colour Normalized Brovey Sharpening"	"5"	"Imagery|Image Sharpening"
"Tools"	"Colour Normalized Spectral Sharpening"	"6"	"Imagery|Image Sharpening"
"Tools"	"Principle Components Based Image Sharpening"	"7"	"Imagery|Image Sharpening"
"Tools"	"Top of Atmosphere Reflectance"	"8"	"Imagery|Landsat"
"Tools"	"Automated Cloud Cover Assessment"	"9"	"Imagery|Landsat"
"Tools"	"Landsat Import with Options"	"10"	"Imagery|Landsat"
"SVM"	"SVM Classification"	"0"	"Imagery|Classification"
"Segmentation"	"Watershed Segmentation"	"0"	"Imagery|Segmentation"
"Segmentation"	"Grid Skeletonization"	"1"	"Imagery|Segmentation"
"Segmentation"	"Seed Generation"	"2"	"Imagery|Segmentation"
"Segmentation"	"Seeded Region Growing"	"3"	"Imagery|Segmentation"
"Classification"	"Supervised Classification for Grids"	"0"	"Imagery|Classification"
"Classification"	"Cluster Analysis for Grids"	"1"	"Imagery|Classification"
"Classification"	"Change Detection"	"2"	"Imagery|Classification"
"Classification"	"Decision Tree"	"3"	"Imagery|Classification"
"Classification"	"Supervised Classification for Shapes"	"4"	"Shapes|Table"
"Classification"	"Supervised Classification for Tables"	"5"	"Table|Tools"
"ViGrA"	"Smoothing (ViGrA)"	"0"	"Grid|Filter"
"ViGrA"	"Edge Detection (ViGrA)"	"1"	"Imagery|Segmentation"
"ViGrA"	"Morphological Filter (ViGrA)"	"2"	"Grid|Filter"
"ViGrA"	"Distance (ViGrA)"	"3"	"Grid|Distances"
"ViGrA"	"Watershed Segmentation (ViGrA)"	"4"	"Imagery|Segmentation"
"ViGrA"	"Fourier Transform (ViGrA)"	"5"	"Imagery|Fourier Analysis"
"ViGrA"	"Fourier Transform Inverse (ViGrA)"	"6"	"Imagery|Fourier Analysis"
"ViGrA"	"Fourier Transform (Real, ViGrA)"	"7"	"Imagery|Fourier Analysis"
"ViGrA"	"Fourier Filter (ViGrA)"	"8"	"Imagery|Fourier Analysis"
"ViGrA"	"Random Forest Classification (ViGrA)"	"9"	"Imagery|Classification"
"ViGrA"	"Random Forest Presence Prediction (ViGrA)"	"10"	"Grid|Analysis|Macroecology"
"Photogrammetry"	"Resection (Terrestrial)"	"0"	"Imagery|Photogrammetry"
"Photogrammetry"	"Colorisation (PC)"	"1"	"Imagery|Photogrammetry"
"Visualization"	"[deprecated] TIN Viewer"	"0"	"Visualization|3D Viewer"
"Tools"	"Grid to TIN"	"0"	"TIN|Conversion"
"Tools"	"Grid to TIN (Surface Specific Points)"	"1"	"TIN|Conversion"
"Tools"	"Shapes to TIN"	"2"	"TIN|Conversion"
"Tools"	"TIN to Shapes"	"3"	"TIN|Conversion"
"Tools"	"Gradient"	"4"	"TIN|Terrain Analysis"
"Tools"	"Flow Accumulation (Trace)"	"5"	"TIN|Terrain Analysis"
"Tools"	"Flow Accumulation (Parallel)"	"6"	"TIN|Terrain Analysis"
"Tools"	"Create New Table"	"0"	"Table|Construction"
"Tools"	"Transpose Table"	"1"	"Table|Tools"
"Tools"	"Enumerate Table Field"	"2"	"Table|Tools"
"Tools"	"Join Attributes from a Table"	"3"	"Table|Tools"
"Tools"	"Join Attributes from a Table (Shapes)"	"4"	"Shapes|Table"
"Tools"	"Change Date Format"	"5"	"Table|Tools"
"Tools"	"Change Time Format"	"6"	"Table|Tools"
"Tools"	"Change Field Type"	"7"	"Table|Tools"
"Tools"	"Append Fields from another Table"	"8"	"Table|Tools"
"Tools"	"Change Color Format"	"9"	"Table|Tools"
"Tools"	"Replace Text"	"10"	"Table|Tools"
"Tools"	"Delete Fields"	"11"	"Table|Tools"
"Tools"	"Copy Selection"	"15"	"Table|Selection"
"Tools"	"Delete Selection"	"16"	"Table|Selection"
"Tools"	"Invert Selection"	"17"	"Table|Selection"
"Tools"	"Select by Numerical Expression"	"18"	"Table|Selection"
"Tools"	"Select by String Expression"	"19"	"Table|Selection"
"Tools"	"Add Indicator Fields for Categories"	"20"	"Table|Tools"
"Calculus"	"Function Fit"	"0"	"Table|Calculus"
"Calculus"	"Table Calculator"	"1"	"Table|Calculus"
"Calculus"	"Table Calculator (Shapes)"	"2"	"Shapes|Table"
"Calculus"	"Running Average"	"5"	"Table|Calculus"
"Calculus"	"Cluster Analysis"	"6"	"Table|Calculus"
"Calculus"	"Principle Components Analysis"	"7"	"Table|Calculus"
"Calculus"	"Fill Gaps in Records"	"8"	"Table|Calculus"
"Calculus"	"Find Field of Extreme Value"	"11"	"Table|Calculus"
"Calculus"	"Minimum Redundancy Feature Selection"	"12"	"Table|Calculus"
"Calculus"	"Cluster Analysis (Shapes)"	"14"	"Shapes|Table"
"Calculus"	"Field Statistics"	"15"	"Table|Calculus"
"Slope Stability"	"SAFETYFACTOR"	"0"	"Terrain Analysis|Slope Stability"
"Slope Stability"	"TOBIA"	"1"	"Terrain Analysis|Slope Stability"
"Slope Stability"	"SHALSTAB"	"2"	"Terrain Analysis|Slope Stability"
"Slope Stability"	"WETNESS"	"3"	"Terrain Analysis|Slope Stability"
"Slope Stability"	"WEDGEFAIL"	"4"	"Terrain Analysis|Slope Stability"
"Slope Stability"	"ANGMAP"	"5"	"Terrain Analysis|Slope Stability"
"Profiles"	"Profile"	"0"	"Terrain Analysis|Profiles"
"Profiles"	"Flow Path Profile"	"1"	"Terrain Analysis|Profiles"
"Profiles"	"Swath Profile"	"2"	"Terrain Analysis|Profiles"
"Profiles"	"Cross Profiles"	"3"	"Terrain Analysis|Profiles"
"Profiles"	"Profiles from Lines"	"4"	"Terrain Analysis|Profiles"
"Profiles"	"Profile from points"	"5"	"Terrain Analysis|Profiles"
"Preprocessing"	"Flat Detection"	"0"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Sink Drainage Route Detection"	"1"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Sink Removal"	"2"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Fill Sinks (Planchon/Darboux, 2001)"	"3"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Fill Sinks (Wang & Liu)"	"4"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Fill Sinks XXL (Wang & Liu)"	"5"	"Terrain Analysis|Preprocessing"
"Preprocessing"	"Burn Stream Network into DEM"	"6"	"Terrain Analysis|Preprocessing"
"Morphometry"	"Slope, Aspect, Curvature"	"0"	"Terrain Analysis|Morphometry"
"Morphometry"	"Convergence Index"	"1"	"Terrain Analysis|Morphometry"
"Morphometry"	"Convergence Index (Search Radius)"	"2"	"Terrain Analysis|Morphometry"
"Morphometry"	"Surface Specific Points"	"3"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Curvature Classification"	"4"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Hypsometry"	"5"	"Terrain Analysis|Morphometry"
"Morphometry"	"Real Surface Area"	"6"	"Terrain Analysis|Morphometry"
"Morphometry"	"Morphometric Protection Index"	"7"	"Terrain Analysis|Morphometry"
"Morphometry"	"Multiresolution Index of Valley Bottom Flatness (MRVBF)"	"8"	"Terrain Analysis|Morphometry"
"Morphometry"	"Downslope Distance Gradient"	"9"	"Terrain Analysis|Morphometry"
"Morphometry"	"Mass Balance Index"	"10"	"Terrain Analysis|Morphometry"
"Morphometry"	"Effective Air Flow Heights"	"11"	"Terrain Analysis|Climate and Weather"
"Morphometry"	"Diurnal Anisotropic Heating"	"12"	"Terrain Analysis|Climate and Weather"
"Morphometry"	"Land Surface Temperature"	"13"	"Terrain Analysis|Climate and Weather"
"Morphometry"	"Relative Heights and Slope Positions"	"14"	"Terrain Analysis|Morphometry"
"Morphometry"	"Wind Effect (Windward / Leeward Index)"	"15"	"Terrain Analysis|Climate and Weather"
"Morphometry"	"Terrain Ruggedness Index (TRI)"	"16"	"Terrain Analysis|Morphometry"
"Morphometry"	"Vector Ruggedness Measure (VRM)"	"17"	"Terrain Analysis|Morphometry"
"Morphometry"	"Topographic Position Index (TPI)"	"18"	"Terrain Analysis|Morphometry"
"Morphometry"	"TPI Based Landform Classification"	"19"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Terrain Surface Texture"	"20"	"Terrain Analysis|Morphometry"
"Morphometry"	"Terrain Surface Convexity"	"21"	"Terrain Analysis|Morphometry"
"Morphometry"	"Terrain Surface Classification"	"22"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Morphometric Features"	"23"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Valley and Ridge Detection (Top Hat Approach)"	"24"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Fuzzy Landform Element Classification"	"25"	"Terrain Analysis|Terrain Classification"
"Morphometry"	"Upslope and Downslope Curvature"	"26"	"Terrain Analysis|Morphometry"
"Lighting, Visibility"	"Analytical Hillshading"	"0"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Visibility (single point)"	"1"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Potential Incoming Solar Radiation"	"2"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Sky View Factor"	"3"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Topographic Correction"	"4"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Topographic Openness"	"5"	"Terrain Analysis|Lighting"
"Lighting, Visibility"	"Visibility (points)"	"6"	"Terrain Analysis|Lighting"
"Hydrology"	"Flow Accumulation (Top-Down)"	"0"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Flow Accumulation (Recursive)"	"1"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Flow Accumulation (Flow Tracing)"	"2"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Upslope Area"	"3"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Upslope Area"	"4"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Downslope Area"	"5"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Flow Path Length"	"6"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Slope Length"	"7"	"Terrain Analysis|Hydrology|Miscellaneous"
"Hydrology"	"Isochrones Constant Speed"	"8"	"Terrain Analysis|Hydrology|Dynamics"
"Hydrology"	"Isochrones Variable Speed"	"9"	"Terrain Analysis|Hydrology|Dynamics"
"Hydrology"	"Cell Balance"	"10"	"Terrain Analysis|Hydrology|Miscellaneous"
"Hydrology"	"Flow Sinuosity"	"11"	"Terrain Analysis|Hydrology|Dynamics"
"Hydrology"	"Flow Depth"	"12"	"Terrain Analysis|Hydrology|Dynamics"
"Hydrology"	"Edge Contamination"	"13"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"SAGA Wetness Index"	"15"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"Lake Flood"	"16"	"Terrain Analysis|Hydrology|Miscellaneous"
"Hydrology"	"Lake Flood"	"17"	"Terrain Analysis|Hydrology|Miscellaneous"
"Hydrology"	"Flow Accumulation (Mass-Flux Method)"	"18"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Flow Width and Specific Catchment Area"	"19"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Hydrology"	"Topographic Wetness Index (TWI)"	"20"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"Stream Power Index"	"21"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"LS Factor"	"22"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"Melton Ruggedness Number"	"23"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"TCI Low"	"24"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"LS-Factor, Field Based"	"25"	"Terrain Analysis|Hydrology|Topographic Indices"
"Hydrology"	"Slope Limited Flow Accumulation"	"26"	"Terrain Analysis|Hydrology|Flow Accumulation"
"Compound Analyses"	"Basic Terrain Analysis"	"0"	"Terrain Analysis"
"Channels"	"Channel Network"	"0"	"Terrain Analysis|Channels"
"Channels"	"Watershed Basins"	"1"	"Terrain Analysis|Channels"
"Channels"	"Watershed Basins (Extended)"	"2"	"Terrain Analysis|Channels"
"Channels"	"Vertical Distance to Channel Network"	"3"	"Terrain Analysis|Channels"
"Channels"	"Overland Flow Distance to Channel Network"	"4"	"Terrain Analysis|Channels"
"Channels"	"Channel Network and Drainage Basins"	"5"	"Terrain Analysis|Channels"
"Channels"	"Strahler Order"	"6"	"Terrain Analysis|Channels"
"Channels"	"Valley Depth"	"7"	"Terrain Analysis|Channels"
"Regression"	"Regression Analysis (Points and Predictor Grid)"	"0"	"Spatial and Geostatistics|Regression"
"Regression"	"Multiple Regression Analysis (Points and Predictor Grids)"	"1"	"Spatial and Geostatistics|Regression"
"Regression"	"Polynomial Regression"	"2"	"Spatial and Geostatistics|Regression"
"Regression"	"GWR for Single Predictor (Gridded Model Output)"	"3"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"GWR for Single Predictor Grid"	"4"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"GWR for Multiple Predictors (Gridded Model Output)"	"5"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"GWR for Multiple Predictor Grids"	"6"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"GWR for Multiple Predictors"	"7"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"Multiple Regression Analysis (Grid and Predictor Grids)"	"8"	"Spatial and Geostatistics|Regression"
"Regression"	"Polynomial Trend from Grids"	"9"	"Spatial and Geostatistics|Regression"
"Regression"	"Trend Analysis"	"10"	"Spatial and Geostatistics|Regression|Table"
"Regression"	"Trend Analysis (Shapes)"	"11"	"Spatial and Geostatistics|Regression|Shapes"
"Regression"	"Multiple Linear Regression Analysis"	"12"	"Spatial and Geostatistics|Regression|Table"
"Regression"	"Multiple Linear Regression Analysis (Shapes)"	"13"	"Spatial and Geostatistics|Regression|Shapes"
"Regression"	"GWR for Grid Downscaling"	"14"	"Spatial and Geostatistics|Geographically Weighted Regression"
"Regression"	"Zonal Multiple Regression Analysis (Points and Predictor Grids)"	"15"	"Spatial and Geostatistics|Regression"
"Points"	"Variogram"	"0"	"Spatial and Geostatistics|Points"
"Points"	"Variogram Cloud"	"1"	"Spatial and Geostatistics|Points"
"Points"	"Variogram Surface"	"2"	"Spatial and Geostatistics|Points"
"Points"	"Minimum Distance Analysis"	"3"	"Spatial and Geostatistics|Points"
"Points"	"Spatial Point Pattern Analysis"	"4"	"Spatial and Geostatistics|Points"
"Kriging"	"Ordinary Kriging"	"0"	"Spatial and Geostatistics|Kriging"
"Kriging"	"Simple Kriging"	"1"	"Spatial and Geostatistics|Kriging"
"Kriging"	"Universal Kriging"	"2"	"Spatial and Geostatistics|Kriging"
"Kriging"	"Regression Kriging"	"3"	"Spatial and Geostatistics|Kriging"
"Kriging"	"Variogram (Dialog)"	"4"	"Spatial and Geostatistics|Points"
"Grids"	"Fast Representativeness"	"0"	"Spatial and Geostatistics|Grids"
"Grids"	"Residual Analysis (Grid)"	"1"	"Spatial and Geostatistics|Grids"
"Grids"	"Representativeness (Grid)"	"2"	"Spatial and Geostatistics|Grids"
"Grids"	"Radius of Variance (Grid)"	"3"	"Spatial and Geostatistics|Grids"
"Grids"	"Statistics for Grids"	"4"	"Spatial and Geostatistics|Grids"
"Grids"	"Zonal Grid Statistics"	"5"	"Spatial and Geostatistics|Grids"
"Grids"	"Directional Statistics for Single Grid"	"6"	"Spatial and Geostatistics|Grids"
"Grids"	"Global Moran's I for Grids"	"7"	"Spatial and Geostatistics|Grids"
"Grids"	"Principle Components Analysis"	"8"	"Spatial and Geostatistics|Grids|Principle Components"
"Grids"	"Multi-Band Variation"	"9"	"Spatial and Geostatistics|Grids"
"Grids"	"Inverse Principle Components Rotation"	"10"	"Spatial and Geostatistics|Grids|Principle Components"
"Grids"	"Longitudinal Grid Statistics"	"11"	"Spatial and Geostatistics|Grids"
"Grids"	"Meridional Grid Statistics"	"12"	"Spatial and Geostatistics|Grids"
"Grids"	"Save Grid Statistics to Table"	"13"	"Spatial and Geostatistics|Grids"
"Hydrology: IHACRES"	"IHACRES Calibration (2)"	"0"	"Simulation|Hydrology|IHACRES"
"Hydrology: IHACRES"	"IHACRES Version 1.0"	"1"	"Simulation|Hydrology|IHACRES"
"Hydrology: IHACRES"	"IHACRES Basin"	"2"	"Simulation|Hydrology|IHACRES"
"Hydrology: IHACRES"	"IHACRES Elevation Bands"	"3"	"Simulation|Hydrology|IHACRES"
"Hydrology: IHACRES"	"IHACRES Elevation Bands Calibration"	"4"	"Simulation|Hydrology|IHACRES"
"Hydrology"	"Soil Moisture Content"	"0"	"Simulation|Hydrology"
"Hydrology"	"Overland Flow - Kinematic Wave D8"	"1"	"Simulation|Hydrology"
"Hydrology"	"TOPMODEL"	"2"	"Simulation|Hydrology"
"Hydrology"	"Water Retention Capacity"	"3"	"Simulation|Hydrology"
"Hydrology"	"Diffuse Pollution Risk"	"4"	"Simulation|Hydrology"
"Fire Spreading Analysis"	"Fire Risk Analysis"	"0"	"Simulation|Fire Spreading"
"Fire Spreading Analysis"	"Simulation"	"1"	"Simulation|Fire Spreading"
"Erosion"	"MMF-SAGA Soil Erosion Model"	"0"	"Simulation|Erosion"
"Modelling the Human Impact on Nature"	"01: A Simple Litter System"	"0"	"Simulation|Ecology|Modelling the Human Impact on Nature"
"Modelling the Human Impact on Nature"	"02: Carbon Cycle Simulation for Terrestrial Biomass"	"1"	"Simulation|Ecology|Modelling the Human Impact on Nature"
"Modelling the Human Impact on Nature"	"03: Spatially Distributed Simulation of Soil Nitrogen Dynamics"	"2"	"Simulation|Ecology|Modelling the Human Impact on Nature"
"Cellular Automata"	"Conway's Life"	"0"	"Simulation|Cellular Automata"
"Cellular Automata"	"Wa-Tor"	"1"	"Simulation|Cellular Automata"
"Transects"	"Transect through polygon shapefile"	"0"	"Shapes|Lines|Transects"
"Tools"	"Create New Shapes Layer"	"0"	"Shapes|Construction"
"Tools"	"Merge Layers"	"2"	"Shapes|Construction"
"Tools"	"Select by Attributes... (Numerical Expression)"	"3"	"Shapes|Selection"
"Tools"	"Select by Attributes... (String Expression)"	"4"	"Shapes|Selection"
"Tools"	"Select by Location..."	"5"	"Shapes|Selection"
"Tools"	"Copy Selection to New Shapes Layer"	"6"	"Shapes|Selection"
"Tools"	"Delete Selection from Shapes Layer"	"7"	"Shapes|Selection"
"Tools"	"Invert Selection of Shapes Layer"	"8"	"Shapes|Selection"
"Tools"	"Split Shapes Layer Completely"	"9"	"Shapes|Construction"
"Tools"	"Transform Shapes"	"10"	"Shapes|Tools"
"Tools"	"Create Chart Layer (bars/sectors)"	"11"	"Shapes|Tools"
"Tools"	"Create Graticule"	"12"	"Shapes|Tools"
"Tools"	"Cut Shapes Layer"	"13"	"Shapes|Construction"
"Tools"	"Cut Shapes Layer"	"14"	"Shapes|Construction"
"Tools"	"Split Shapes Layer"	"15"	"Shapes|Construction"
"Tools"	"Split Shapes Layer Randomly"	"16"	"Shapes|Construction"
"Tools"	"Split Table/Shapes by Attribute"	"17"	"Shapes|Construction"
"Tools"	"Shapes Buffer"	"18"	"Shapes|Tools"
"Tools"	"Get Shapes Extents"	"19"	"Shapes|Tools"
"Tools"	"QuadTree Structure to Shapes"	"20"	"Shapes|Tools"
"Tools"	"Polar to Cartesian Coordinates"	"21"	"Shapes|Tools"
"Tools"	"Generate Shapes"	"22"	"Shapes|Construction"
"Tools"	"Convert Vertex Type (2D/3D)"	"23"	"Shapes|Conversion"
"Tools"	"Merge Tables"	"24"	"Table|Tools"
"Tools"	"Land Use Scenario Generator"	"25"	"Shapes|Tools"
"Polygons"	"Polygon Centroids"	"1"	"Shapes|Polygons"
"Polygons"	"Polygon Properties"	"2"	"Shapes|Polygons"
"Polygons"	"Convert Lines to Polygons"	"3"	"Shapes|Conversion"
"Polygons"	"Point Statistics for Polygons"	"4"	"Shapes|Polygons"
"Polygons"	"Polygon Dissolve"	"5"	"Shapes|Polygons"
"Polygons"	"Convert Polygon/Line Vertices to Points"	"6"	"Shapes|Conversion"
"Polygons"	"Polygon Shape Indices"	"7"	"Shapes|Polygons"
"Polygons"	"Polygon-Line Intersection"	"8"	"Shapes|Polygons"
"Polygons"	"Polygons to Edges and Nodes"	"9"	"Shapes|Polygons"
"Polygons"	"Polygon Parts to Separate Polygons"	"10"	"Shapes|Polygons"
"Polygons"	"Polygon Clipping"	"11"	"Shapes|Polygons"
"Polygons"	"Polygon Self-Intersection"	"12"	"Shapes|Polygons"
"Polygons"	"Intersect"	"14"	"Shapes|Polygons|Overlay"
"Polygons"	"Difference"	"15"	"Shapes|Polygons|Overlay"
"Polygons"	"Symmetrical Difference"	"16"	"Shapes|Polygons|Overlay"
"Polygons"	"Union"	"17"	"Shapes|Polygons|Overlay"
"Polygons"	"Update"	"18"	"Shapes|Polygons|Overlay"
"Polygons"	"Identity"	"19"	"Shapes|Polygons|Overlay"
"Polygons"	"Add Point Attributes to Polygons"	"20"	"Shapes|Polygons"
"Polygons"	"Flatten Polygon Layer"	"21"	"Shapes|Polygons"
"Polygons"	"Shared Polygon Edges"	"22"	"Shapes|Polygons"
"Points"	"Convert Table to Points"	"0"	"Shapes|Conversion"
"Points"	"Count Points in Polygons"	"1"	"Shapes|Points"
"Points"	"Create Point Grid"	"2"	"Shapes|Points"
"Points"	"Point Distances"	"3"	"Shapes|Points"
"Points"	"Fit N Points to shape"	"4"	"Shapes|Points"
"Points"	"Convert Lines to Points"	"5"	"Shapes|Conversion"
"Points"	"Add Coordinates to points"	"6"	"Shapes|Points"
"Points"	"Remove Duplicate Points"	"7"	"Shapes|Points"
"Points"	"Clip Points with Polygons"	"8"	"Shapes|Points"
"Points"	"Separate points by direction"	"9"	"Shapes|Points"
"Points"	"Add Polygon Attributes to Points"	"10"	"Shapes|Points"
"Points"	"Points Filter"	"11"	"Shapes|Points"
"Points"	"Convex Hull"	"12"	"Shapes|Tools"
"Points"	"Select Points"	"13"	"Shapes|Selection"
"Points"	"Points Thinning"	"14"	"Shapes|Points"
"Points"	"Convert Multipoints to Points"	"15"	"Shapes|Conversion"
"Points"	"Thiessen Polygons"	"16"	"Shapes|Points"
"Points"	"Aggregate Point Observations"	"17"	"Shapes|Points"
"Points"	"Snap Points to Points"	"18"	"Shapes|Points"
"Points"	"Snap Points to Lines"	"19"	"Shapes|Points"
"Points"	"Snap Points to Grid"	"20"	"Shapes|Points"
"Lines"	"Convert Polygons to Lines"	"0"	"Shapes|Conversion"
"Lines"	"Convert Points to Line(s)"	"1"	"Shapes|Conversion"
"Lines"	"Line Properties"	"2"	"Shapes|Lines"
"Lines"	"Line-Polygon Intersection"	"3"	"Shapes|Lines"
"Lines"	"Line Simplification"	"4"	"Shapes|Lines"
"Lines"	"Line Dissolve"	"5"	"Shapes|Lines"
"Lines"	"Split Lines with Lines"	"6"	"Shapes|Lines"
"Lines"	"Line Smoothing"	"7"	"Shapes|Lines"
"Grid Tools"	"Add Grid Values to Points"	"0"	"Shapes|Grid|Grid Values"
"Grid Tools"	"Add Grid Values to Shapes"	"1"	"Shapes|Grid|Grid Values"
"Grid Tools"	"Grid Statistics for Polygons"	"2"	"Shapes|Grid|Grid Values"
"Grid Tools"	"Grid Values to Points"	"3"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Grid Values to Points (randomly)"	"4"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Contour Lines from Grid"	"5"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Vectorising Grid Classes"	"6"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Clip Grid with Polygon"	"7"	"Shapes|Grid|Spatial Extent"
"Grid Tools"	"Grid Statistics for Points"	"8"	"Shapes|Grid|Grid Values"
"Grid Tools"	"Local Minima and Maxima"	"9"	"Shapes|Grid|Grid Values"
"Grid Tools"	"Grid System Extent"	"10"	"Shapes|Grid|Spatial Extent"
"Grid Tools"	"Clip Grid with Rectangle"	"11"	"Shapes|Grid|Spatial Extent"
"Grid Tools"	"Gradient Vectors from Surface"	"15"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Gradient Vectors from Direction and Length"	"16"	"Shapes|Grid|Vectorization"
"Grid Tools"	"Gradient Vectors from Directional Components"	"17"	"Shapes|Grid|Vectorization"
"Point Clouds"	"Point Cloud Cutter"	"0"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Point Cloud Cutter"	"1"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Point Cloud from Grid Points"	"2"	"Shapes|Point Clouds|Conversion"
"Point Clouds"	"Point Cloud from Shapes"	"3"	"Shapes|Point Clouds|Conversion"
"Point Clouds"	"Point Cloud to Grid"	"4"	"Shapes|Point Clouds|Conversion"
"Point Clouds"	"Point Cloud to Shapes"	"5"	"Shapes|Point Clouds|Conversion"
"Point Clouds"	"Point Cloud Reclassifier / Subset Extractor"	"6"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Drop Point Cloud Attributes"	"7"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Transform Point Cloud"	"8"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Point Cloud Thinning (simple)"	"9"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Point Cloud Attribute Calculator"	"10"	"Shapes|Point Clouds|Tools"
"Point Clouds"	"Cluster Analysis for Point Clouds"	"11"	"Shapes|Point Clouds|Classification"
"Point Clouds"	"Merge Point Clouds"	"12"	"Shapes|Point Clouds|Tools"
"Point Clouds Viewer"	"[deprecated] Point Cloud Viewer"	"0"	"Visualization|3D Viewer"
"Grids"	"Color Palette Rotation"	"0"	"Visualization|Grid"
"Grids"	"Color Blending"	"1"	"Visualization|Grid"
"Grids"	"Fit Color Palette to Grid Values"	"2"	"Visualization|Grid"
"Grids"	"RGB Composite"	"3"	"Visualization|Grid"
"Grids"	"Create 3D Image"	"4"	"Visualization|Grid"
"Grids"	"Color Triangle Composite"	"5"	"Visualization|Grid"
"Grids"	"Histogram Surface"	"6"	"Visualization|Grid"
"Grids"	"Aspect-Slope Grid"	"7"	"Visualization|Grid"
"Grids"	"Terrain Map View"	"8"	"Visualization|Grid"
"Grids"	"Split RGB Composite"	"9"	"Visualization|Grid"
"Grids"	"Select Look-up Table for Grid Visualization"	"10"	"Visualization|Grid"
"3D Viewer"	"TIN Viewer"	"0"	"Visualization|3D Viewer"
"3D Viewer"	"Point Cloud Viewer"	"1"	"Visualization|3D Viewer"
"3D Viewer"	"3D Shapes Viewer"	"2"	"Visualization|3D Viewer"
"3D Viewer"	"Globe Viewer for Grids"	"3"	"Visualization|3D Viewer"
"3D Viewer"	"Multiple Grids Viewer"	"4"	"Visualization|3D Viewer"
"Proj.4"	"Set Coordinate Reference System"	"0"	"Projection"
"Proj.4"	"Coordinate Transformation (Shapes List)"	"1"	"Projection"
"Proj.4"	"Coordinate Transformation (Shapes)"	"2"	"Projection"
"Proj.4"	"Coordinate Transformation (Grid List)"	"3"	"Projection"
"Proj.4"	"Coordinate Transformation (Grid)"	"4"	"Projection"
"Proj.4"	"[deprecated] Proj.4 (Command Line Arguments, Shapes)"	"5"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Dialog, Shapes)"	"6"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Command Line Arguments, Grid)"	"7"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Dialog, Grid)"	"8"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Command Line Arguments, List of Shapes Layers)"	"9"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Dialog, List of Shapes Layers)"	"10"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Command Line Arguments, List of Grids)"	"11"	"Projection|Alternatives"
"Proj.4"	"[deprecated] Proj.4 (Dialog, List of Grids)"	"12"	"Projection|Alternatives"
"Proj.4"	"Change Longitudinal Range for Grids"	"13"	"Projection|Tools"
"Proj.4"	"Latitude/Longitude Graticule"	"14"	"Projection|Tools"
"Proj.4"	"Coordinate Reference System Picker"	"15"	"Projection|Tools"
"Proj.4"	"Tissot's Indicatrix"	"16"	"Projection|Tools"
"Proj.4"	"Geographic Coordinate Grids"	"17"	"Projection|Tools"
"Proj.4"	"Coordinate Transformation (Point Cloud List)"	"18"	"Projection"
"Proj.4"	"Coordinate Transformation (Point Cloud)"	"19"	"Projection"
"Proj.4"	"Geographic Distances"	"20"	"Projection|Tools"
"Proj.4"	"Geographic Distances (Pair of Coordinates)"	"21"	"Projection|Tools"
"Proj.4"	"Geographic Distances"	"22"	"Projection|Tools"
"Georeferencing"	"Create Reference Points"	"0"	"Projection|Georeferencing"
"Georeferencing"	"Rectify Grid"	"1"	"Projection|Georeferencing"
"Georeferencing"	"Warping Shapes"	"2"	"Projection|Georeferencing"
"Georeferencing"	"Move Grid"	"3"	"Projection|Georeferencing"
"Georeferencing"	"Direct Georeferencing of Airborne Photographs"	"4"	"Projection|Georeferencing"
"Georeferencing"	"Define Georeference for Grids"	"5"	"Projection|Georeferencing"
"Georeferencing"	"World File from Flight and Camera Settings"	"6"	"Projection|Georeferencing"
"Virtual"	"Create Virtual Point Cloud Dataset"	"0"	"File|Virtual|Point Cloud"
"Virtual"	"Get Subset from Virtual Point Cloud"	"1"	"File|Virtual|Point Cloud"
"Virtual"	"Create Tileshape from Virtual Point Cloud"	"2"	"File|Virtual|Point Cloud"
"Virtual"	"Get Subset from Virtual Point Cloud"	"3"	"File|Virtual|Point Cloud"
"Virtual"	"Get Grid from Virtual Point Cloud"	"4"	"File|Virtual|Point Cloud"
"Virtual"	"Get Grid from Virtual Point Cloud"	"5"	"File|Virtual|Point Cloud"
"Virtual"	"Remove Overlap from Virtual Point Cloud Tiles"	"6"	"File|Virtual|Point Cloud"
"Tables"	"Export Text Table"	"0"	"File|Tables|Export"
"Tables"	"Import Text Table"	"1"	"File|Tables|Import"
"Tables"	"Import Text Table with Numbers only"	"2"	"File|Tables|Import"
"Tables"	"Import Text Table (Fixed Column Sizes)"	"3"	"File|Tables|Import"
"DXF"	"Import DXF Files"	"0"	"File|Shapes|Import"
"Shapes"	"Export GStat Shapes"	"0"	"File|Shapes|Export"
"Shapes"	"Import GStat Shapes"	"1"	"File|Shapes|Import"
"Shapes"	"Export Shapes to XYZ"	"2"	"File|Shapes|Export"
"Shapes"	"Import Shapes from XYZ"	"3"	"File|Shapes|Import"
"Shapes"	"Export Shapes to Generate"	"4"	"File|Shapes|Export"
"Shapes"	"Export Surfer Blanking File"	"5"	"File|Shapes|Export"
"Shapes"	"Import Surfer Blanking Files"	"6"	"File|Shapes|Import"
"Shapes"	"Export Atlas Boundary File"	"7"	"File|Shapes|Export"
"Shapes"	"Import Atlas Boundary File"	"8"	"File|Shapes|Import"
"Shapes"	"Export WASP terrain map file"	"9"	"File|Shapes|Export"
"Shapes"	"Import WASP terrain map file"	"10"	"File|Shapes|Import"
"Shapes"	"Import Stereo Lithography File (STL)"	"11"	"File|Shapes|Import"
"Shapes"	"Export TIN to Stereo Lithography File (STL)"	"12"	"File|Shapes|Export"
"Shapes"	"Import GPX"	"13"	"File|Shapes|Import"
"Shapes"	"Export GPX"	"14"	"File|Shapes|Export"
"Shapes"	"Import Point Cloud from Shape File"	"15"	"File|Shapes|Import"
"Shapes"	"Import Point Cloud from Text File"	"16"	"File|Shapes|Import"
"Shapes"	"Export Scalable Vector Graphics (SVG) File"	"17"	"File|Shapes|Export"
"Shapes"	"Export Point Cloud to Text File"	"18"	"File|Shapes|Export"
"Shapes"	"Import Simple Features from Well Known Text"	"19"	"File|Shapes|Import"
"Shapes"	"Export Simple Features to Well Known Text"	"20"	"File|Shapes|Export"
"Images"	"Export Image (bmp, jpg, pcx, png, tif)"	"0"	"File|Grid|Export"
"Images"	"Import Image (bmp, jpg, png, tif, gif, pnm, xpm)"	"1"	"File|Grid|Import"
"Images"	"Export Grid to KML"	"2"	"File|Grid|Export"
"GRIB Files"	"Import GRIB2 record"	"0"	"File|Grid|Import"
"Grids"	"Export ESRI Arc/Info Grid"	"0"	"File|Grid|Export"
"Grids"	"Import ESRI Arc/Info Grid"	"1"	"File|Grid|Import"
"Grids"	"Export Surfer Grid"	"2"	"File|Grid|Export"
"Grids"	"Import Surfer Grid"	"3"	"File|Grid|Import"
"Grids"	"Import Binary Raw Data"	"4"	"File|Grid|Import"
"Grids"	"Export Grid to XYZ"	"5"	"File|Grid|Export"
"Grids"	"Import Grid from XYZ"	"6"	"File|Grid|Import"
"Grids"	"Import USGS SRTM Grid"	"7"	"File|Grid|Import"
"Grids"	"Import MOLA Grid (MEGDR)"	"8"	"File|Grid|Import"
"Grids"	"Import SRTM30 DEM"	"9"	"File|Grid|Import"
"Grids"	"Export True Color Bitmap"	"10"	"File|Grid|Export"
"Grids"	"Import Erdas LAN/GIS"	"11"	"File|Grid|Import"
"Grids"	"Import Grid from Table"	"12"	"File|Grid|Import"
"Grids"	"Import WRF Geogrid Binary Format"	"13"	"File|Grid|Import"
"Grids"	"Export WRF Geogrid Binary Format"	"14"	"File|Grid|Export"
"Grids"	"Import Building Sketches from CityGML"	"15"	"File|Grid|Import"
"Grids"	"Import, Clip and Resample Grids"	"16"	"File|Grid|Import"
"GPS Tools"	"GPX to shapefile"	"0"	"File|GPS Import"
"GPS Tools"	"GPSBabel"	"1"	"File|GPS Import"
"ESRI E00"	"Import ESRI E00 File"	"0"	"File|ESRI E00"
"PostgreSQL"	"List PostgreSQL Connections"	"0"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"Connect to PostgreSQL"	"1"	"Database|PostgreSQL"
"PostgreSQL"	"Disconnect from PostgreSQL"	"2"	"Database|PostgreSQL"
"PostgreSQL"	"Disconnect All"	"3"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"Begin Transaction"	"4"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"Commit/Rollback Transaction"	"5"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"Execute SQL"	"6"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"List Tables"	"10"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"List Table Fields"	"11"	"Database|PostgreSQL|Tools"
"PostgreSQL"	"Import Table"	"12"	"Database|PostgreSQL|Tables"
"PostgreSQL"	"Export Table"	"13"	"Database|PostgreSQL|Tables"
"PostgreSQL"	"Drop Table"	"14"	"Database|PostgreSQL|Tables"
"PostgreSQL"	"Import Table from SQL Query"	"15"	"Database|PostgreSQL|Tables"
"PostgreSQL"	"Import Shapes from PostGIS"	"20"	"Database|PostgreSQL|Shapes"
"PostgreSQL"	"Export Shapes to PostGIS"	"21"	"Database|PostgreSQL|Shapes"
"PostgreSQL"	"Update Shapes SRID"	"22"	"Database|PostgreSQL|Shapes"
"PostgreSQL"	"Import Raster from PostGIS"	"30"	"Database|PostgreSQL|Raster"
"PostgreSQL"	"Export Raster to PostGIS"	"31"	"Database|PostgreSQL|Raster"
"PostgreSQL"	"Update Raster SRID"	"32"	"Database|PostgreSQL|Raster"
"ODBC/OTL"	"Connect to ODBC Source"	"0"	"Database|ODBC"
"ODBC/OTL"	"Disconnect from ODBC Source"	"1"	"Database|ODBC"
"ODBC/OTL"	"Commit/Rollback Transaction"	"2"	"Database|ODBC|Tools"
"ODBC/OTL"	"Execute SQL"	"3"	"Database|ODBC|Tools"
"ODBC/OTL"	"List Table Fields"	"4"	"Database|ODBC|Tools"
"ODBC/OTL"	"Import Table"	"5"	"Database|ODBC|Tables"
"ODBC/OTL"	"Export Table"	"6"	"Database|ODBC|Tables"
"ODBC/OTL"	"Drop Table"	"7"	"Database|ODBC|Tables"
"ODBC/OTL"	"Import Table from SQL Query"	"8"	"Database|ODBC|Tables"
"ODBC/OTL"	"List ODBC Servers"	"9"	"Database|ODBC|Tools"
"ODBC/OTL"	"List Tables"	"10"	"Database|ODBC|Tools"
"ODBC/OTL"	"Disconnect All"	"11"	"Database|ODBC|Tools"
"LAS"	"Export LAS Files"	"0"	"File|Shapes|Export"
"LAS"	"Import LAS Files"	"1"	"File|Shapes|Import"
"LAS"	"LAS Info"	"2"	"File|Shapes|Import"
"GDAL/OGR"	"GDAL: Import Raster"	"0"	"File|GDAL/OGR"
"GDAL/OGR"	"GDAL: Export Raster"	"1"	"File|GDAL/OGR"
"GDAL/OGR"	"GDAL: Export Raster to GeoTIFF"	"2"	"File|GDAL/OGR"
"GDAL/OGR"	"OGR: Import Vector Data"	"3"	"File|GDAL/OGR"
"GDAL/OGR"	"OGR: Export Vector Data"	"4"	"File|GDAL/OGR"
"GDAL/OGR"	"OGR: Export Shapes to KML"	"5"	"File|GDAL/OGR"
"Tools"	"Resampling"	"0"	"Grid|Grid System"
"Tools"	"Aggregate"	"1"	"Grid|Grid System"
"Tools"	"Clip Grids"	"2"	"Grid|Grid System"
"Tools"	"Mosaicking"	"3"	"Grid|Grid System"
"Tools"	"Constant Grid"	"4"	"Grid|Values"
"Tools"	"Patching"	"5"	"Grid|Gaps"
"Tools"	"Close One Cell Gaps"	"6"	"Grid|Gaps"
"Tools"	"Close Gaps"	"7"	"Grid|Gaps"
"Tools"	"Grid Buffer"	"8"	"Grid|Distances"
"Tools"	"Threshold Buffer"	"9"	"Grid|Distances"
"Tools"	"Grid Proximity Buffer"	"10"	"Grid|Distances"
"Tools"	"Change Data Storage"	"11"	"Grid|Values"
"Tools"	"Change Grid Values"	"12"	"Grid|Values"
"Tools"	"Change Cell Values"	"13"	"Grid|Values"
"Tools"	"Grid Value Request"	"14"	"Grid|Values"
"Tools"	"Reclassify Grid Values"	"15"	"Grid|Values"
"Tools"	"Change Grid Values - Flood Fill"	"16"	"Grid|Values"
"Tools"	"Crop to Data"	"17"	"Grid|Grid System"
"Tools"	"Invert Data/No-Data"	"18"	"Grid|Values"
"Tools"	"Grid Orientation"	"19"	"Grid|Values"
"Tools"	"Combine Grids"	"20"	"Grid|Values"
"Tools"	"Grid Cell Index"	"21"	"Grid|Values"
"Tools"	"Grids from classified grid and table"	"22"	"Grid|Values"
"Tools"	"Create Grid System"	"23"	"Grid|Grid System"
"Tools"	"Grid Masking"	"24"	"Grid|Values"
"Tools"	"Close Gaps with Spline"	"25"	"Grid|Gaps"
"Tools"	"Proximity Grid"	"26"	"Grid|Distances"
"Tools"	"Tiling"	"27"	"Grid|Grid System"
"Tools"	"Shrink and Expand"	"28"	"Grid|Gaps"
"Tools"	"Close Gaps with Stepwise Resampling"	"29"	"Grid|Gaps"
"Tools"	"Transpose Grids"	"30"	"Grid|Grid System"
"Tools"	"Clip Grids"	"31"	"Grid|Grid System"
"Tools"	"Select Grid from List"	"32"	"Grid|Tools"
"Spline Interpolation"	"Thin Plate Spline"	"1"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"Thin Plate Spline (TIN)"	"2"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"B-Spline Approximation"	"3"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"Multilevel B-Spline Interpolation"	"4"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"Multilevel B-Spline Interpolation (from Grid)"	"5"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"Cubic Spline Approximation"	"6"	"Grid|Gridding|Spline Interpolation"
"Spline Interpolation"	"Multilevel B-Spline Interpolation for Categories"	"7"	"Grid|Gridding|Spline Interpolation"
"Gridding"	"Shapes to Grid"	"0"	"Grid|Gridding"
"Gridding"	"Inverse Distance Weighted"	"1"	"Grid|Gridding|Interpolation from Points"
"Gridding"	"Nearest Neighbour"	"2"	"Grid|Gridding|Interpolation from Points"
"Gridding"	"Natural Neighbour"	"3"	"Grid|Gridding|Interpolation from Points"
"Gridding"	"Modifed Quadratic Shepard"	"4"	"Grid|Gridding|Interpolation from Points"
"Gridding"	"Triangulation"	"5"	"Grid|Gridding|Interpolation from Points"
"Gridding"	"Kernel Density Estimation"	"6"	"Grid|Gridding"
"Gridding"	"Angular Distance Weighted"	"7"	"Grid|Gridding|Interpolation from Points"
"Filter"	"Simple Filter"	"0"	"Grid|Filter"
"Filter"	"Gaussian Filter"	"1"	"Grid|Filter"
"Filter"	"Laplacian Filter"	"2"	"Grid|Filter"
"Filter"	"Multi Direction Lee Filter"	"3"	"Grid|Filter"
"Filter"	"User Defined Filter"	"4"	"Grid|Filter"
"Filter"	"Filter Clumps"	"5"	"Grid|Filter"
"Filter"	"Majority Filter"	"6"	"Grid|Filter"
"Filter"	"DTM Filter (slope-based)"	"7"	"Grid|Filter"
"Filter"	"Morphological Filter"	"8"	"Grid|Filter"
"Filter"	"Rank Filter"	"9"	"Grid|Filter"
"Filter"	"Mesh Denoise"	"10"	"Grid|Filter"
"Filter"	"Resampling Filter"	"11"	"Grid|Filter"
"Filter"	"Geodesic Morphological Reconstruction"	"12"	"Grid|Filter"
"Filter"	"Binary Erosion-Reconstruction"	"13"	"Grid|Filter"
"Filter"	"Connectivity Analysis"	"14"	"Grid|Filter"
"Filter"	"Sieving Classes"	"15"	"Grid|Filter"
"Calculus BSL"	"BSL"	"0"	"Grid|Calculus"
"Calculus BSL"	"BSL from File"	"1"	"Grid|Calculus"
"Calculus"	"Grid Normalisation"	"0"	"Grid|Calculus"
"Calculus"	"Grid Calculator"	"1"	"Grid|Calculus"
"Calculus"	"Grid Volume"	"2"	"Grid|Calculus"
"Calculus"	"Grid Difference"	"3"	"Grid|Calculus"
"Calculus"	"Function"	"4"	"Grid|Calculus|Grid Generation"
"Calculus"	"Geometric Figures"	"5"	"Grid|Calculus|Grid Generation"
"Calculus"	"Random Terrain"	"6"	"Grid|Calculus|Grid Generation"
"Calculus"	"Random Field"	"7"	"Grid|Calculus|Grid Generation"
"Calculus"	"Grids Sum"	"8"	"Grid|Calculus"
"Calculus"	"Grids Product"	"9"	"Grid|Calculus"
"Calculus"	"Grid Standardisation"	"10"	"Grid|Calculus"
"Calculus"	"Fuzzify"	"11"	"Grid|Calculus|Fuzzy Logic"
"Calculus"	"Fuzzy Intersection (AND)"	"12"	"Grid|Calculus|Fuzzy Logic"
"Calculus"	"Fuzzy Union (OR)"	"13"	"Grid|Calculus|Fuzzy Logic"
"Calculus"	"Metric Conversions"	"14"	"Grid|Calculus|Conversions"
"Calculus"	"Gradient Vector from Cartesian to Polar Coordinates"	"15"	"Grid|Calculus|Conversions"
"Calculus"	"Gradient Vector from Polar to Cartesian Coordinates"	"16"	"Grid|Calculus|Conversions"
"Calculus"	"Grid Division"	"18"	"Grid|Calculus"
"Calculus"	"Spherical Harmonic Synthesis"	"19"	"Grid|Calculus|Grid Generation"
"Analysis"	"Accumulated Cost (Isotropic)"	"0"	"Grid|Analysis|Cost Analysis"
"Analysis"	"Accumulated Cost (Anisotropic)"	"1"	"Grid|Analysis|Cost Analysis"
"Analysis"	"Least Cost Path"	"4"	"Grid|Analysis|Cost Analysis"
"Analysis"	"Least Cost Paths"	"5"	"Grid|Analysis|Cost Analysis"
"Analysis"	"Change Vector Analysis"	"6"	"Imagery|Tools"
"Analysis"	"Covered Distance"	"7"	"Grid|Analysis"
"Analysis"	"Pattern Analysis"	"8"	"Grid|Analysis"
"Analysis"	"Layer of extreme value"	"9"	"Grid|Analysis"
"Analysis"	"Analytical Hierarchy Process"	"10"	"Grid|Analysis"
"Analysis"	"Ordered Weighted Averaging (OWA)"	"11"	"Grid|Analysis"
"Analysis"	"Aggregation Index"	"12"	"Grid|Analysis"
"Analysis"	"Cross-Classification and Tabulation"	"13"	"Grid|Analysis"
"Analysis"	"Soil Texture Classification"	"14"	"Grid|Analysis|Soil Analysis"
"Analysis"	"Fragmentation (Standard)"	"15"	"Grid|Analysis|Fragmentation Analysis"
"Analysis"	"Fragmentation (Alternative)"	"16"	"Grid|Analysis|Fragmentation Analysis"
"Analysis"	"Fragmentation Classes from Density and Connectivity"	"17"	"Grid|Analysis|Fragmentation Analysis"
"Analysis"	"Accumulation Functions"	"18"	"Grid|Analysis"
"Analysis"	"IMCORR - Feature Tracking"	"19"	"Grid|Analysis"
"Analysis"	"Soil Texture Classification for Tables"	"20"	"Grid|Analysis|Soil Analysis"
"Filter (Perego 2009)"	"Average With Thereshold 1"	"0"	"Grid|Filter|Averages"
"Filter (Perego 2009)"	"Average With Thereshold 2"	"1"	"Grid|Filter|Averages"
"Filter (Perego 2009)"	"Average With Thereshold 3"	"2"	"Grid|Filter|Averages"
"Filter (Perego 2009)"	"Average With Mask 1"	"3"	"Grid|Filter|Averages"
"Filter (Perego 2009)"	"Average With Mask 2"	"4"	"Grid|Filter|Averages"
"Filter (Perego 2009)"	"Destriping"	"5"	"Grid|Filter"
"Filter (Perego 2009)"	"Destriping with Mask"	"6"	"Grid|Filter"
"Filter (Perego 2009)"	"Directional Average"	"7"	"Grid|Filter|Averages"
"Web Service Data Access"	"Import a Map via Web Map Service (WMS)"	"0"	"Garden|Web Service Data Access"
"Web Service Data Access"	"Import from Open Street Map"	"1"	"Garden|Web Service Data Access"
"Introducing Module Programming"	"01: My first module"	"0"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"02: Pixel by pixel operations with two grids"	"1"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"03: Direct neighbours"	"2"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"04: Direct neighbours - more..."	"3"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"05: Direct neighbours - slope and aspect"	"4"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"06: Extended neighbourhoods"	"5"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"07: Extended neighbourhoods - catchment areas (trace flow)"	"6"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"08: Extended neighbourhoods - catchment areas (parallel)"	"7"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"09: Extended neighbourhoods - catchment areas (recursive)"	"8"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"10: Dynamic Simulation - Life"	"9"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"11: Dynamic Simulation - Soil Nitrogen Dynamics"	"10"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"12: First steps with shapes"	"11"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"13: Reprojecting a shapes layer"	"12"	"Garden|Introducing Module Programming"
"Introducing Module Programming"	"14: Vectorising channel lines"	"13"	"Garden|Introducing Module Programming"
"Games"	"Mine Sweeper"	"0"	"Garden|Recreations|Games"
"Games"	"Sudoku"	"1"	"Garden|Recreations|Games"
"Fractals"	"Bifurcation"	"0"	"Garden|Recreations|Fractals"
"Fractals"	"Pythagoras' Tree"	"1"	"Garden|Recreations|Fractals"
"Fractals"	"Mandelbrot Set"	"2"	"Garden|Recreations|Fractals"
"Fractals"	"Fractal Dimension of Grid Surface"	"3"	"Garden|Recreations|Fractals"
"Fractals"	"Newton-Raphson"	"4"	"Garden|Recreations|Fractals"
"Fractals"	"Gaussian Landscapes"	"5"	"Garden|Recreations|Fractals"
"Development Tools"	"Extract Translatable Text Elements from Sources"	"0"	"Development Tools|Translation"
"Development Tools"	"Import Translations"	"1"	"Development Tools|Translation"
"Development Tools"	"Merge Translation Files"	"2"	"Development Tools|Translation"
"Development Tools"	"Count Tools"	"3"	"Development Tools"
"Development Tools"	"Extract Tool and Menu Information"	"4"	"Development Tools"
"PDF"	"Shapes Report"	"0"	"File|Reports"
"PDF"	"Shapes Summary Report"	"1"	"File|Reports"
"PDF"	"Terrain Path Cross Sections"	"2"	"File|Reports"
"HTML"	"Create Web Content"	"0"	"File|Reports"
"HTML"	"SVG Interactive Map"	"1"	"File|Reports"
"Tools"	"Multi Level to Surface Interpolation"	"0"	"Climate"
"Tools"	"Multi Level to Points Interpolation"	"1"	"Climate"
"Tools"	"Earth's Orbital Parameters"	"2"	"Climate|Earth's Orbital Parameters"
"Tools"	"Annual Course of Daily Insolation"	"3"	"Climate|Earth's Orbital Parameters"
"Tools"	"Daily Insolation over Latitude"	"4"	"Climate|Earth's Orbital Parameters"
"Tools"	"Monthly Global by Latitude"	"5"	"Climate|Earth's Orbital Parameters"
"Tools"	"PET (after Hargreaves, Table)"	"6"	"Climate|Evapotranspiration"
"Tools"	"Daily to Hourly PET"	"7"	"Climate|Evapotranspiration"
"Tools"	"PET (after Hargreaves, Grid)"	"8"	"Climate|Evapotranspiration"


More information about the Qgis-developer mailing list