1r.in.aster(1)               GRASS GIS User's Manual              r.in.aster(1)
2
3
4

NAME

6       r.in.aster  - Georeference, rectify, and import Terra-ASTER imagery and
7       relative DEMs using gdalwarp.
8

KEYWORDS

10       raster, import, imagery, ASTER, elevation
11

SYNOPSIS

13       r.in.aster
14       r.in.aster --help
15       r.in.aster input=name proctype=string band=string output=name  [--over‐
16       write]  [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       --overwrite
20           Allow output files to overwrite existing files
21
22       --help
23           Print usage summary
24
25       --verbose
26           Verbose module output
27
28       --quiet
29           Quiet module output
30
31       --ui
32           Force launching GUI dialog
33
34   Parameters:
35       input=name [required]
36           Name of input ASTER image
37
38       proctype=string [required]
39           ASTER imagery processing type (Level 1A, Level 1B, or relative DEM)
40           Options: L1A, L1B, DEM
41           Default: L1B
42
43       band=string [required]
44           List  L1A  or L1B band to translate (1,2,3n,...), or enter ’all’ to
45           translate all bands
46           Default: all
47
48       output=name [required]
49           Base name for output raster map (band number will  be  appended  to
50           base name)
51

DESCRIPTION

53       r.in.aster rectifies, georeferences, and imports Terra-ASTER imagery to
54       current location using gdalwarp, hdf 4, and r.in.gdal, using projection
55       parameters  from g.proj. It can import Level 1A, Level 1B, and relative
56       DEM products.
57
58       The program may be run interactively or non-interactively from the com‐
59       mand  line.  In  either case, the user must specify an input *.hdf file
60       name, the type of processing used, the image band  to  import,  and  an
61       output GRASS raster map name.
62
63       The type parameter can take values of L1A, L1B, or DEM.
64
65       The band parameter can take values of 1, 2, 3n, 3b, 4-14
66

NOTES

68       r.in.aster requires GDAL library to be in the user’s path and the hdf 4
69       driver to be installed. The GDAL library must be compiled with hdf sup‐
70       port.
71

AUTHORS

73       Michael Barton, Arizona State University and Paul Kelly
74

SOURCE CODE

76       Available at: r.in.aster source code (history)
77
78       Accessed: Mon Jun 20 16:47:45 2022
79
80       Main  index  | Raster index | Topics index | Keywords index | Graphical
81       index | Full index
82
83       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
84
85
86
87GRASS 8.2.0                                                      r.in.aster(1)
Impressum