mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
Update add_alpha docstring
This commit is contained in:
parent
b55c6faaaa
commit
6854afecf0
@ -687,7 +687,8 @@ cdef class WarpedVRTReaderBase(DatasetReaderBase):
|
||||
add_alpha : bool, optional
|
||||
Whether to add an alpha masking band to the virtual dataset.
|
||||
Default: False. This option will cause deletion of the VRT
|
||||
nodata value.
|
||||
nodata value and is required to be true to warp the source
|
||||
dataset's dataset mask.
|
||||
init_dest_nodata : bool, optional
|
||||
Whether or not to initialize output to `nodata`. Default: True.
|
||||
warp_extras : dict
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user