Changeset 13809

Show
Ignore:
Timestamp:
02/17/08 12:13:53 (5 months ago)
Author:
rouault
Message:

Add COASP, JAXAPALSAR and TSX driver to GDAL format list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/formats_list.html

    r13797 r13809  
    7474</td></tr> 
    7575 
     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 
    7683<tr><td> <a href="frmt_cosar.html">TerraSAR-X Complex SAR Data Product</a> 
    7784</td><td> COSAR 
     
    286293</td></tr> 
    287294 
     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 
    288302<tr><td> <a href="frmt_various.html#JDEM">Japanese DEM (.mem)</a> 
    289303</td><td> JDEM 
     
    512526<tr><td> <a href="frmt_terragen.html">Terragen Heightfield (.ter)</a> 
    513527</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 
    514535</td><td> Yes 
    515536</td><td> No 
  • trunk/gdal/frmts/jaxapalsar/frmt_palsar.html

    r12697 r13809  
    77<h1>JAXA PALSAR Processed Products</h1> 
    88 
    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> 
    1010 
    1111<ul> 
     
    1717This driver does not support products created using the Vexcel processor (i.e. products distributed by ERSDAC and affiliated organizations). 
    1818 
    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> 
    2020 
    2121<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> 
    2727 
    28 <p>This is a read-only driver. 
     28<p>This is a read-only driver.</p> 
    2929 
    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> 
    3131 
    32 See Also:<p> 
     32<p>See Also:</p> 
    3333 
    3434<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> 
    3636</ul> 
    3737