Run conformance tests on pdal algorithms

This commit is contained in:
Nyall Dawson 2025-06-06 09:20:28 +10:00
parent d2439eb74a
commit 263758f80b

View File

@ -559,7 +559,7 @@ class GenericAlgorithmsTest(QgisTestCase):
# check that calling helpUrl() works without error # check that calling helpUrl() works without error
alg.helpUrl() alg.helpUrl()
if alg.provider().id() in ("qgis", "native", "3d"): if alg.provider().id() in ("qgis", "native", "3d", "pdal"):
if alg.id() not in ( if alg.id() not in (
"native:exportmeshedges", "native:exportmeshedges",
"native:exportmeshfaces", "native:exportmeshfaces",
@ -623,6 +623,23 @@ class GenericAlgorithmsTest(QgisTestCase):
"native:createspatialindex", "native:createspatialindex",
"native:tilesxyzdirectory", "native:tilesxyzdirectory",
"native:tilesxyzmbtiles", "native:tilesxyzmbtiles",
"pdal:assignprojection",
"pdal:boundary",
"pdal:clip",
"pdal:convertformat",
"pdal:createcopc",
"pdal:density",
"pdal:exportraster",
"pdal:exportrastertin",
"pdal:exportvector",
"pdal:filter",
"pdal:info",
"pdal:merge",
"pdal:reproject",
"pdal:thinbydecimate",
"pdal:thinbyradius",
"pdal:tile",
"pdal:virtualpointcloud",
"qgis:advancedpythonfieldcalculator", "qgis:advancedpythonfieldcalculator",
"qgis:distancematrix", "qgis:distancematrix",
"qgis:distancetonearesthublinetohub", "qgis:distancetonearesthublinetohub",