Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > dabb57319acb4393549d883bdd5bc220 > files > 79

libgdal0-devel-1.1.8-2mdk.ppc.rpm

<html>
<head>
<title>FAST -- EOSAT FAST Format</title>
</head>

<body bgcolor="#ffffff">

<h1>FAST -- EOSAT FAST Format</h1>

Supported reading from FAST-L7A format (Landsat TM data). If you want to read
other datasets in this format (SPOT, IRS), write to me (Andrey Kiselev, 
<a href=mailto:dron@at1895.spb.edu>dron@at1895.spb.edu</a>). You should share
data samples with me.<p>

Datasets in FAST format represented by several files: one or more
administrative headers and one or more files with actual image data in raw
format. Administrative files contains different information about scene
parameters including filenames of images. You can read files with
administrative headers with any text viewer/editor, it is just plain ASCII
text.<p>

This driver wants administrative file for input. Filenames of images will be
extracted and data will be imported, every file will be interpreted as band.<p>

FAST-L7A consists form several files: big ones with image data and three
small files with administrative information. You should give to driver one
of the administrative files:<p>

<ul>
<li>L7fppprrr_rrrYYYYMMDD_HPN.FST: panchromatic band header file with 1
    band
<li>L7fppprrr_rrrYYYYMMDD_HRF.FST: VNIR/ SWIR bands header file with 6
    bands
<li>L7fppprrr_rrrYYYYMMDD_HTM.FST: thermal bands header file with 2 bands
</ul>

All raw images corresponded to their administrative files will be imported
as GDAL bands.<p>

From the ``<a href=http://ltpwww.gsfc.nasa.gov/IAS/pdfs/DFCB_V5_B2_R4.pdf>
Level 1 Product Output Files Data Format Control Book</a>'':<p>
<tt>
The file naming convention for the FAST-L7A product files is
<br>
L7fppprrr_rrrYYYYMMDD_AAA.FST<br>
<br>
where<br>
<br>
L7 = Landsat 7 mission<br>
<br>
f = ETM+ format (1 or 2) (data not pertaining to a specific format defaults to 1)<br>
<br>
ppp = starting path of the product<br>
<br>
rrr_rrr = starting and ending rows of the product<br>
<br>
YYYYMMDD = acquisition date of the image<br>
<br>
AAA = file type:<br>
HPN = panchromatic band header file<br>
HRF = VNIR/ SWIR bands header file<br>
HTM = thermal bands header file<br>
B10 = band 1<br>
B20 = band 2<br>
B30 = band 3<br>
B40 = band 4<br>
B50 = band 5<br>
B61 = band 6L<br>
B62 = band 6H<br>
B70 = band 7<br>
B80 = band 8<br>
<br>
FST = FAST file extension<br>
</tt><p>

So you should give to driver one of the <tt>L7fppprrr_rrrYYYYMMDD_HPN.FST</tt>, 
<tt>L7fppprrr_rrrYYYYMMDD_HRF.FST</tt> or
<tt>L7fppprrr_rrrYYYYMMDD_HTM.FST</tt> files.

<h2>Georeference</h2>

Currently only UTM projection supported. Contact me if you have datasets in
other projections.

<h2>Metadata</h2>

Calibration coefficients for each band reported as metadata items.

<ul>

<li> <b>BIASn</b>: Bias value for the channel <b>n</b>. <p> 

<li> <b>GAINn</b>: Gain value for the channel <b>n</b>. <p> 

</ul>

<h2>See Also:</h2>

<ul>
<li> Implemented as <tt>gdal/frmts/fast/fastdataset.cpp</tt>.<p>

<li> Landsat FAST L7A format description available from <a
href=http://ltpwww.gsfc.nasa.gov/IAS/htmls/l7_review.html>
http://ltpwww.gsfc.nasa.gov/IAS/htmls/l7_review.html</a>
(see <a href=http://ltpwww.gsfc.nasa.gov/IAS/pdfs/DFCB_V5_B2_R4.pdf>
ESDIS Level 1 Product Generation System (LPGS) Output Files DFCB, Vol. 5, Book 2</a>)<p>

</body>
</html>