[QGIS-trac] [Quantum GIS] #3469: gdaltools: virtual catalog fail with many files

Quantum GIS qgis at qgis.org
Sat Feb 5 08:32:59 EST 2011


#3469: gdaltools: virtual catalog fail with many files
------------------------------------------------+---------------------------
   Reporter:  aperi2007                         |              Owner:  borysiasty   
       Type:  enhancement                       |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.7.0
  Component:  Python plugins and bindings       |            Version:  Trunk        
   Keywords:                                    |   Platform_version:  7            
   Platform:  Windows                           |           Must_fix:  No           
Status_info:  0                                 |  
------------------------------------------------+---------------------------
 gdaltools fial to create a virtual catalog if there are mmany rasters.
 Infact gdaltool call the "gdalbuildvrt" passing each for each every
 raster.
 This method seem to fill the command line buffer because on windows it
 return a strange error.
 Instead gdalbuildvrt.ee allow to use a file to give a list of all the
 raster to be catalogue.

 the option is
 -input_file_list

 So I think a better strategy is to write the raster list on a temporary
 file using the -input_file_list option to pass to the gdalbuildvrt program
 and remove it after the end of operation.

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3469>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list