From 2e88029d609c27342c128759fed8861a20c695b4 Mon Sep 17 00:00:00 2001 From: Emanuele Gissi Date: Sun, 27 Aug 2023 20:32:52 +0200 Subject: [PATCH] Update verification cases --- verification/tests/golden_gate/scripts/test_geom.sh | 3 +-- verification/tests/golden_gate/scripts/test_geom_min.sh | 2 +- verification/tests/golden_gate/scripts/test_obst.sh | 3 +-- verification/tests/golden_gate/scripts/test_obst_min.sh | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/verification/tests/golden_gate/scripts/test_geom.sh b/verification/tests/golden_gate/scripts/test_geom.sh index e1c9d29..8f58d59 100755 --- a/verification/tests/golden_gate/scripts/test_geom.sh +++ b/verification/tests/golden_gate/scripts/test_geom.sh @@ -9,7 +9,7 @@ rm -f ../FDS/* # does not rm .gitignore cd ../QGIS CHID=$(basename "$0" ".sh") qgis_process run 'NIST FDS:Export FDS case' \ - --project_path="golden_gate_local.qgs" \ + --project_path="golden_gate.qgs" \ --distance_units=meters \ --area_units=m2 \ --ellipsoid=EPSG:7019 \ @@ -34,7 +34,6 @@ qgis_process run 'NIST FDS:Export FDS case' \ --UtmDemPoints=TEMPORARY_OUTPUT \ --UtmInterpolatedDemLayer=TEMPORARY_OUTPUT \ --ExtentDebug=TEMPORARY_OUTPUT -# --tex_layer='crs=EPSG:3857&format&type=xyz&url=https://tile.openstreetmap.org/%7Bz%7D/%7Bx%7D/%7By%7D.png&zmax=19&zmin=0' \ # Run FDS diff --git a/verification/tests/golden_gate/scripts/test_geom_min.sh b/verification/tests/golden_gate/scripts/test_geom_min.sh index 8d4a3ac..20a8c8b 100644 --- a/verification/tests/golden_gate/scripts/test_geom_min.sh +++ b/verification/tests/golden_gate/scripts/test_geom_min.sh @@ -9,7 +9,7 @@ rm -f ../FDS/* # does not rm .gitignore cd ../QGIS CHID=$(basename "$0" ".sh") qgis_process run 'NIST FDS:Export FDS case' \ - --project_path="golden_gate_local.qgs" \ + --project_path="golden_gate.qgs" \ --distance_units=meters \ --area_units=m2 \ --ellipsoid=EPSG:7019 \ diff --git a/verification/tests/golden_gate/scripts/test_obst.sh b/verification/tests/golden_gate/scripts/test_obst.sh index afb50c3..c16cc74 100755 --- a/verification/tests/golden_gate/scripts/test_obst.sh +++ b/verification/tests/golden_gate/scripts/test_obst.sh @@ -9,7 +9,7 @@ rm -f ../FDS/* # does not rm .gitignore cd ../QGIS CHID=$(basename "$0" ".sh") qgis_process run 'NIST FDS:Export FDS case' \ - --project_path="golden_gate_local.qgs" \ + --project_path="golden_gate.qgs" \ --distance_units=meters \ --area_units=m2 \ --ellipsoid=EPSG:7019 \ @@ -34,7 +34,6 @@ qgis_process run 'NIST FDS:Export FDS case' \ --UtmDemPoints=TEMPORARY_OUTPUT \ --UtmInterpolatedDemLayer=TEMPORARY_OUTPUT \ --ExtentDebug=TEMPORARY_OUTPUT -# --tex_layer='crs=EPSG:3857&format&type=xyz&url=https://tile.openstreetmap.org/%7Bz%7D/%7Bx%7D/%7By%7D.png&zmax=19&zmin=0' \ # Run FDS diff --git a/verification/tests/golden_gate/scripts/test_obst_min.sh b/verification/tests/golden_gate/scripts/test_obst_min.sh index adcb1bb..574306c 100755 --- a/verification/tests/golden_gate/scripts/test_obst_min.sh +++ b/verification/tests/golden_gate/scripts/test_obst_min.sh @@ -9,7 +9,7 @@ rm -f ../FDS/* # does not rm .gitignore cd ../QGIS CHID=$(basename "$0" ".sh") qgis_process run 'NIST FDS:Export FDS case' \ - --project_path="golden_gate_local.qgs" \ + --project_path="golden_gate.qgs" \ --distance_units=meters \ --area_units=m2 \ --ellipsoid=EPSG:7019 \