Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Jul 23, 2024
1 parent 9d6af06 commit 73e42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/aproc/proc/ingest/drivers/impl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def geotiff_to_jpg(input_path,widthPct,heightPct, output_path=None):
options = gdal.TranslateOptions(format='JPEG', bandList=bands_list, widthPct=widthPct,heightPct=heightPct, creationOptions=['WORLDFILE=YES'],
outputType=output_types[0])

# Translate to PNG
# Translate to JPEG
if output_path is not None:
gdal.Translate(output_path, dataset, options=options)

Expand Down

0 comments on commit 73e42c1

Please sign in to comment.