Skip to content

Commit

Permalink
Update gdal_rasterize.rst to optimize -optim (OSGeo#11771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jidanni authored Jan 31, 2025
1 parent 5a4c04e commit fe23c7b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/source/programs/gdal_rasterize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,12 @@ raster data is only supported since GDAL 2.1.0.

.. option:: -optim {AUTO|VECTOR|RASTER}

Force the algorithm used (results are identical). The raster mode is used in most cases and
optimise read/write operations. The vector mode is useful with a decent amount of input
features and optimise the CPU use. That mode have to be used with tiled images to be
efficient. The auto mode (the default) will chose the algorithm based on input and output
properties.
Force the algorithm used (results are identical). Raster mode
is used in most cases and optimizes read/write operations. The
vector mode is useful with a large amount of input features and
optimizes CPU use, provided that the input image is tiled.
Auto mode (the default) will chose the
algorithm based on input and output properties.

.. versionadded:: 2.3

Expand Down

0 comments on commit fe23c7b

Please sign in to comment.