Skip to content

Commit

Permalink
spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 2, 2016
1 parent 8ca0ecf commit 490236f
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion python/core/symbology-ng/qgsinvertedpolygonrenderer.sip
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class QgsInvertedPolygonRenderer : QgsFeatureRendererV2
/**
@param enabled enables or disables the preprocessing.
When enabled, geometries will be merged with an union before being rendered.
It allows fixing some rendering artefacts (when rendering overlapping polygons for instance).
It allows fixing some rendering artifacts (when rendering overlapping polygons for instance).
This will involve some CPU-demanding computations and is thus disabled by default.
*/
void setPreprocessingEnabled( bool enabled );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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> &lt;string&gt; This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -grid</b> &lt;string&gt; . Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -out</b> &lt;string&gt; Parameters of the output image. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&quot;</li><b>[choice] -interpolator</b> This group of parameters allows defining how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: &quot;bco&quot;<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> &lt;int32&gt; 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: &quot;2&quot;</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> &lt;string&gt; This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -grid</b> &lt;string&gt; . Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -out</b> &lt;string&gt; Parameters of the output image. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -ram</b> &lt;int32&gt; Available memory for processing (in MB). Mandatory: False. Default Value: &quot;128&quot;</li><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&quot;</li><b>[choice] -interpolator</b> This group of parameters allows defining how the input image will be interpolated during resampling. nn,linear,bco. Mandatory: True. Default Value: &quot;bco&quot;<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> &lt;int32&gt; 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: &quot;2&quot;</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>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
</style>
</head><body><h1>OrthoRectification</h1><h2>Brief Description</h2>This application allows ortho-rectifying 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> &lt;string&gt; This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -outputs</b> &lt;string&gt; This group of parameters allows defining the grid on which the input image will be resampled.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -elev</b> &lt;string&gt; 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: &quot;0&quot;</li><li><b>[param] -opt</b> &lt;string&gt; This group of parameters allows optimizing processing time.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&quot;</li><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: &quot;utm&quot;<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> &lt;int32&gt; The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: &quot;31&quot;</li><li><b>[param] -map.utm.northhem</b> &lt;boolean&gt; 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: &quot;True&quot;</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> &lt;int32&gt; See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: &quot;4326&quot;</li></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: &quot;bco&quot;<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> &lt;int32&gt; 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: &quot;2&quot;</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> &lt;string&gt; This group of parameters allows setting the input and output images.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -outputs</b> &lt;string&gt; This group of parameters allows defining the grid on which the input image will be resampled.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -elev</b> &lt;string&gt; 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: &quot;0&quot;</li><li><b>[param] -opt</b> &lt;string&gt; This group of parameters allows optimizing processing time.. Mandatory: True. Default Value: &quot;0&quot;</li><li><b>[param] -inxml</b> &lt;string&gt; Load otb application from xml file. Mandatory: False. Default Value: &quot;&quot;</li><li><b>[param] -outxml</b> &lt;string&gt; Save otb application to xml file. Mandatory: False. Default Value: &quot;&quot;</li><b>[choice] -map</b> Parameters of the output map projection to be used. utm,lambert2,lambert93,wgs,epsg. Mandatory: True. Default Value: &quot;utm&quot;<ul><li><b>[group] -utm</b></li><ul><li><b>[param] -map.utm.zone</b> &lt;int32&gt; The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere). Mandatory: True. Default Value: &quot;31&quot;</li><li><b>[param] -map.utm.northhem</b> &lt;boolean&gt; 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: &quot;True&quot;</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> &lt;int32&gt; See www.spatialreference.org to find which EPSG code is associated to your projection. Mandatory: True. Default Value: &quot;4326&quot;</li></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: &quot;bco&quot;<ul><li><b>[group] -bco</b></li><ul><li><b>[param] -interpolator.bco.radius</b> &lt;int32&gt; 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: &quot;2&quot;</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>
Loading

0 comments on commit 490236f

Please sign in to comment.