r.in.aster.html 958 B

12345678910111213141516171819202122232425
  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.
  9. <p>The <b>type</b> paremeter can take values of L1A, L1B, or DEM.
  10. <p>The <b>band</b> parameter can take values of 1, 2, 3n, 3b, 4-14
  11. <h2>NOTES</h2>
  12. <em>r.in.aster</em> requires GDAL library to be in the user's path and the hdf 4 driver
  13. to be installed. The GDAL library must be compiled with hdf support.
  14. <h2>AUTHORS</h2>
  15. Michael Barton, Arizona State University and Paul Kelly
  16. <p><i>Last changed: $Date$</i>