Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

15 lines
808 B
Python

# The following has been generated automatically from src/analysis/raster/qgskde.h
try:
QgsKernelDensityEstimation.__attribute_docs__ = {'source': 'Point feature source', 'radius': 'Fixed radius, in map units', 'radiusField': 'Field for radius, or empty if using a fixed radius', 'weightField': 'Field name for weighting field, or empty if not using weights', 'pixelSize': 'Size of pixel in output file', 'shape': 'Kernel shape', 'decayRatio': 'Decay ratio (Triangular kernels only)', 'outputValues': 'Type of output value'}
except NameError:
pass
QgsKernelDensityEstimation.Parameters.__doc__ = """KDE parameters"""
try:
QgsKernelDensityEstimation.__group__ = ['raster']
except NameError:
pass
try:
QgsKernelDensityEstimation.Parameters.__group__ = ['raster']
except NameError:
pass