mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
3 lines
480 B
Python
3 lines
480 B
Python
# The following has been generated automatically from src/core/qgsalignrasterdata.h
|
|
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)'}
|