mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Run conformance tests on pdal algorithms
This commit is contained in:
parent
d2439eb74a
commit
263758f80b
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user