File tree Expand file tree Collapse file tree
m2l/processing/algorithms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010"""
1111# Python imports
1212from typing import Any , Optional
13- from qgis .PyQt .QtCore import QVariant
13+ from qgis .PyQt .QtCore import QMetaType , QVariant
1414from osgeo import gdal
1515import pandas as pd
1616
@@ -59,15 +59,15 @@ def name(self) -> str:
5959
6060 def displayName (self ) -> str :
6161 """Return the algorithm display name."""
62- return "Loop3d: Sampler "
62+ return "Spacing-Decimator Samplers "
6363
6464 def group (self ) -> str :
6565 """Return the algorithm group name."""
66- return "Loop3d "
66+ return "Samplers "
6767
6868 def groupId (self ) -> str :
6969 """Return the algorithm group ID."""
70- return "Loop3d "
70+ return "Samplers "
7171
7272 def initAlgorithm (self , config : Optional [dict [str , Any ]] = None ) -> None :
7373 """Initialize the algorithm parameters."""
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ def name(self) -> str:
7070
7171 def displayName (self ) -> str :
7272 """Return the algorithm display name."""
73- return "Loop3d: Thickness Calculator"
73+ return "Thickness Calculator"
7474
7575 def group (self ) -> str :
7676 """Return the algorithm group name."""
77- return "Loop3d "
77+ return "Thickness Calculators "
7878
7979 def groupId (self ) -> str :
8080 """Return the algorithm group ID."""
81- return "Loop3d "
81+ return "Thickness_Calculators "
8282
8383 def initAlgorithm (self , config : Optional [dict [str , Any ]] = None ) -> None :
8484 """Initialize the algorithm parameters."""
You can’t perform that action at this time.
0 commit comments