Opened 16 years ago

Closed 16 years ago

#2280 closed defect (fixed)

allow gdal2xyz.py to print many bands

Reported by: brentp Owned by: hobu
Priority: normal Milestone: 1.6.0
Component: PythonBindings Version: svn-trunk
Severity: normal Keywords: python gdal2xyz.py
Cc: warmerdam

Description

this patch will allow gdal2xyz.py to be called like:

python gdal2xyz.py -band 1 -band 2 -band 3 input.png output.txt

and output.txt will have columns x y b1 b2 b3

Attachments (1)

gdal2xyz.many_z.patch (2.7 KB ) - added by brentp 16 years ago.

Download all attachments as: .zip

Change History (2)

by brentp, 16 years ago

Attachment: gdal2xyz.many_z.patch added

comment:1 by hobu, 16 years ago

Cc: warmerdam added
Milestone: 1.6.0
Resolution: fixed
Status: newclosed

Applied to trunk in r14041.

Note: See TracTickets for help on using tickets.