mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
sip doesn't support the docstring directive for structs (only classes), so patch these back in via sipify magic
7 lines
625 B
Python
7 lines
625 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"""
|