diff --git a/python/plugins/processing/tests/testdata/expected/gdal/clip_lines.gml b/python/plugins/processing/tests/testdata/expected/gdal/clip_lines.gml index 1f15ad3fcd7..3b556ed7717 100644 --- a/python/plugins/processing/tests/testdata/expected/gdal/clip_lines.gml +++ b/python/plugins/processing/tests/testdata/expected/gdal/clip_lines.gml @@ -6,24 +6,24 @@ xmlns:gml="http://www.opengis.net/gml"> - 4.294331983805669-2.02672064777328 - 8.7153846153846162 + 4.362348178137652-1.193522267206478 + 8.6983805668016212 - + - 6,2 8.71538461538462,2.0 + 6,2 8.69838056680162,2.0 - 4.29433198380567,1.0 5,1 + 4.36234817813765,1.0 5,1 - 6.97327935222672,-2.02672064777328 8.71538461538462,-0.284615384615383 + 7.80647773279352,-1.19352226720648 8.69838056680162,-0.301619433198379 diff --git a/python/plugins/processing/tests/testdata/expected/gdal/clip_polygons.gml b/python/plugins/processing/tests/testdata/expected/gdal/clip_polygons.gml index 8ad409613c6..4bbd19f27eb 100644 --- a/python/plugins/processing/tests/testdata/expected/gdal/clip_polygons.gml +++ b/python/plugins/processing/tests/testdata/expected/gdal/clip_polygons.gml @@ -6,14 +6,14 @@ xmlns:gml="http://www.opengis.net/gml"> - 0.90406626506023930.6460843373493974 - 4.6802710843373485.465963855421688 + 0.71430722891566091.443072289156627 + 4.7182228915662645.390060240963856 - + - 0.904066265060239,3.0 3,3 3,2 2,2 2.0,0.646084337349397 0.904066265060239,0.646084337349397 0.904066265060239,3.0 + 0.714307228915661,3.0 3,3 3,2 2,2 2.0,1.44307228915663 0.714307228915661,1.44307228915663 0.714307228915661,3.0 aaaaa 33 44.123456 @@ -21,7 +21,7 @@ - 4.68027108433735,4.0 4,4 4.68027108433735,4.68027108433735 4.68027108433735,4.0 + 4.71822289156626,4.0 4,4 4.71822289156626,4.71822289156626 4.71822289156626,4.0 Aaaaa -33 0 @@ -29,7 +29,7 @@ - 2,5 2.0,5.46596385542169 3.0,5.46596385542169 3,5 2,5 + 2,5 2.0,5.39006024096386 3.0,5.39006024096386 3,5 2,5 bbaaa 0.123 @@ -42,7 +42,7 @@ - 3,2 4.68027108433735,1.43990963855422 4.68027108433735,0.646084337349397 2.0,0.646084337349397 2,2 3,2 + 3,2 4.67078313253012,1.44307228915663 2.0,1.44307228915663 2,2 3,2 elim 2 3.33 diff --git a/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml index 9292117f3e7..a4526542190 100644 --- a/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/gdal_algorithm_tests.yaml @@ -521,47 +521,47 @@ tests: name: expected/gdal/buffer_polys_dissolve.gml type: vector - #~ - algorithm: gdal:clipvectorbyextent - #~ name: Clip points by extent - #~ params: - #~ EXTENT: 0.6180722891566264,5.408433734939758,0.4337349397590362,2.306024096385542 - #~ [EPSG:4326] - #~ INPUT: - #~ name: points.gml - #~ type: vector - #~ OPTIONS: '' - #~ results: - #~ OUTPUT: - #~ name: expected/gdal/clip_points.gml - #~ type: vector + - algorithm: gdal:clipvectorbyextent + name: Clip points by extent + params: + EXTENT: 0.6180722891566264,5.408433734939758,0.4337349397590362,2.306024096385542 + [EPSG:4326] + INPUT: + name: points.gml + type: vector + OPTIONS: '' + results: + OUTPUT: + name: expected/gdal/clip_points.gml + type: vector - #~ - algorithm: gdal:clipvectorbyextent - #~ name: Clip lines by extent - #~ params: - #~ EXTENT: 4.464372469635628,8.749392712550609,-1.7716599190283402,2.972469635627531 - #~ [EPSG:4326] - #~ INPUT: - #~ name: lines.gml - #~ type: vector - #~ OPTIONS: '' - #~ results: - #~ OUTPUT: - #~ name: expected/gdal/clip_lines.gml - #~ type: vector + - algorithm: gdal:clipvectorbyextent + name: Clip lines by extent + params: + EXTENT: 4.362348178137652,8.698380566801621,-1.193522267206478,3.0914979757085024 + [EPSG:4326] + INPUT: + name: lines.gml + type: vector + OPTIONS: '' + results: + OUTPUT: + name: expected/gdal/clip_lines.gml + type: vector - #~ - algorithm: gdal:clipvectorbyextent - #~ name: Clip polygons by extent - #~ params: - #~ EXTENT: 0.06912650602409443,4.6043674698795165,1.253313253012048,5.295180722891566 - #~ [EPSG:4326] - #~ INPUT: - #~ name: polys.gml - #~ type: vector - #~ OPTIONS: '' - #~ results: - #~ OUTPUT: - #~ name: expected/gdal/clip_polygons.gml - #~ type: vector + - algorithm: gdal:clipvectorbyextent + name: Clip polygons by extent + params: + EXTENT: 0.7143072289156609,4.718222891566264,1.4430722891566266,5.390060240963856 + [EPSG:4326] + INPUT: + name: polys.gml + type: vector + OPTIONS: '' + results: + OUTPUT: + name: expected/gdal/clip_polygons.gml + type: vector #~ - algorithm: gdal:clipvectorbypolygon #~ name: Clip lines by polygons