1234567891011121314151617181920212223 |
- <H2>DESCRIPTION</H2>
- <em>r.in.aster</em> rectifies, georeferences, and imports Terra-ASTER imagery
- to current location using gdalwarp, hdf 4, and r.in.gdal, using projection parameters
- from g.proj. It can import Level 1A, Level 1B, and relative DEM products.
- <p>The program may be run interactively or non-interactively from the command
- line. In either case, the user must specify an <b>input</b> *.hdf file name,
- the <b>type</b> of processing used, the image <b>band</b> to import, and an
- <b>output</b> GRASS raster map name. </p>
- <p>The <b>type</b> paremeter can take values of L1A, L1B, or DEM. </p>
- <p>The <B>band</B> parameter can take values of 1, 2, 3n, 3b, 4-14</p>
- <h2>NOTES</h2>
- <em>r.in.aster</em> requires gdal to be in the user's path and the hdf 4 to be installed. Gdal must be compiled with hdf support.
- <h2>AUTHORS</h2>
- Michael Barton, Arizona State University and Paul Kelly
- <p><i>Last changed: $Date: 2004/12/20</i>
|