r.in.aster.html 953 B

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