[Qgis-developer] Heatmap Plugin

Paolo Cavallini cavallini at faunalia.it
Sun Dec 4 03:10:28 EST 2011


Il 03/12/2011 11:48, Marco Hugentobler ha scritto:

> I can only second that. A convenient way to write a new interpolation function is to
> derive a subclass from QgsInterpolator (src/analysis/qgsinterpolator.h).
> Interpolation usually requires a lot of computation, therefore it is good to
> implement it in the analysis library in C++. Like that, the method is available to
> QGIS and its plugins (also python) and other applications using QGIS libs.

Agreed, much better adding methods to existing code than making ad hoc tools.
In fact we have several interpolation methods missing from QGIS core (see e.g. GRASS
modules) and adding them would be good for the project.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc


More information about the Qgis-developer mailing list