mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
7 lines
2.4 KiB
HTML
7 lines
2.4 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>OSMDownloader</h1><h2>Brief Description</h2>Generate a vector data from OSM on the input image extend<h2>Tags</h2>Image MetaData<h2>Long Description</h2>Generate a vector data from Open Street Map data. A DEM could be use. By default, the entire layer is downloaded, an image can be use as support for the OSM data. The application can provide also available classes in layers . This application required an Internet access. Information about the OSM project : http://www.openstreetmap.org/<h2>Parameters</h2><ul><li><b>[param] -out</b> <string> Generated output vector data path. Mandatory: True. Default Value: ""</li><li><b>[param] -support</b> <string> Image used as support to estimate the models. Mandatory: True. Default Value: ""</li><li><b>[param] -key</b> <string> OSM tag key to extract (highway, building...). Mandatory: True. Default Value: ""</li><li><b>[param] -value</b> <string> OSM tag value to extract (motorway, footway...). Mandatory: False. Default Value: ""</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff processed by the DEM import application. Mandatory: True. Default Value: "0"</li><li><b>[param] -printclasses</b> <boolean> Print the key/value classes available for the bounding box of the input image
|
|
** If not used : Note that the options OSMKey (-key) and Output (-out) become mandatory. Mandatory: False. Default Value: "True"</li></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Convertion<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;">support: qb_RoadExtract.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;">key: highway</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">out: apTvUtOSMDownloader.shp</p></li></ul></body></html>
|