mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix typos
This commit is contained in:
parent
e45f01de13
commit
ffaffadbfa
@ -12,7 +12,7 @@ class QgsRasterDrawer
|
||||
/** Draws raster data.
|
||||
* @param p destination QPainter
|
||||
* @param viewPort viewport to render
|
||||
* @param theQgsMapToPixel map to pixel convertor
|
||||
* @param theQgsMapToPixel map to pixel converter
|
||||
* @param feedback optional raster feedback object for cancellation/preview. Added in QGIS 3.0.
|
||||
*/
|
||||
void draw( QPainter* p, QgsRasterViewPort* viewPort, const QgsMapToPixel* theQgsMapToPixel, QgsRasterBlockFeedback* feedback = nullptr );
|
||||
|
||||
@ -85,7 +85,7 @@ class AbstractSWE(object):
|
||||
self.id = testXMLAttribute(element,"id") # string, optional
|
||||
|
||||
# Elements
|
||||
self.extention = [] # anyType, min=0, max=X
|
||||
self.extension = [] # anyType, min=0, max=X
|
||||
|
||||
class AbstractSWEIdentifiable(AbstractSWE):
|
||||
def __init__(self, element):
|
||||
|
||||
@ -747,7 +747,7 @@ class ContentMetadata:
|
||||
|
||||
@property
|
||||
def tilematrixsets(self):
|
||||
# NB. This attribute has been superseeded by the
|
||||
# NB. This attribute has been superceeded by the
|
||||
# `tilematrixsetlinks` attribute defined below, but is included
|
||||
# for now to provide continuity.
|
||||
warnings.warn("The 'tilematrixsets' attribute has been deprecated"
|
||||
|
||||
@ -1560,8 +1560,8 @@ class GMLMultiPolygonFeatureCollection(FeatureCollection):
|
||||
|
||||
def monitorExecution(execution, sleepSecs=3, download=False, filepath=None):
|
||||
'''
|
||||
Convenience method to monitor the status of a WPS execution till it completes (succesfully or not),
|
||||
and write the output to file after a succesfull job completion.
|
||||
Convenience method to monitor the status of a WPS execution till it completes (successfully or not),
|
||||
and write the output to file after a successful job completion.
|
||||
|
||||
execution: WPSExecution instance
|
||||
sleepSecs: number of seconds to sleep in between check status invocations
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/** \class QgsMapUnitScaleWidget
|
||||
* \ingroup gui
|
||||
* A widget which allows the user to choose the minimum and maximum scale of an object in map units
|
||||
* and millimetres. This widget is designed to allow users to edit the properties of a
|
||||
* and millimeters. This widget is designed to allow users to edit the properties of a
|
||||
* QgsMapUnitScale object.
|
||||
* \note added in QGIS 3.0
|
||||
* \see QgsMapUnitScaleDialog
|
||||
@ -53,7 +53,7 @@ class QgsMapUnitScaleWidget : QgsPanelWidget
|
||||
/** \class QgsMapUnitScaleDialog
|
||||
* \ingroup gui
|
||||
* A dialog which allows the user to choose the minimum and maximum scale of an object in map units
|
||||
* and millimetres. This dialog is designed to allow users to edit the properties of a
|
||||
* and millimeters. This dialog is designed to allow users to edit the properties of a
|
||||
* QgsMapUnitScale object.
|
||||
* \see QgsMapUnitScaleWidget
|
||||
* \see QgsUnitSelectionWidget
|
||||
@ -130,7 +130,7 @@ class QgsUnitSelectionWidget : QWidget
|
||||
int getUnit() const;
|
||||
|
||||
/** Returns the current predefined selected unit (if applicable).
|
||||
* @returns selected output unit, or QgsSymbol::Mixed if the widget was populated with custom unit types
|
||||
* @returns selected output unit, or QgsUnitTypes::RenderUnknownUnit if the widget was populated with custom unit types
|
||||
* @note added in QGIS 2.9
|
||||
*/
|
||||
QgsUnitTypes::RenderUnit unit() const;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<root>
|
||||
<key>CompareImages</key>
|
||||
<exec>otbcli_CompareImages</exec>
|
||||
<longname>Images comparaison</longname>
|
||||
<longname>Image comparison</longname>
|
||||
<group>Miscellaneous</group>
|
||||
<description>Estimator between 2 images.</description>
|
||||
<parameter>
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -70,7 +70,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
<parameter_type source_parameter_type="ParameterType_Radius">ParameterNumber</parameter_type>
|
||||
<key>interpolator.bco.radius</key>
|
||||
<name>Radius for bicubic interpolation</name>
|
||||
<description>This parameter allows controling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.</description>
|
||||
<description>This parameter allows controling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.</description>
|
||||
<minValue />
|
||||
<maxValue />
|
||||
<default>2</default>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
<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>GridBasedImageResampling</h1><h2>Brief Description</h2>Resamples an image according to a resampling grid<h2>Tags</h2>Geometry<h2>Long Description</h2>This application allows performing image resampling from an input resampling grid.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -grid</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Parameters of the output image. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereorecificationGridGeneration<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;">io.in: ROI_IKO_PAN_LesHalles_sub.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;">io.out: ROI_IKO_PAN_LesHalles_sub_resampled.tif uint8</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">grid.in: ROI_IKO_PAN_LesHalles_sub_deformation_field.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;">out.sizex: 256</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.sizey: 256</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">grid.type: def</p></li></ul></body></html>
|
||||
</head><body><h1>GridBasedImageResampling</h1><h2>Brief Description</h2>Resamples an image according to a resampling grid<h2>Tags</h2>Geometry<h2>Long Description</h2>This application allows performing image resampling from an input resampling grid.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -grid</b> <string> . Mandatory: True. Default Value: "0"</li><li><b>[param] -out</b> <string> Parameters of the output image. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>otbStereorecificationGridGeneration<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;">io.in: ROI_IKO_PAN_LesHalles_sub.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;">io.out: ROI_IKO_PAN_LesHalles_sub_resampled.tif uint8</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">grid.in: ROI_IKO_PAN_LesHalles_sub_deformation_field.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;">out.sizex: 256</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.sizey: 256</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">grid.type: def</p></li></ul></body></html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -56,5 +56,5 @@ Below, we give two examples of txt files containing information about gains/bias
|
||||
# Each value must be separated with colons (:), with eventual spaces. Blank lines not allowed.
|
||||
1540.494123 : 1826.087443 : 1982.671954 : 1094.747446
|
||||
|
||||
Finally, the 'Logs' tab provides usefull messages that can help the user in knowing the process different status.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename (values in DN). Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output calibrated image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -milli</b> <boolean> Flag to use milli-reflectance instead of reflectance.
|
||||
This allows saving the image with integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename double for example). Mandatory: False. Default Value: "True"</li><li><b>[param] -clamp</b> <boolean> Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.. Mandatory: False. Default Value: "True"</li><li><b>[param] -acqui</b> <string> This group allows setting the parameters related to the acquisition conditions.. Mandatory: True. Default Value: "0"</li><li><b>[param] -atmo</b> <string> This group allows setting the atmospheric parameters.. 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><b>[choice] -level</b> toa,toatoim,toc. Mandatory: True. Default Value: "toa"<ul><li><b>[group] -toa</b></li><ul></ul><li><b>[group] -toatoim</b></li><ul></ul><li><b>[group] -toc</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>The OTB CookBook<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_1_ortho.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;">level: toa</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: OpticalCalibration.tif</p></li></ul></body></html>
|
||||
Finally, the 'Logs' tab provides useful messages that can help the user in knowing the process different status.<h2>Parameters</h2><ul><li><b>[param] -in</b> <string> Input image filename (values in DN). Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> Output calibrated image filename. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</li><li><b>[param] -milli</b> <boolean> Flag to use milli-reflectance instead of reflectance.
|
||||
This allows saving the image with integer pixel type (in the range [0, 1000] instead of floating point in the range [0, 1]. In order to do that, use this option and set the output pixel type (-out filename double for example). Mandatory: False. Default Value: "True"</li><li><b>[param] -clamp</b> <boolean> Clamping in the range [0, 100]. It can be useful to preserve area with specular reflectance.. Mandatory: False. Default Value: "True"</li><li><b>[param] -acqui</b> <string> This group allows setting the parameters related to the acquisition conditions.. Mandatory: True. Default Value: "0"</li><li><b>[param] -atmo</b> <string> This group allows setting the atmospheric parameters.. 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><b>[choice] -level</b> toa,toatoim,toc. Mandatory: True. Default Value: "toa"<ul><li><b>[group] -toa</b></li><ul></ul><li><b>[group] -toatoim</b></li><ul></ul><li><b>[group] -toc</b></li><ul></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>The OTB CookBook<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_1_ortho.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;">level: toa</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: OpticalCalibration.tif</p></li></ul></body></html>
|
||||
|
||||
@ -4,4 +4,4 @@ dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; t
|
||||
</style>
|
||||
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectification of optical images from supported sensors.
|
||||
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
|
||||
@ -4,4 +4,4 @@ dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; t
|
||||
</style>
|
||||
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectification of optical images from supported sensors.
|
||||
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
|
||||
@ -4,4 +4,4 @@ dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; t
|
||||
</style>
|
||||
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectification of optical images from supported sensors.
|
||||
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
|
||||
@ -4,4 +4,4 @@ dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; t
|
||||
</style>
|
||||
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectification of optical images from supported sensors.
|
||||
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
|
||||
@ -4,4 +4,4 @@ dl { border: 3px double #ccc; padding: 0.5em; } dt { float: left; clear: left; t
|
||||
</style>
|
||||
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectification of optical images from supported sensors.
|
||||
<h2>Tags</h2>Geometry<h2>Long Description</h2>An inverse sensor model is built from the input image metadata to convert geographical to raw geometry coordinates. This inverse sensor model is then combined with the chosen map projection to build a global coordinate mapping grid. Last, this grid is used to resample using the chosen interpolation algorithm. A Digital Elevation Model can be specified to account for terrain deformations.
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
In case of SPOT5 images, the sensor model can be approximated by an RPC model in order to speed-up computation.<h2>Parameters</h2><ul><li><b>[param] -io</b> <string> This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: "0"</li><li><b>[param] -outputs</b> <string> This group of parameters allows one to define the grid on which the input image will be resampled.. Mandatory: True. Default Value: "0"</li><li><b>[param] -elev</b> <string> This group of parameters allows managing elevation values. Supported formats are SRTM, DTED or any geotiff. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -opt</b> <string> This group of parameters allows optimization of processing time.. 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><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: "utm"<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> <int32> The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: "31"</li><li><b>[param] -map.utm.northhem</b> <boolean> The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.. Mandatory: False. Default Value: "True"</li></ul><li><b>[group] -lambert2</b></li><ul></ul><li><b>[group] -lambert93</b></li><ul></ul><li><b>[group] -wgs</b></li><ul></ul><li><b>[group] -epsg</b></li><ul><li><b>[param] -map.epsg.code</b> <int32> See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: "4326"</li></ul></ul><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows one to control the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul></ul></ul><h2>Limitations</h2>Supported sensors are Pleiades, SPOT5 (TIF format), Ikonos, Quickbird, Worldview2, GeoEye.<h2>Authors</h2>OTB-Team<h2>See Also</h2>Ortho-rectification chapter from the OTB Software Guide<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;">io.in: QB_TOULOUSE_MUL_Extract_500_500.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;">io.out: QB_Toulouse_ortho.tif</p></li></ul></body></html>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
<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>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
</head><body><h1>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
<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>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
</head><body><h1>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
<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>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
</head><body><h1>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
<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>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
</head><body><h1>RigidTransformResample</h1><h2>Brief Description</h2>Resample an image with a rigid transform<h2>Tags</h2>Conversion,Geometry<h2>Long Description</h2>This application performs a parametric transform on the input image. Scaling, translation and rotation with scaling factor are handled. Parameters of the transform is expressed in physical units, thus particular attention must be paid on pixel size (value, and sign). Moreover transform is expressed from input space to output space (on the contrary ITK Transforms are expressed form output space to input space). <h2>Parameters</h2><ul><li><b>[param] -in</b> <string> The input image to translate.. Mandatory: True. Default Value: ""</li><li><b>[param] -out</b> <string> The transformed output image.. Mandatory: True. Default Value: ""</li><li><b>[param] -transform</b> <string> This group of parameters allows setting the transformation to apply.. Mandatory: True. Default Value: "0"</li><li><b>[param] -ram</b> <int32> This allows setting the maximum amount of RAM available for processing. As the writing task is time consuming, it is better to write large pieces of data, which can be achieved by increasing this parameter (pay attention to your system capabilities). Mandatory: False. Default Value: "128"</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><b>[choice] -interpolator</b> This group of parameters allows one to define how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controlling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul></ul></ul><h2>Limitations</h2>None<h2>Authors</h2>OTB-Team<h2>See Also</h2>Translation<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_sub.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;">out: rigitTransformImage.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;">transform.type: rotation</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.angle: 20</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scalex: 2.</p></li><li><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">transform.type.rotation.scaley: 2.</p></li></ul></body></html>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2,4 +2,4 @@
|
||||
<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>Superimpose</h1><h2>Brief Description</h2>Using available image metadata, project one image onto another one<h2>Tags</h2>Geometry,Superimposition<h2>Long Description</h2>This application performs the projection of an image into the geometry of another one.<h2>Parameters</h2><ul><li><b>[param] -inr</b> <string> The input reference image.. Mandatory: True. Default Value: ""</li><li><b>[param] -inm</b> <string> The image to reproject into the geometry of the reference input.. Mandatory: True. 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. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lms</b> <float> Generate a coarser deformation field with the given spacing. Mandatory: False. Default Value: "4"</li><li><b>[param] -out</b> <string> Output reprojected image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</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><b>[choice] -mode</b> Superimposition mode default,phr. Mandatory: True. Default Value: "default"<ul><li><b>[group] -default</b></li><ul><li><b>[param] -elev.default</b> <float> This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -phr</b></li><ul></ul></ul><b>[choice] -interpolator</b> This group of parameters allows defining how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artefacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></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;">inr: QB_Toulouse_Ortho_PAN.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;">inm: 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;">out: SuperimposedXS_to_PAN.tif</p></li></ul></body></html>
|
||||
</head><body><h1>Superimpose</h1><h2>Brief Description</h2>Using available image metadata, project one image onto another one<h2>Tags</h2>Geometry,Superimposition<h2>Long Description</h2>This application performs the projection of an image into the geometry of another one.<h2>Parameters</h2><ul><li><b>[param] -inr</b> <string> The input reference image.. Mandatory: True. Default Value: ""</li><li><b>[param] -inm</b> <string> The image to reproject into the geometry of the reference input.. Mandatory: True. 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. DownloadSRTMTiles application could be a useful tool to list/download tiles related to a product.. Mandatory: True. Default Value: "0"</li><li><b>[param] -lms</b> <float> Generate a coarser deformation field with the given spacing. Mandatory: False. Default Value: "4"</li><li><b>[param] -out</b> <string> Output reprojected image.. Mandatory: True. Default Value: ""</li><li><b>[param] -ram</b> <int32> Available memory for processing (in MB). Mandatory: False. Default Value: "128"</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><b>[choice] -mode</b> Superimposition mode default,phr. Mandatory: True. Default Value: "default"<ul><li><b>[group] -default</b></li><ul><li><b>[param] -elev.default</b> <float> This parameter allows setting the default height above ellipsoid when there is no DEM available, no coverage for some points or pixels with no_data in the DEM tiles, and no geoid file has been set. This is also used by some application as an average elevation value.. Mandatory: True. Default Value: "0"</li></ul><li><b>[group] -phr</b></li><ul></ul></ul><b>[choice] -interpolator</b> This group of parameters allows defining how the input image will be interpolated during resampling. bco,nn,linear. Mandatory: True. Default Value: "bco"<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> <int32> This parameter allows controling the size of the bicubic interpolation filter. If the target pixel size is higher than the input pixel size, increasing this parameter will reduce aliasing artifacts.. Mandatory: True. Default Value: "2"</li></ul><li><b>[group] -nn</b></li><ul></ul><li><b>[group] -linear</b></li><ul></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;">inr: QB_Toulouse_Ortho_PAN.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;">inm: 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;">out: SuperimposedXS_to_PAN.tif</p></li></ul></body></html>
|
||||
|
||||
@ -3,6 +3,6 @@
|
||||
"type": "function",
|
||||
"description": "Returns true if any element of array1 exists in array2.",
|
||||
"arguments": [ {"arg":"array1","description":"an array"},
|
||||
{"arg":"array2","description":"an other array"}],
|
||||
{"arg":"array2","description":"another array"}],
|
||||
"examples": [ { "expression":"array_intersect(array(1,2,3,4),array(4,0,2,5))", "returns":"true"}]
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "array_prepend",
|
||||
"type": "function",
|
||||
"description": "Returns an array with the given value added at the begining.",
|
||||
"description": "Returns an array with the given value added at the beginning.",
|
||||
"arguments": [ {"arg":"array","description":"an array"},
|
||||
{"arg":"value","description":"the value to add"}],
|
||||
"examples": [ { "expression":"array_prepend(array(1,2,3),0)", "returns":"array: 0,1,2,3"}]
|
||||
|
||||
@ -7,6 +7,6 @@
|
||||
{"arg":"map1", "syntaxOnly": true},
|
||||
{"arg":"map2", "syntaxOnly": true},
|
||||
{"arg":"map", "descOnly": true, "description":"a map"}],
|
||||
"examples": [ { "expression":"map_concat(map('1','one', '2','overriden'),map('2','two', '3','three'))", "returns":"map: 1: 'one, 2: 'two', 3: 'three'"}
|
||||
"examples": [ { "expression":"map_concat(map('1','one', '2','overridden'),map('2','two', '3','three'))", "returns":"map: 1: 'one, 2: 'two', 3: 'three'"}
|
||||
]
|
||||
}
|
||||
|
||||
@ -17,6 +17,6 @@
|
||||
|
||||
|
||||
RE=$(echo $(cut -d: -f1 scripts/spelling.dat | sed -e 's/^/\\</; s/$/\\>|/;') | sed -e 's/| /|/g; s/|$//;')
|
||||
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|qgisstyle|LexerR.py|debian/build*|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-|debian/tmp|src/plugins/dxf2shp_converter/dxflib|python/ext-libs|i18n/"
|
||||
EX="\.(svn-base|tmp|xpm|ts|o)|spelling\.dat|Exception_to_GPL_for_Qt.txt|sqlite3.c|qgisstyle|LexerR.py|debian/build.*|debian/.*/usr/|ms-windows/osgeo4w|ChangeLog|src/plugins/grass/qtermwidget|src/app/gps/qwtpolar-|debian/tmp|src/plugins/dxf2shp_converter/dxflib|python/ext-libs|i18n/"
|
||||
|
||||
egrep --exclude=*.{png,svg,db,bz2,pdf,qgs,qml,api,pyc} --exclude-dir=.git --exclude-dir=debian/build* --color=always "$RE" -ir . | egrep -iv "$EX"
|
||||
|
||||
@ -536,14 +536,14 @@ void QgsVectorLayerFeatureIterator::prepareExpression( int fieldIdx )
|
||||
|
||||
Q_FOREACH ( const QString& col, exp->referencedColumns() )
|
||||
{
|
||||
int dependantFieldIdx = mSource->mFields.lookupField( col );
|
||||
int dependentFieldIdx = mSource->mFields.lookupField( col );
|
||||
if ( mRequest.flags() & QgsFeatureRequest::SubsetOfAttributes )
|
||||
{
|
||||
mRequest.setSubsetOfAttributes( mRequest.subsetOfAttributes() << dependantFieldIdx );
|
||||
mRequest.setSubsetOfAttributes( mRequest.subsetOfAttributes() << dependentFieldIdx );
|
||||
}
|
||||
// also need to fetch this dependant field
|
||||
if ( !mPreparedFields.contains( dependantFieldIdx ) && !mFieldsToPrepare.contains( dependantFieldIdx ) )
|
||||
mFieldsToPrepare << dependantFieldIdx;
|
||||
// also need to fetch this dependent field
|
||||
if ( !mPreparedFields.contains( dependentFieldIdx ) && !mFieldsToPrepare.contains( dependentFieldIdx ) )
|
||||
mFieldsToPrepare << dependentFieldIdx;
|
||||
}
|
||||
|
||||
if ( exp->needsGeometry() )
|
||||
|
||||
@ -30,7 +30,7 @@ class QgsMapCanvas;
|
||||
/** \class QgsMapUnitScaleWidget
|
||||
* \ingroup gui
|
||||
* A widget which allows the user to choose the minimum and maximum scale of an object in map units
|
||||
* and millimetres. This widget is designed to allow users to edit the properties of a
|
||||
* and millimeters. This widget is designed to allow users to edit the properties of a
|
||||
* QgsMapUnitScale object.
|
||||
* \note added in QGIS 3.0
|
||||
* \see QgsMapUnitScaleDialog
|
||||
@ -90,7 +90,7 @@ class GUI_EXPORT QgsMapUnitScaleWidget : public QgsPanelWidget, private Ui::QgsM
|
||||
/** \class QgsMapUnitScaleDialog
|
||||
* \ingroup gui
|
||||
* A dialog which allows the user to choose the minimum and maximum scale of an object in map units
|
||||
* and millimetres. This dialog is designed to allow users to edit the properties of a
|
||||
* and millimeters. This dialog is designed to allow users to edit the properties of a
|
||||
* QgsMapUnitScale object.
|
||||
* \see QgsMapUnitScaleWidget
|
||||
* \see QgsUnitSelectionWidget
|
||||
|
||||
@ -7,7 +7,7 @@ This plugin was originally written and distributed by the Center for Biodiversit
|
||||
http://biodiversityinformatics.amnh.org/open_source/evis/
|
||||
eVis was contributed to the QGIS project on 2009-07-01.
|
||||
|
||||
eVis was started in 2007 with QGIS v0.7.0. It was our first experience with QGIS and QT. Since its early beginings, the QGIS API has under gone many changes and advances, and as a result there are still some old ideas in this code and much room for improvement. Were we to start this plugin now, we would have done it quite differently! There is still much room for imporovement. We hope the QGIS community will find eVis useful and extend its capabilities to make it even more robust.
|
||||
eVis was started in 2007 with QGIS v0.7.0. It was our first experience with QGIS and QT. Since its early beginnings, the QGIS API has under gone many changes and advances, and as a result there are still some old ideas in this code and much room for improvement. Were we to start this plugin now, we would have done it quite differently! There is still much room for improvement. We hope the QGIS community will find eVis useful and extend its capabilities to make it even more robust.
|
||||
|
||||
|
||||
|
||||
|
||||
@ -165,7 +165,7 @@ In particular, saving a virtual layer with embedded layers to a QLR file can be
|
||||
<item>
|
||||
<widget class="QgsCodeEditorSQL" name="mQueryEdit" native="true">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>This is the SQL query editor. You can edit here an SQL query refering to any existing vector layers or embedded layers.</p><p>Virtual layers rely on SQLite and Spatialite. Any functions from SQLite or Spatialite can then be used in the query. To add or access geometries of a table, you can use "tablename.geometry", regardless of original geometry column's name.</p><p><span style=" font-weight:600;">Special comments:</span></p><p>Because it is not always possible to autodetect the data type of each column in a query, special comments can be used in the query to force a specific type.</p><p>Special comments must be placed on the right of a column name and have the form <tt>/*:type*/</tt> where type can be any of <span style=" font-style:italic;">int</span>, <span style=" font-style:italic;">real</span> or <span style=" font-style:italic;">text</span>. They can also be used to specify the type and SRID of the geometry column with the following syntax: <tt>/*:gtype:srid*/</tt> where <span style=" font-style:italic;">gtype</span> can be <span style=" font-style:italic;">point</span>, <span style=" font-style:italic;">linestring</span> or <span style=" font-style:italic;">polygon</span> (with an optional <span style=" font-style:italic;">multi</span> prefix) and <span style=" font-style:italic;">srid</span> is an integer identifier.</p><p>Example:</p><p><tt>SELECT id + 1 as id /*:int*/, ST_Centroid(geometry) as geom /*:point:4326*/ FROM tab</tt></p></body></html></string>
|
||||
<string><html><head/><body><p>This is the SQL query editor. You can edit here an SQL query referring to any existing vector layers or embedded layers.</p><p>Virtual layers rely on SQLite and Spatialite. Any functions from SQLite or Spatialite can then be used in the query. To add or access geometries of a table, you can use "tablename.geometry", regardless of original geometry column's name.</p><p><span style=" font-weight:600;">Special comments:</span></p><p>Because it is not always possible to autodetect the data type of each column in a query, special comments can be used in the query to force a specific type.</p><p>Special comments must be placed on the right of a column name and have the form <tt>/*:type*/</tt> where type can be any of <span style=" font-style:italic;">int</span>, <span style=" font-style:italic;">real</span> or <span style=" font-style:italic;">text</span>. They can also be used to specify the type and SRID of the geometry column with the following syntax: <tt>/*:gtype:srid*/</tt> where <span style=" font-style:italic;">gtype</span> can be <span style=" font-style:italic;">point</span>, <span style=" font-style:italic;">linestring</span> or <span style=" font-style:italic;">polygon</span> (with an optional <span style=" font-style:italic;">multi</span> prefix) and <span style=" font-style:italic;">srid</span> is an integer identifier.</p><p>Example:</p><p><tt>SELECT id + 1 as id /*:int*/, ST_Centroid(geometry) as geom /*:point:4326*/ FROM tab</tt></p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@ -2320,7 +2320,7 @@ class TestQgsExpression: public QObject
|
||||
concatExpected["1"] = "one";
|
||||
concatExpected["2"] = "two";
|
||||
concatExpected["3"] = "three";
|
||||
QCOMPARE( QgsExpression( "map_concat(map('1', 'one', '2', 'overriden by next map'), map('2', 'two', '3', 'three'))" ).evaluate( &context ), QVariant( concatExpected ) );
|
||||
QCOMPARE( QgsExpression( "map_concat(map('1', 'one', '2', 'overridden by next map'), map('2', 'two', '3', 'three'))" ).evaluate( &context ), QVariant( concatExpected ) );
|
||||
|
||||
QStringList keysExpected;
|
||||
keysExpected << "1" << "2";
|
||||
|
||||
@ -145,7 +145,7 @@ class TestAuthManager(unittest.TestCase):
|
||||
'crs': 'EPSG:4326',
|
||||
'url': 'http://127.0.0.1:%s/?map=%s' % (cls.port, cls.project_path),
|
||||
'format': 'image/png',
|
||||
# This is needed because of a really wierd implementation in QGIS Server, that
|
||||
# This is needed because of a really weird implementation in QGIS Server, that
|
||||
# replaces _ in the the real layer name with spaces
|
||||
'layers': urllib.parse.quote(layers).replace('_', ' '),
|
||||
'styles': '',
|
||||
|
||||
@ -107,7 +107,7 @@ class TestQgsTextEditWidget(unittest.TestCase):
|
||||
factory = reg.factory("ValueMap")
|
||||
self.assertIsNotNone(factory)
|
||||
|
||||
# Tests with different value types occuring in the value map
|
||||
# Tests with different value types occurring in the value map
|
||||
config = {'two': '2', 'twoandhalf': '2.5', 'NULL text': 'NULL',
|
||||
'nothing': self.VALUEMAP_NULL_TEXT}
|
||||
self.assertEqual(factory.representValue(layer, 0, config, None, 2), 'two')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user