Feature request #3469

gdaltools: virtual catalog fails with many files

Added by aperi2007 - about 13 years ago. Updated over 8 years ago.

Status:Closed
Priority:Low
Assignee:-
Category:GDAL Tools
Pull Request or Patch supplied:No Resolution:fixed/implemented
Easy fix?:No Copied to github as #:13529

Description

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.

History

#1 Updated by Giovanni Manghi over 12 years ago

  • Target version changed from Version 1.7.0 to Version 1.7.4

#2 Updated by Paolo Cavallini over 12 years ago

  • Subject changed from gdaltools: virtual catalog fail with many files to gdaltools: virtual catalog fails with many files
  • Pull Request or Patch supplied set to No

#3 Updated by Giovanni Manghi about 12 years ago

  • Target version changed from Version 1.7.4 to Version 2.0.0

#4 Updated by Pirmin Kalberer over 11 years ago

  • Target version changed from Version 2.0.0 to Future Release - Nice to have

#5 Updated by Paolo Cavallini over 11 years ago

  • Assignee changed from Giuseppe Sucameli to anonymous -

#6 Updated by Jürgen Fischer almost 10 years ago

  • Assignee deleted (anonymous -)

#7 Updated by Médéric RIBREUX over 8 years ago

  • Resolution set to fixed/implemented
  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Hello, bug triage...

I've tested to create a vrt with QGIS from 502 TIFF files taken individually (not using "Choose input directory instead of files") and it just work !

I am closing this feature request...

Also available in: Atom PDF