QGIS/python/PyQt6/core/auto_additions/qgsalignrasterdata.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

10 lines
643 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
try:
QgsAlignRasterData.RasterItem.__doc__ = """Definition of one raster layer for alignment"""
except NameError:
pass