~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to scripts/r.in.aster/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<em>r.in.aster</em> rectifies, georeferences, and imports Terra-ASTER imagery 
4
 
to current location using gdalwarp, hdf 4, and r.in.gdal, using projection parameters 
5
 
from g.proj. It can import Level 1A, Level 1B, and relative DEM products.
6
 
<p>The program may be run interactively or non-interactively from the command 
7
 
  line. In either case, the user must specify an <b>input</b> *.hdf file name, 
8
 
  the <b>type</b> of processing used, the image <b>band</b> to import, and an 
9
 
  <b>output</b> GRASS raster map name. 
10
 
<p>The <b>type</b> paremeter can take values of L1A, L1B, or DEM. 
11
 
<p>The <b>band</b> parameter can take values of 1, 2, 3n, 3b, 4-14
12
 
 
13
 
 
14
 
<h2>NOTES</h2>
15
 
 
16
 
<em>r.in.aster</em> requires GDAL library to be in the user's path and the hdf 4 driver
17
 
to be installed. The GDAL library must be compiled with hdf support.
18
 
 
19
 
<h2>AUTHORS</h2>
20
 
 
21
 
Michael Barton, Arizona State University and Paul Kelly 
22
 
 
23
 
<p><i>Last changed: $Date: 2011-11-08 12:29:50 +0100 (Tue, 08 Nov 2011) $</i>
24