QGIS/python/PyQt6/core/auto_additions/qgsalignrasterdata.py
Nyall Dawson 989e62a80f Handle docstrings for c++ structs
sip doesn't support the docstring directive for structs (only classes),
so patch these back in via sipify magic
2024-08-16 07:28:29 +10:00

7 lines
607 B
Python

# The following has been generated automatically from src/core/qgsalignrasterdata.h
try:
QgsAlignRasterData.__attribute_docs__ = {'inputFilename': 'filename of the source raster', 'outputFilename': 'filename of the newly created aligned raster (will be overwritten if exists already)', 'resampleMethod': 'resampling method to be used', 'rescaleValues': 'rescaling of values according to the change of pixel size', 'srcCellSizeInDestCRS': 'used for rescaling of values (if necessary)'}
except NameError:
pass
QgsAlignRasterData.RasterItem.__doc__ = """Definition of one raster layer for alignment"""