diff --git a/doc/source/programs/gdalwarp.rst b/doc/source/programs/gdalwarp.rst index 639fa780d9be..d21f00e50ece 100644 --- a/doc/source/programs/gdalwarp.rst +++ b/doc/source/programs/gdalwarp.rst @@ -15,27 +15,36 @@ Synopsis .. code-block:: - gdalwarp [--help] [--long-usage] [--help-general] - [--quiet] [-overwrite] [-of ] [-co =]... [-s_srs ] - [-t_srs ] - [[-srcalpha]|[-nosrcalpha]] - [-dstalpha] [-tr |square] [-ts ] [-te ] [-r near|bilinear|cubic|cubicspline|lanczos|average|rms|mode|min|max|med|q1|q3|sum] - [-ot Byte|Int8|[U]Int{16|32|64}|CInt{16|32}|[C]Float{32|64}] - ... - - Advanced options: - [-wo =]... [-multi] [-s_coord_epoch ] [-t_coord_epoch ] [-ct ] - [[-tps]|[-rpc]|[-geoloc]] - [-order <1|2|3>] [-refine_gcps []] [-to =]... - [-et ] [-wm ] [-srcnodata [ ...]] - [-dstnodata [ ...]] [-tap] [-wt Byte|Int8|[U]Int{16|32|64}|CInt{16|32}|[C]Float{32|64}] - [-cutline |] [-cutline_srs ] [-cwhere ] - [[-cl ]|[-csql ]] - [-cblend ] [-crop_to_cutline] [-nomd] [-cvmd ] [-setci] - [-oo =]... [-doo =]... [-ovr |AUTO|AUTO-|NONE] - [[-vshift]|[-novshiftgrid]] - [-if ]... [-srcband ]... [-dstband ]... + gdalwarp [--help] [--long-usage] [--help-general] + [--quiet] [-overwrite] [-of ] [-co =]... + [-s_srs ] [-t_srs ] + [[-srcalpha]|[-nosrcalpha]] + [-dstalpha] [-tr |square] [-ts ] + [-te ] + [-r near|bilinear|cubic|cubicspline|lanczos|average|rms|mode|min|max|med|q1|q3|sum] + [-ot Byte|Int8|[U]Int{16|32|64}|CInt{16|32}|[C]Float{32|64}] + ... + + Advanced options: + [-wo =]... [-multi] + [-s_coord_epoch ] [-t_coord_epoch ] [-ct ] + [[-tps]|[-rpc]|[-geoloc]] + [-order <1|2|3>] [-refine_gcps []] + [-to =]... + [-et ] [-wm ] + [-srcnodata [ ...]] + [-dstnodata [ ...]] [-tap] + [-wt Byte|Int8|[U]Int{16|32|64}|CInt{16|32}|[C]Float{32|64}] + [-cutline |] [-cutline_srs ] + [-cwhere ] + [[-cl ]|[-csql ]] + [-cblend ] [-crop_to_cutline] + [-nomd] [-cvmd ] [-setci] + [-oo =]... [-doo =]... + [-ovr |AUTO|AUTO-|NONE] + [[-vshift]|[-novshiftgrid]] + [-if ]... [-srcband ]... [-dstband ]... Description diff --git a/doc/source/programs/ogr2ogr.rst b/doc/source/programs/ogr2ogr.rst index b840e4863374..0b190f6dba04 100644 --- a/doc/source/programs/ogr2ogr.rst +++ b/doc/source/programs/ogr2ogr.rst @@ -16,38 +16,53 @@ Synopsis .. code-block:: ogr2ogr [--help] [--long-usage] [--help-general] - [-of ] [-dsco =]... [-lco =]... + [-of ] + [-dsco =]... [-lco =]... [[-append]|[-upsert]|[-overwrite]] - [-update] [-sql |@] [-dialect ] [-spat ] - [-where |@] [-select ] [-nln ] [-nlt ]... + [-update] [-sql |@] [-dialect ] + [-spat ] + [-where |@] [-select ] + [-nln ] [-nlt ]... [-s_srs ] [[-a_srs ]|[-t_srs ]] []... Field related options: - [-addfields] [-relaxedFieldNameMatch] [-fieldTypeToString All|[,]...] - [-mapFieldType |All=[,=]...] [-fieldmap [,]...] - [-splitlistfields] [-maxsubfields ] [-emptyStrAsNull] [-forceNullable] [-unsetFieldWidth] - [-unsetDefault] [-resolveDomains] [-dateTimeTo UTC|UTC(+|-)|UTC(+|-):] [-noNativeData] + [-addfields] [-relaxedFieldNameMatch] + [-fieldTypeToString All|[,]...] + [-mapFieldType |All=[,=]...] + [-fieldmap [,]...] + [-splitlistfields] [-maxsubfields ] [-emptyStrAsNull] + [-forceNullable] [-unsetFieldWidth] + [-unsetDefault] [-resolveDomains] + [-dateTimeTo UTC|UTC(+|-)|UTC(+|-):] [-noNativeData] Advanced geometry and SRS related options: - [-dim layer_dim|2|XY|3|XYZ|XYM|XYZM] [-s_coord_epoch ] [-a_coord_epoch ] - [-t_coord_epoch ] [-ct ] [-spat_srs ] [-geomfield ] - [-segmentize ] [-simplify ] [-makevalid] [-wrapdateline] - [-datelineoffset ] + [-dim layer_dim|2|XY|3|XYZ|XYM|XYZM] + [-s_coord_epoch ] [-a_coord_epoch ] + [-t_coord_epoch ] [-ct ] + [-spat_srs ] [-geomfield ] + [-segmentize ] [-simplify ] + [-makevalid] [-wrapdateline] [-datelineoffset ] [-clipsrc [ ]|||spat_extent] - [-clipsrcsql ] [-clipsrclayer ] [-clipsrcwhere ] - [-clipdst [ ]||] [-clipdstsql ] - [-clipdstlayer ] [-clipdstwhere ] [-explodecollections] [-zfield ] + [-clipsrcsql ] [-clipsrclayer ] + [-clipsrcwhere ] + [-clipdst [ ]||] + [-clipdstsql ] [-clipdstlayer ] + [-clipdstwhere ] + [-explodecollections] [-zfield ] [-gcp []]... [-tps] [-order 1|2|3] - [-xyRes [ m|mm|deg]] [-zRes [ m|mm]] [-mRes ] [-unsetCoordPrecision] + [-xyRes [ m|mm|deg]] [-zRes [ m|mm]] [-mRes ] + [-unsetCoordPrecision] Other options: - [--quiet] [-progress] [-if ]... [-oo =]... [-doo =]... + [--quiet] [-progress] [-if ]... + [-oo =]... [-doo =]... [-fid ] [-preserve_fid] [-unsetFid] [[-skipfailures]|[-gt |unlimited]] - [-limit ] [-ds_transaction] [-mo =]... [-nomd] + [-limit ] [-ds_transaction] + [-mo =]... [-nomd] Description -----------