Opened 16 years ago
Closed 16 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)
Change History (3)
by , 16 years ago
Attachment: | cosar.patch added |
---|
by , 16 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
COSAR Support Patch