Ticket #3280 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Add -quiet option to gdaladdo to disable progress status

Reported by: hofschnr Owned by: warmerdam
Priority: low Milestone: 1.7.0
Component: GDAL_Raster Version: svn-trunk
Severity: minor Keywords: gdaladdo
Cc: rouault

Description

Patch for 2009-12-14 trunk attached to disable the progress status when -quiet is supplied.

Attachments

gdaladdo.trunk.patch Download (2.9 KB) - added by hofschnr 3 years ago.

Change History

Changed 3 years ago by hofschnr

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.7.0

Applied in trunk in r18294. Thanks

Changed 3 years ago by warmerdam

  • cc rouault added
  • keywords gdaladdo added

I think -q has been used for quiet, as opposed to -quiet, in most other utilities.

Changed 3 years ago by rouault

  • status changed from closed to reopened
  • resolution fixed deleted

Actually, our use among the utilities is inconsistant. I see that gdalwarp, ogrinfo and gdal_merge.py use -q, whereas gdal_translate, gdal_grid and gdalbuildvrt use -quiet. Wouldn't it make sense to make them all accept both variations ?

Changed 3 years ago by warmerdam

I agree, though I'd prefer one or the other to be the advertised / documented flag and for it to be consistent. I have no particular opinion on which is better.

Changed 3 years ago by rouault

  • status changed from reopened to closed
  • resolution set to fixed

r18306 /trunk/gdal/ (14 files in 2 dirs): GDAL utilities and scripts : consistently advertize -q as the official quiet option, but accept both -q and -quiet

Note: See TracTickets for help on using tickets.