mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
6 lines
781 B
Python
6 lines
781 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'}
|
|
except NameError:
|
|
pass
|