Skip to content

Commit

Permalink
Merge pull request #1286 from pierotofy/overviewfix
Browse files Browse the repository at this point in the history
Build internal overviews
  • Loading branch information
pierotofy authored May 24, 2021
2 parents bad8941 + 7a05d6c commit 5f7c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendm/orthophoto.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def build_overviews(orthophoto_file):
kwargs = {'orthophoto': orthophoto_file}

# Run gdaladdo
system.run('gdaladdo -ro -r average '
system.run('gdaladdo -r average '
'--config BIGTIFF_OVERVIEW IF_SAFER '
'--config COMPRESS_OVERVIEW JPEG '
'{orthophoto} 2 4 8 16'.format(**kwargs))
Expand Down

0 comments on commit 5f7c947

Please sign in to comment.