[gdal-dev] .asc files during open

Todd Smith smith.todd at gmail.com
Fri Dec 3 18:01:09 EST 2010


When opening .asc files, they are scanned for any values that may be
floating point so the type of data (int or float) can be set properly.  For
the case I'm dealing with (2800 files @ 50mb each) it means that each file
takes about 1.25 seconds to open (because the data is all integer data).  It
means it takes nearly an hour for all the files to be opened.  Short of
changing the code to not scan for a '.' and just assume that every file is a
floating point file, can anyone think of a good way to speed this up?

Thanks,

Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20101203/8a7469ee/attachment.html


More information about the gdal-dev mailing list