Skip to content

Commit

Permalink
Show more info
Browse files Browse the repository at this point in the history
  • Loading branch information
kubilus1 committed Feb 2, 2023
1 parent 33e802b commit 4889cea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile.tiles
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SPLITSIZE?=150
SHELL=/bin/bash

TILENAME?=test

Expand All @@ -23,6 +24,10 @@ z_$(TILENAME)_%: $(TILENAME)_tile_list.% $${TILE_FILES}
@unzip -l [email protected] *.dsf | grep dsf | wc -l

z_$(TILENAME)_%.zip.info: $(TILENAME)_tile_list.%
@echo "-----------------------------------"
@echo "Post processing info:"
comm --total -3 <( unzip -l $(basename $@) *.dsf | awk -F/ '/.*\.dsf/ { print $$4 }' | sort ) <( cat $< | sort )
@echo "-----------------------------------"
export EXPECTED=$$(cat $< | wc -l); \
export ACTUAL=$$(unzip -l $(basename $@) *.dsf | grep dsf | wc -l); \
echo "Expected tile len: $$EXPECTED"; \
Expand Down
2 changes: 1 addition & 1 deletion Ortho4XP.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apt_curv_tol=0.5
apt_curv_ext=0.5
coast_curv_tol=1.0
coast_curv_ext=0.5
limit_tris=1250000
limit_tris=2500000
hmin=0.0
min_angle=10.0
sea_smoothing_mode=zero
Expand Down

0 comments on commit 4889cea

Please sign in to comment.