GRASS logo

NAME

r.in.srtm.region - Creates a DEM from 3 arcsec SRTM v2.1 or 1 arcsec SRTM v3 tiles.

KEYWORDS

raster, import

SYNOPSIS

r.in.srtm.region
r.in.srtm.region --help
r.in.srtm.region [-n21z] output=name username=string password=string [url=string] [local=name] [region=xmin,ymin,xmax,ymax] [memory=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

-n
Fill null cells
-2
Import SRTM v2 tiles
Default: Import SRTM v3 tiles
-1
Import 1-arcsec tiles (default: 3-arcsec)
-z
create zero elevation for missing tiles
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

output=name [required]
Name for output raster map
username=string [required]
Username for authentication
password=string [required]
Password for authentication
url=string
Base URL to fetch SRTM tiles
local=name
Local folder with SRTM tiles
Use local folder instead of URL to retrieve SRTM tiles
region=xmin,ymin,xmax,ymax
Import subregion only (default is current region)
Format: xmin,ymin,xmax,ymax - usually W,S,E,N
memory=integer
Memory in MB for interpolation
Default: 300

Table of contents

DESCRIPTION

r.in.srtm.region imports all SRTM tiles covering the current region or region extents given with region into GRASS, patches the tiles together and optionally interpolates holes for SRTM V2.1. The SRTM V003 products are already void-filled.

r.in.srtm.region downloads

Importantly, for the SRTM tiles download a user registration is needed at https://urs.earthdata.nasa.gov/users/new

In the user profile, two specific applications must be approved in the "My application" tab:

NOTES

This module only operates in Latitude-Longitude locations (EPSG 4326).

EXAMPLE

Import of SRTMGL1 V003 (1 arc seconds ~ 30m) covering the current computational region:
# run in LatLong location - Sicily East, Italy
g.region n=39 s=37 w=14 e=16 res=0:00:01 -p

# use own credentials here
r.in.srtm.region -1 user="my_nasa_user" password="my_nasa_pw" output=srtm_sicily_1arc memory=2000
r.univar srtm_sicily_1arc
r.in.srtm.region example
Figure: Eta volcano (Sicily, Italy) shown in NVIZ

SEE ALSO

r.in.srtm

The Shuttle Radar Topography Mission homepage at NASA's JPL (see also MEaSUREs Data Product Table - SRTM).

The SRTM v3 documentation.

SRTMGL1: NASA Shuttle Radar Topography Mission Global 1 arc second V003

NASA JPL. (2013). NASA Shuttle Radar Topography Mission Global 1 arc second. NASA LP DAAC. http://doi.org/10.5067/MEaSUREs/SRTM/SRTMGL1.003

REFERENCES

M. Neteler, 2005. SRTM and VMAP0 data in OGR and GRASS. GRASS Newsletter, Vol.3, pp. 2-6, June 2005. ISSN 1614-8746.

AUTHOR

Markus Metz

Last changed: $Date: 2017-02-25 11:46:11 +0100 (Sat, 25 Feb 2017) $

SOURCE CODE

Available at: r.in.srtm.region source code (history)


Main index | Raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2018 GRASS Development Team, GRASS GIS 7.4.1svn Reference Manual