Skip to content

Commit

Permalink
Add extent option to GDAL Raster Calculator algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Nov 28, 2023
1 parent c149860 commit abfd1c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/user_manual/processing_algs/gdal/rastermiscellaneous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,18 @@ Basic parameters

Default: None
- Value to use for NoData
* - **Handling of extent differences**
- ``EXTENT_OPT``
- [enumeration]

Default: 0
- Determines how to handle rasters with different extents. Only available with GDAL 3.3+.
`Supported options <https://gdal.org/programs/gdal_calc.html#cmdoption-extent>`_ are:

* 0 --- Ignore
* 1 --- Fail
* 2 --- Union
* 3 --- Intersect
* - **Output extent**

Optional
Expand Down

0 comments on commit abfd1c1

Please sign in to comment.