QGIS/python/analysis/auto_additions/qgsrastercalculator.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

12 lines
589 B
Python

# The following has been generated automatically from src/analysis/raster/qgsrastercalculator.h
try:
QgsRasterCalculatorEntry.__attribute_docs__ = {'ref': 'Name of entry.', 'raster': 'Raster layer associated with entry.', 'bandNumber': 'Band number for entry. Numbering for bands usually starts at 1 for the first band, not 0.'}
QgsRasterCalculatorEntry.rasterEntries = staticmethod(QgsRasterCalculatorEntry.rasterEntries)
QgsRasterCalculatorEntry.__group__ = ['raster']
except NameError:
pass
try:
QgsRasterCalculator.__group__ = ['raster']
except NameError:
pass