Changeset 13809
- Timestamp:
- 02/17/08 12:13:53 (5 months ago)
- Files:
-
- trunk/gdal/frmts/formats_list.html (modified) (3 diffs)
- trunk/gdal/frmts/jaxapalsar/frmt_palsar.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/formats_list.html
r13797 r13809 74 74 </td></tr> 75 75 76 <tr><td> DRDC COASP SAR Processor Raster 77 </td><td> COASP 78 </td><td> No 79 </td><td> No 80 </td><td> -- 81 </td></tr> 82 76 83 <tr><td> <a href="frmt_cosar.html">TerraSAR-X Complex SAR Data Product</a> 77 84 </td><td> COSAR … … 286 293 </td></tr> 287 294 295 <tr><td> <a href="frmt_palsar.html">JAXA PALSAR Product Reader (Level 1.1/1.5)</a> 296 </td><td> JAXAPALSAR 297 </td><td> No 298 </td><td> No 299 </td><td> -- 300 </td></tr> 301 288 302 <tr><td> <a href="frmt_various.html#JDEM">Japanese DEM (.mem)</a> 289 303 </td><td> JDEM … … 512 526 <tr><td> <a href="frmt_terragen.html">Terragen Heightfield (.ter)</a> 513 527 </td><td> TERRAGEN 528 </td><td> Yes 529 </td><td> No 530 </td><td> -- 531 </td></tr> 532 533 <tr><td> TerraSAR-X Product 534 </td><td> TSX 514 535 </td><td> Yes 515 536 </td><td> No trunk/gdal/frmts/jaxapalsar/frmt_palsar.html
r12697 r13809 7 7 <h1>JAXA PALSAR Processed Products</h1> 8 8 9 <p>This driver provides enhanced support for processed PALSAR products from the JAXA PALSAR processor. This encompasses products acquired from the following organizations: 9 <p>This driver provides enhanced support for processed PALSAR products from the JAXA PALSAR processor. This encompasses products acquired from the following organizations:</p> 10 10 11 11 <ul> … … 17 17 This driver does not support products created using the Vexcel processor (i.e. products distributed by ERSDAC and affiliated organizations). 18 18 19 <p>Support is provided for the following features of PALSAR products: 19 <p>Support is provided for the following features of PALSAR products:</p> 20 20 21 21 <ul> 22 <li>Reading Level 1.1 and 1.5 processed products 23 <li>Georeferencing for Level 1.5 products 24 <li>Basic metadata (sensor information, ground pixel spacing, etc.) 25 <li>Multi-channel data (i.e. dual-polarization or fully polarimetric datasets) 26 < ul>22 <li>Reading Level 1.1 and 1.5 processed products</li> 23 <li>Georeferencing for Level 1.5 products</li> 24 <li>Basic metadata (sensor information, ground pixel spacing, etc.)</li> 25 <li>Multi-channel data (i.e. dual-polarization or fully polarimetric datasets)</li> 26 </ul> 27 27 28 <p>This is a read-only driver. 28 <p>This is a read-only driver.</p> 29 29 30 <p>To open a PALSAR product, select the volume directory file (for example, VOL-ALPSR000000000-P1.5_UA or VOL-ALPSR000000000-P1.1__A). The driver will then use the information contained in the volume directory file to find the various image files (the IMG-* files), as well as the Leader file. Note that the Leader file is essential for correct operation of the driver. 30 <p>To open a PALSAR product, select the volume directory file (for example, VOL-ALPSR000000000-P1.5_UA or VOL-ALPSR000000000-P1.1__A). The driver will then use the information contained in the volume directory file to find the various image files (the IMG-* files), as well as the Leader file. Note that the Leader file is essential for correct operation of the driver.</p> 31 31 32 See Also:<p>32 <p>See Also:</p> 33 33 34 34 <ul> 35 <li> <a href="http://www.alos-restec.jp/sampledata_e.html">RESTEC Sample Data</a> 35 <li> <a href="http://www.alos-restec.jp/sampledata_e.html">RESTEC Sample Data</a></li> 36 36 </ul> 37 37
