Opened 13 years ago

Last modified 13 years ago

#3469 new enhancement

gdaltools: virtual catalog fail with many files

Reported by: aperi2007 Owned by: brushtyler
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: GDALTools Version: Trunk
Keywords: gdaltools gdalbuildvrt Cc:
Must Fix for Release: No Platform: Windows
Platform Version: 7 Awaiting user input: no

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.

Change History (2)

comment:1 by borysiasty, 13 years ago

Keywords: gdaltools gdalbuildvrt added
Owner: changed from borysiasty to brushtyler

comment:2 by borysiasty, 13 years ago

Component: Python plugins and bindingsGDALTools
Note: See TracTickets for help on using tickets.