Opened 17 years ago

Closed 17 years ago

#1745 closed enhancement (fixed)

Support for TerraSAR-X Complex SAR Stripmap imagery

Reported by: pvachon Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

This patch adds a new driver, COSAR, to the GDAL tree, providing the ability to read TerraSAR-X SLC rasters. ScanSAR imagery is not supported yet, due to a lack of available products and a limitation in GDAL's ability to represent burst identifiers. When ScanSAR data is available, I will enhance the driver to support it, hopefully.

Attachments (2)

cosar.patch (9.9 KB ) - added by pvachon 17 years ago.
COSAR Support Patch
cosar_basic_12487.patch (10.0 KB ) - added by pvachon 17 years ago.
Latest patch. Apply with patch -p0 < cosar_basic_12487.patch in your GDAL trunk directory

Download all attachments as: .zip

Change History (3)

by pvachon, 17 years ago

Attachment: cosar.patch added

COSAR Support Patch

by pvachon, 17 years ago

Attachment: cosar_basic_12487.patch added

Latest patch. Apply with patch -p0 < cosar_basic_12487.patch in your GDAL trunk directory

comment:1 by warmerdam, 17 years ago

Resolution: fixed
Status: newclosed

Patch applied with a small adjustment to check we have enough header data for the initial open test (and a bit of code reformatting).

Note: See TracTickets for help on using tickets.