mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
12 lines
625 B
Python
12 lines
625 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, AttributeError):
|
|
pass
|
|
try:
|
|
QgsRasterCalculator.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|