id summary reporter owner description type status priority milestone component version severity resolution keywords cc 4254 SOME USRP DATA ARE NOT DECODED CORRECTLY flovinopi warmerdam "I use GDAL to read and display data in various formats (DTED, USRP, CADRG, USRP, GEOTIFF, …). It’s working fine but some USRP DATA cannot be decoded correctly. On attached files you can see a USRP data decoded with GDAL and Global mapper. There is a problem with the tiles !!!. If somebody can help me, I can send the USRP DATA on a http site (It’s about 130 MB) Philippe and you can join me with my mail : mauge.philippe.at.free.fr Oups after 2 days I ... Finally I've found what was wrong in the file srpdataset.cpp at line 647, instead of while(c ==' ' || c== '^') just write while(c != 30 ) so instead of skipping blank and '^', you just have to look for the next Record Separator (RS or ASCII code 30), I will attached the new srpdataset.cpp, just look up for the keyword PATCH_PHIL, see you soon Philippe It's seem that I have problems with special characters !!!! I have attached the files. In the IMG file, the data to skip are full of ""I"", in other USRP data it's just blanck, that is the difference. " defect closed highest GDAL_Raster 1.8.1 blocker fixed