Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add more tags to PDAL algorithms to make search easier
  • Loading branch information
alexbruy committed May 1, 2023
1 parent d0d6726 commit ebced31
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalAssignProjectionAlgorithm::groupId() const

QStringList QgsPdalAssignProjectionAlgorithm::tags() const
{
return QObject::tr( "assign,set,fix,crs,srs" ).split( ',' );
return QObject::tr( "pdal,lidar,assign,set,fix,crs,srs" ).split( ',' );
}

QString QgsPdalAssignProjectionAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalboundary.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalBoundaryAlgorithm::groupId() const

QStringList QgsPdalBoundaryAlgorithm::tags() const
{
return QObject::tr( "extent,envelope,bounds,bounding,boundary,vector" ).split( ',' );
return QObject::tr( "pdal,lidar,extent,envelope,bounds,bounding,boundary,vector" ).split( ',' );
}

QString QgsPdalBoundaryAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalbuildvpc.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalBuildVpcAlgorithm::groupId() const

QStringList QgsPdalBuildVpcAlgorithm::tags() const
{
return QObject::tr( "collect,merge,combine,point cloud,virtual,vpc" ).split( ',' );
return QObject::tr( "collect,merge,combine,pdal,lidar,virtual,vpc" ).split( ',' );
}

QString QgsPdalBuildVpcAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalclip.cpp
Expand Up @@ -45,7 +45,7 @@ QString QgsPdalClipAlgorithm::groupId() const

QStringList QgsPdalClipAlgorithm::tags() const
{
return QObject::tr( "clip,intersect,intersection,mask" ).split( ',' );
return QObject::tr( "pdal,lidar,clip,intersect,intersection,mask" ).split( ',' );
}

QString QgsPdalClipAlgorithm::shortHelpString() const
Expand Down
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalConvertFormatAlgorithm::groupId() const

QStringList QgsPdalConvertFormatAlgorithm::tags() const
{
return QObject::tr( "point cloud,las,laz,format,convert,translate" ).split( ',' );
return QObject::tr( "pdal,lidar,las,laz,format,convert,translate" ).split( ',' );
}

QString QgsPdalConvertFormatAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdaldensity.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalDensityAlgorithm::groupId() const

QStringList QgsPdalDensityAlgorithm::tags() const
{
return QObject::tr( "cell,count,density,raster" ).split( ',' );
return QObject::tr( "pdal,lidar,cell,count,density,raster" ).split( ',' );
}

QString QgsPdalDensityAlgorithm::shortHelpString() const
Expand Down
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalExportRasterAlgorithm::groupId() const

QStringList QgsPdalExportRasterAlgorithm::tags() const
{
return QObject::tr( "export,raster,attribute,create" ).split( ',' );
return QObject::tr( "pdal,lidar,dem,export,raster,attribute,create" ).split( ',' );
}

QString QgsPdalExportRasterAlgorithm::shortHelpString() const
Expand Down
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalExportRasterTinAlgorithm::groupId() const

QStringList QgsPdalExportRasterTinAlgorithm::tags() const
{
return QObject::tr( "export,raster,tin,create" ).split( ',' );
return QObject::tr( "pdal,lidar,dem,export,raster,tin,create" ).split( ',' );
}

QString QgsPdalExportRasterTinAlgorithm::shortHelpString() const
Expand Down
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalExportVectorAlgorithm::groupId() const

QStringList QgsPdalExportVectorAlgorithm::tags() const
{
return QObject::tr( "export,vector,attribute,create" ).split( ',' );
return QObject::tr( "pdal,lidar,export,vector,attribute,create" ).split( ',' );
}

QString QgsPdalExportVectorAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalfilter.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalFilterAlgorithm::groupId() const

QStringList QgsPdalFilterAlgorithm::tags() const
{
return QObject::tr( "filter,subset,extract,dimension,attribute,extent,bounds,rectangle" ).split( ',' );
return QObject::tr( "pdal,lidar,filter,subset,extract,dimension,attribute,extent,bounds,rectangle" ).split( ',' );
}

QString QgsPdalFilterAlgorithm::shortHelpString() const
Expand Down
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalInformationAlgorithm::groupId() const

QStringList QgsPdalInformationAlgorithm::tags() const
{
return QObject::tr( "point cloud,las,laz,information" ).split( ',' );
return QObject::tr( "pdal,lidar,las,laz,information" ).split( ',' );
}

QString QgsPdalInformationAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalmerge.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalMergeAlgorithm::groupId() const

QStringList QgsPdalMergeAlgorithm::tags() const
{
return QObject::tr( "collect,merge,combine,point cloud" ).split( ',' );
return QObject::tr( "pdal,lidar,collect,merge,combine" ).split( ',' );
}

QString QgsPdalMergeAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalreproject.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalReprojectAlgorithm::groupId() const

QStringList QgsPdalReprojectAlgorithm::tags() const
{
return QObject::tr( "assign,set,transform,reproject,crs,srs" ).split( ',' );
return QObject::tr( "pdal,lidar,assign,set,transform,reproject,crs,srs" ).split( ',' );
}

QString QgsPdalReprojectAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdalthin.cpp
Expand Up @@ -44,7 +44,7 @@ QString QgsPdalThinAlgorithm::groupId() const

QStringList QgsPdalThinAlgorithm::tags() const
{
return QObject::tr( "thin,reduce,decrease,size" ).split( ',' );
return QObject::tr( "pdal,lidar,thin,reduce,decrease,size" ).split( ',' );
}

QString QgsPdalThinAlgorithm::shortHelpString() const
Expand Down
2 changes: 1 addition & 1 deletion src/analysis/processing/pdal/qgsalgorithmpdaltile.cpp
Expand Up @@ -45,7 +45,7 @@ QString QgsPdalTileAlgorithm::groupId() const

QStringList QgsPdalTileAlgorithm::tags() const
{
return QObject::tr( "export,tile" ).split( ',' );
return QObject::tr( "pdal,lidar,export,tile" ).split( ',' );
}

QString QgsPdalTileAlgorithm::shortHelpString() const
Expand Down

0 comments on commit ebced31

Please sign in to comment.