mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
6 lines
5.0 KiB
HTML
6 lines
5.0 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>ReadImageInfo</h1><h2>Brief Description</h2>Get information about the image<h2>Tags</h2>Utilities,Image Manipulation,Image MetaData<h2>Long Description</h2>Display information about the input image like: image size, origin, spacing, metadata, projections...<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image to analyse. Mandatory: True. Default Value: ""</li><li><b>[param] -keywordlist</b> <boolean> Output the OSSIM keyword list. It contains metadata information (sensor model, geometry ). Information is stored in keyword list (pairs of key/value). Mandatory: False. Default Value: "True"</li><li><b>[param] -outkwl</b> <string> This option allows extracgin the OSSIM keywordlist of the image into a geom file.. Mandatory: False. Default Value: ""</li><li><b>[param] -indexx</b> <int32> X start index. Mandatory: True. Default Value: "0"</li><li><b>[param] -indexy</b> <int32> Y start index. Mandatory: True. Default Value: "0"</li><li><b>[param] -sizex</b> <int32> X size (in pixels). Mandatory: True. Default Value: "0"</li><li><b>[param] -sizey</b> <int32> Y size (in pixels). Mandatory: True. Default Value: "0"</li><li><b>[param] -spacingx</b> <float> Pixel size along X (in physical units). Mandatory: True. Default Value: "0.0"</li><li><b>[param] -spacingy</b> <float> Pixel size along Y (in physical units). Mandatory: True. Default Value: "0.0"</li><li><b>[param] -originx</b> <float> Origin along X. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -originy</b> <float> Origin along Y. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -estimatedgroundspacingx</b> <float> Estimated ground spacing along X (in meters).. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -estimatedgroundspacingy</b> <float> Estimated ground spacing along Y (in meters).. Mandatory: True. Default Value: "0.0"</li><li><b>[param] -numberbands</b> <int32> Number of bands. Mandatory: True. Default Value: "0"</li><li><b>[param] -sensor</b> <string> Sensor identifier. Mandatory: True. Default Value: ""</li><li><b>[param] -id</b> <string> Image identifier. Mandatory: True. Default Value: ""</li><li><b>[param] -time</b> <string> Acquisition time.. Mandatory: True. Default Value: ""</li><li><b>[param] -ullat</b> <float> Lattitude of the upper left corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ullon</b> <float> Longitude of the upper left corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -urlat</b> <float> Lattitude of the upper right corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -urlon</b> <float> Longitude of the upper right corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lrlat</b> <float> Lattitude of the lower right corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lrlon</b> <float> Longitude of the lower right corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lllat</b> <float> Lattitude of the lower left corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lllon</b> <float> Longitude of the lower left corner.. Mandatory: True. Default Value: "0"</li><li><b>[param] -town</b> <string> Main town near center of image. Mandatory: True. Default Value: ""</li><li><b>[param] -country</b> <string> Country of the image. Mandatory: True. Default Value: ""</li><li><b>[param] -rgb</b> <string> This group of parameters allows accessing to the default rgb composition.. Mandatory: True. Default Value: "0"</li><li><b>[param] -projectionref</b> <string> Projection Coordinate System. Mandatory: True. Default Value: ""</li><li><b>[param] -keyword</b> <string> Image keyword list. Mandatory: True. Default Value: ""</li><li><b>[param] -gcp</b> <string> This group of parameters allows accessing to the GCPs information. Mandatory: True. Default Value: "0"</li><li><b>[param] -inxml</b> <string> Load otb application from xml file. Mandatory: False. Default Value: ""</li><li><b>[param] -outxml</b> <string> Save otb application to xml file. Mandatory: False. Default Value: ""</li></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;">in: QB_Toulouse_Ortho_XS.tif</p></li></ul></body></html>
|