QGIS/python/core/auto_additions/qgsrasterhistogram.py
2024-12-03 07:47:10 +00:00

7 lines
845 B
Python

# The following has been generated automatically from src/core/raster/qgsrasterhistogram.h
try:
QgsRasterHistogram.__attribute_docs__ = {'bandNumber': 'The gdal band number (starts at 1)', 'binCount': 'Number of bins (intervals,buckets) in histogram.', 'nonNullCount': 'The number of non NULL cells used to calculate histogram.', 'includeOutOfRange': 'Whether histogram includes out of range values (in first and last bin)', 'histogramVector': 'Stores the histogram for a given layer', 'maximum': 'The maximum histogram value.', 'minimum': 'The minimum histogram value.', 'width': 'Number of columns used to calc histogram', 'height': 'Number of rows used to calc histogram', 'extent': 'Extent used to calc histogram', 'valid': 'Histogram is valid'}
QgsRasterHistogram.__group__ = ['raster']
except (NameError, AttributeError):
pass