Skip to content

Commit 626a368

Browse files
authored
Merge pull request OSGeo#11972 from dbaston/pydoc-gdalwarp-link-to-options
Doc: Link to list of warping options from Python gdal.Warp
2 parents 840ab7d + 784654f commit 626a368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swig/include/python/gdal_python.i

+1-1
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ def WarpOptions(options=None, format=None,
28362836
workingType:
28372837
working type (gdalconst.GDT_Byte, etc...)
28382838
warpOptions:
2839-
list or dict of warping options
2839+
list or dict of warping options. For a list of available options, see :cpp:member:`GDALWarpOptions::papszWarpOptions`.
28402840
errorThreshold:
28412841
error threshold for approximation transformer (in pixels)
28422842
warpMemoryLimit:

0 commit comments

Comments
 (0)