Opened 13 years ago

Last modified 11 years ago

#4254 closed defect

SOME USRP DATA ARE NOT DECODED CORRECTLY — at Version 6

Reported by: flovinopi Owned by: warmerdam
Priority: highest Milestone:
Component: GDAL_Raster Version: 1.8.1
Severity: blocker Keywords:
Cc:

Description (last modified by flovinopi)

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 Philippe

Change History (9)

by flovinopi, 13 years ago

Attachment: global_mapper.jpg added

by flovinopi, 13 years ago

Attachment: AC_with_gdal.jpg added

comment:1 by flovinopi, 13 years ago

Description: modified (diff)

comment:2 by flovinopi, 13 years ago

Description: modified (diff)

comment:3 by flovinopi, 13 years ago

Description: modified (diff)

comment:4 by flovinopi, 13 years ago

Description: modified (diff)

comment:5 by flovinopi, 13 years ago

Description: modified (diff)

comment:6 by flovinopi, 13 years ago

Description: modified (diff)

by flovinopi, 13 years ago

Attachment: srpdataset.cpp added
Note: See TracTickets for help on using tickets.