Changeset 13797
- Timestamp:
- 02/16/08 06:55:47 (5 months ago)
- Files:
-
- trunk/gdal/frmts/cosar/cosar_dataset.cpp (modified) (1 diff)
- trunk/gdal/frmts/cosar/frmt_cosar.html (moved) (moved from trunk/gdal/frmts/cosar/COSAR.html) (2 diffs)
- trunk/gdal/frmts/formats_list.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/cosar/cosar_dataset.cpp
r13124 r13797 191 191 "COSAR Annotated Binary Matrix (TerraSAR-X)"); 192 192 pDriver->SetMetadataItem( GDAL_DMD_HELPTOPIC, 193 " COSAR.html");193 "frmt_cosar.html"); 194 194 pDriver->pfnOpen = COSARDataset::Open; 195 195 GetGDALDriverManager()->RegisterDriver(pDriver); trunk/gdal/frmts/cosar/frmt_cosar.html
r12488 r13797 10 10 <p>This driver provides the capability to read TerraSAR-X complex data. While 11 11 most users will receive products in GeoTIFF format (representing detected 12 radiation reflected from the targets, or geocoded data), ScanSAR products will be distributed in COSAR format. 12 radiation reflected from the targets, or geocoded data), ScanSAR products will be distributed in COSAR format.</p> 13 13 14 14 <p>Essentially, COSAR is an annotated binary matrix, with each sample held … … 17 17 "bursts" which represent individual ScanSAR bursts. Note that if a Stripmap or 18 18 Spotlight product is held in a COSAR container it is stored in a single 19 burst. 19 burst.</p> 20 20 21 21 <p>Support for ScanSAR data is currently under way, due to the difficulties in fitting 22 the ScanSAR "burst" identifiers into the GDAL model. 22 the ScanSAR "burst" identifiers into the GDAL model.</p> 23 23 24 <ul>See Also: 25 <li> DLR Document TX-GS-DD-3307 "Level 1b Product Format Specification." 24 See Also: 25 <ul> 26 <li> DLR Document TX-GS-DD-3307 "Level 1b Product Format Specification."</li> 26 27 </ul> 27 28 trunk/gdal/frmts/formats_list.html
r13503 r13797 74 74 </td></tr> 75 75 76 <tr><td> <a href="frmt_cosar.html">TerraSAR-X Complex SAR Data Product</a> 77 </td><td> COSAR 78 </td><td> No 79 </td><td> No 80 </td><td> -- 81 </td></tr> 82 76 83 <tr><td> <a href="frmt_various.html#DIMAP">Spot DIMAP (metadata.dim)</a> 77 84 </td><td> DIMAP
