mainpktools - Support: sr #108909, specifying inputs to pkcomposite

 
 

sr #108909: specifying inputs to pkcomposite

Submitter:  Daniel McInerney <dmci>
Submitted:  Tue 13 Oct 2015 10:41:19 AM UTC
   
 
Category:  Change request Priority:  5 - Normal
Severity:  1 - Wish Status:  Postponed
Privacy:  Public Assigned to:  kempenep
Open/Closed:  Open Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 15 Oct 2015 09:12:08 AM UTC, comment #1: 

I agree this would make things easier and more consistent to the GDAL utilities. It would require a structural change in the way options are implemented now (class Optionpk). This also affects other utilities as they all should be consistent.
Due to low priority, this CR is postponed until later...

For now I circumvent this issue with a simple loop (in Linux):
pkcomposite $(for file in *.tif;do echo " -i $file";done) -o output.tif


Pieter kempeneers <kempenep>
Group administrator
Tue 13 Oct 2015 10:41:19 AM UTC, original submission:  

Currently each input to pkcomposite is specified using (-i), e.g.
pkcomposite -i image1.tif -i image2.tif -o output.tif

for consistency with gdal (and specifically gdal_merge.py) it would be good if the user could simply specify the inputs with one (-i option), e.g.

pkcomposite -i image1.tif image2.tif -o output.tif

This change request is of low priority.

Daniel McInerney <dmci>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by kempenep (Posted a comment)
  • -email is unavailable- added by dmci (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-10-15 kempenep StatusNone Postponed
        Assigned toNone kempenep

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code