Skip to content

Commit

Permalink
gdal_raster_clip.rst: improve description of clip
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 20, 2025
1 parent 5292b3a commit cdb3f1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/programs/gdal_raster_clip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ Standard options

.. option:: --like <DATASET>

Raster dataset to use as a template for bounds. This option is mutually
Raster dataset to use as a template for bounds, forming a rectangular shape
following the geotransformation matrix (and thus potentially including
nodata colar).
This option is mutually
exclusive with :option:`--bbox` and :option:`--bbox-crs`.

Advanced options
Expand Down

0 comments on commit cdb3f1e

Please sign in to comment.