Skip to content

Commit

Permalink
Update verification cases
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelegissi committed Aug 27, 2023
1 parent bf2f5b8 commit 2e88029
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions verification/tests/golden_gate/scripts/test_geom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion verification/tests/golden_gate/scripts/test_geom_min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 1 addition & 2 deletions verification/tests/golden_gate/scripts/test_obst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion verification/tests/golden_gate/scripts/test_obst_min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2e88029

Please sign in to comment.