QGIS/python/core/auto_additions/qgsalignrasterdata.py
2025-04-03 01:05:31 +10:00

8 lines
840 B
Python

# The following has been generated automatically from src/core/qgsalignrasterdata.h
try:
QgsAlignRasterData.RasterItem.__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)'}
QgsAlignRasterData.RasterItem.__annotations__ = {'inputFilename': str, 'outputFilename': str, 'resampleMethod': 'Qgis.GdalResampleAlgorithm', 'rescaleValues': bool, 'srcCellSizeInDestCRS': float}
QgsAlignRasterData.RasterItem.__doc__ = """Definition of one raster layer for alignment"""
except (NameError, AttributeError):
pass