1r.in.srtm(1)                  Grass User's Manual                 r.in.srtm(1)
2
3
4

NAME

6       r.in.srtm  - Imports SRTM HGT files into raster map.
7

KEYWORDS

9       raster, import, SRTM
10

SYNOPSIS

12       r.in.srtm
13       r.in.srtm --help
14       r.in.srtm  [-1]  input=name   [output=name]    [--overwrite]   [--help]
15       [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -1
19           Input is a 1-arcsec tile (default: 3-arcsec)
20
21       --overwrite
22           Allow output files to overwrite existing files
23
24       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       input=name [required]
38           Name of SRTM input tile (file without .hgt.zip extension)
39
40       output=name
41           Name for output raster map (default: input tile)
42

DESCRIPTION

44       r.in.srtm imports SRTM HGT  files  into  GRASS.   SRTM  Version  1  and
45       improved Version 2 data sets can be downloaded from NASA at this site:
46       http://dds.cr.usgs.gov/srtm/
47
48       Gap-filled  SRTM  Version  3  data  can be downloaded from USGS at this
49       site:
50       https://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL3.003/2000.02.11/
51

NOTES

53       SRTM tiles are of 1 degree by 1 degree size. The SRTM filename contains
54       the  coordinates  which  refer  to  the  center of the lower left pixel
55       (e.g., N51E010: lower left cell center at 10E, 51N). To identify a tile
56       name, a grid can be easily visualized by d.grid:
57       d.grid size=1
58       To import TOPEX/SRTM30 PLUS data, use r.in.bin.
59

SEE ALSO

61        r.in.bin, r.in.srtm.region (Addon)
62
63       The Shuttle Radar Topography Mission homepage at NASA’s JPL.
64       The SRTM Web Forum
65

REFERENCES

67       M.  Neteler, 2005. SRTM and VMAP0 data in OGR and GRASS. GRASS Newslet‐
68       ter, Vol.3, pp. 2-6, June 2005. ISSN 1614-8746.
69

AUTHORS

71       Markus Neteler
72       Improved by W. Kyngesburye and H. Bowman
73       Update for SRTM V3 by Markus Metz
74
75       Last changed: $Date: 2018-11-09 14:36:41 +0100 (Fri, 09 Nov 2018) $
76

SOURCE CODE

78       Available at: r.in.srtm source code (history)
79
80       Main index | Raster index | Topics index | Keywords index  |  Graphical
81       index | Full index
82
83       © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
84
85
86
87GRASS 7.6.0                                                       r.in.srtm(1)
Impressum