mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
5 lines
2.2 KiB
HTML
5 lines
2.2 KiB
HTML
<html><head>
|
|
<style type="text/css">
|
|
dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; text-align: left; font-weight: bold; color: green; } dt:after { content: ":"; } dd { margin: 0 0 0 220px; padding: 0 0 0.5em 0; }
|
|
</style>
|
|
</head><body><h1>DownloadSRTMTiles</h1><h2>Brief Description</h2>Download or list SRTM tiles related to a set of images<h2>Tags</h2>Utilities,Image Manipulation<h2>Long Description</h2>This application allows selecting the appropriate SRTM tiles that covers a list of images. It builds a list of the required tiles. Two modes are available: the first one download those tiles from the USGS SRTM3 website (http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/), the second one list those tiles in a local directory. In both cases, you need to indicate the directory in which directory tiles will be download or the location of local SRTM files.<h2>Parameters</h2><ul><li><b>[param] -il</b> <string> The list of images on which you want to determine corresponding SRTM tiles.. Mandatory: True. Default Value: "0"</li><b>[choice] -mode</b> download,list. Mandatory: True. Default Value: "download"<ul><li><b>[group] -download</b></li><ul><li><b>[param] -mode.download.outdir</b> <string> Directory where zipped tiles will be save. You'll need to unzip all tile files before using them in your application.. Mandatory: True. Default Value: ""</li></ul><li><b>[group] -list</b></li><ul><li><b>[param] -mode.list.indir</b> <string> Input directory where SRTM tiles can are located.. Mandatory: True. Default Value: ""</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2> <h2>Example of use</h2><ul><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">il: QB_Toulouse_Ortho_XS.tif</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode: list</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">mode.list.indir: /home/user/srtm_dir/</p></li></ul></body></html> |