Skip to content

Commit

Permalink
Doc: better point to RPC transformer options
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 10, 2021
1 parent eae5c24 commit 3cdad7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion alg/gdaltransformer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,8 @@ bool GDALComputeAreaOfInterest(OGRSpatialReference* poSRS,
* used to specify the identity geotransform (ungeoreference image)
* <li> RPC_HEIGHT: A fixed height to be used with RPC calculations.
* <li> RPC_DEM: The name of a DEM file to be used with RPC calculations.
* <li> Other RPC related options. See GDALCreateRPCTransformer()
* See GDALCreateRPCTransformerV2() for more details.
* <li> Other RPC related options. See GDALCreateRPCTransformerV2()
* <li> INSERT_CENTER_LONG: May be set to FALSE to disable setting up a
* CENTER_LONG value on the coordinate system to rewrap things around the
* center of the image.
Expand Down
3 changes: 2 additions & 1 deletion doc/source/programs/gdalwarp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ with control information.
.. option:: -to <NAME=VALUE>

Set a transformer option suitable to pass to :cpp:func:`GDALCreateGenImgProjTransformer2`.
See :cpp:func:`GDALCreateRPCTransformerV2()` for RPC specific options.

.. option:: -vshift

Expand Down Expand Up @@ -133,7 +134,7 @@ with control information.
.. option:: -et <err_threshold>

Error threshold for transformation approximation (in pixel units -
defaults to 0.125, unless, starting with GDAL 2.1, the RPC_DEM warping
defaults to 0.125, unless, starting with GDAL 2.1, the RPC_DEM transformer
option is specified, in which case, an exact transformer, i.e.
err_threshold=0, will be used).

Expand Down

0 comments on commit 3cdad7f

Please sign in to comment.