mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
13 lines
1.1 KiB
Python
13 lines
1.1 KiB
Python
# The following has been generated automatically from src/analysis/raster/qgskde.h
|
|
try:
|
|
QgsKernelDensityEstimation.Parameters.__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'}
|
|
QgsKernelDensityEstimation.Parameters.__annotations__ = {'source': 'QgsFeatureSource', 'radius': float, 'radiusField': str, 'weightField': str, 'pixelSize': float, 'shape': 'QgsKernelDensityEstimation.KernelShape', 'decayRatio': float, 'outputValues': 'QgsKernelDensityEstimation.OutputValues'}
|
|
QgsKernelDensityEstimation.Parameters.__doc__ = """KDE parameters"""
|
|
QgsKernelDensityEstimation.Parameters.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|
|
try:
|
|
QgsKernelDensityEstimation.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|