[Gdal-dev] Importing SRTM30 with GDAL

Andrey Kiselev dron at ak4719.spb.edu
Tue Aug 26 02:33:38 EDT 2003


On Mon, Aug 25, 2003 at 04:42:01PM -0400, Ben Discoe wrote:
> I tried it last week and the SRTM30 files appeared to read into GDAL
> just fine, without any tweaking.  What did you tweak?

1. Problems with the case of the filenames. Now .HDR and .PRJ files
   searched in case insensitive manner. And this also helps to fix
   reading some of my older GTOPO30 datasets.

2. Problems with the headers reading. In those files `\r' character used
   as a line terminator and CPLReadLine() function  fails to read
   strings correctly, because of problems with fgets(). I have fixed
   this.

You may not to be affected with both of this problems, because you are
working on Windows.

						Andrey

-- 
Andrey V. Kiselev
Home phone:  +7 812 5274898  ICQ# 26871517



More information about the Gdal-dev mailing list