Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing][grass] Fix v.net.* output types, add tests
Fixes #19186
- Loading branch information
Showing
with
127 additions
and 5 deletions.
- +13 −5 python/plugins/processing/algs/grass7/ext/v_net.py
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network.cpg
- BIN python/plugins/processing/tests/testdata/custom/grass7/network.dbf
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network.prj
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network.qpj
- BIN python/plugins/processing/tests/testdata/custom/grass7/network.shp
- BIN python/plugins/processing/tests/testdata/custom/grass7/network.shx
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network_points.cpg
- BIN python/plugins/processing/tests/testdata/custom/grass7/network_points.dbf
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network_points.prj
- +1 −0 python/plugins/processing/tests/testdata/custom/grass7/network_points.qpj
- BIN python/plugins/processing/tests/testdata/custom/grass7/network_points.shp
- BIN python/plugins/processing/tests/testdata/custom/grass7/network_points.shx
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_allpairs.dbf
- +1 −0 python/plugins/processing/tests/testdata/expected/grass7/v_net_allpairs.prj
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_allpairs.shp
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_allpairs.shx
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_centrality.dbf
- +1 −0 python/plugins/processing/tests/testdata/expected/grass7/v_net_centrality.prj
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_centrality.shp
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_centrality.shx
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_salesman.dbf
- +1 −0 python/plugins/processing/tests/testdata/expected/grass7/v_net_salesman.prj
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_salesman.shp
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_salesman.shx
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_steiner.dbf
- +1 −0 python/plugins/processing/tests/testdata/expected/grass7/v_net_steiner.prj
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_steiner.shp
- BIN python/plugins/processing/tests/testdata/expected/grass7/v_net_steiner.shx
- +104 −0 python/plugins/processing/tests/testdata/grass7_algorithms_vector_tests.yaml
@@ -0,0 +1 @@ | ||
UTF-8 |
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
@@ -0,0 +1 @@ | ||
PROJCS["WGS 84 / UTM zone 35S",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32735"]] |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@ | ||
UTF-8 |
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
@@ -0,0 +1 @@ | ||
PROJCS["WGS 84 / UTM zone 35S",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","32735"]] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@ | ||
PROJCS["WGS_1984_UTM_Zone_35S",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",27],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",10000000],UNIT["Meter",1]] |
Binary file not shown.
Binary file not shown.