sitn / forLim

QGIS Plugin to delimitate forested surfaces
4 stars 2 forks source link

Improve perf #29

Closed monodo closed 7 years ago

monodo commented 7 years ago

This PR mostly removes python loops from original code: these are less efficient that using native QGIS API methods. For instance, using native expression filtering from QGIS API is quite efficient.