Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix some more processing alg tests
- Loading branch information
|
@@ -1315,6 +1315,12 @@ tests: |
|
|
compare: |
|
|
fields: |
|
|
fid: skip |
|
|
date: |
|
|
cast: str |
|
|
min: |
|
|
cast: str |
|
|
max: |
|
|
cast: str |
|
|
|
|
|
- algorithm: native:joinattributesbylocation |
|
|
name: Join by location (intersects) |
|
@@ -1812,6 +1818,10 @@ tests: |
|
|
compare: |
|
|
fields: |
|
|
fid: skip |
|
|
date_min: |
|
|
cast: str |
|
|
date_max: |
|
|
cast: str |
|
|
|
|
|
- algorithm: qgis:joinbylocationsummary |
|
|
name: Join by summary polys to points, reprojected |
|
|
|
@@ -177,6 +177,8 @@ tests: |
|
|
fields: |
|
|
photo: skip |
|
|
directory: skip |
|
|
timestamp: |
|
|
cast: str |
|
|
|
|
|
- algorithm: qgis:concavehull |
|
|
name: Concave Hull - Points (0.3) |
|
@@ -1492,7 +1494,10 @@ tests: |
|
|
fields: |
|
|
sum: |
|
|
cast: float |
|
|
precision: 5 |
|
|
precision: -1 |
|
|
mean: |
|
|
cast: float |
|
|
precision: 3 |
|
|
|
|
|
- algorithm: native:antimeridiansplit |
|
|
name: Antimeridian split, lines |
|
|