On 11/14/2010 05:21 PM, Rodrigo Moreira Maia wrote: > Hi !! i need create isolines in qgis, using a shape file points.. > > tanks .. >
Try the Contour python plugin. You will need to Fetch Python Plugins and it also requires that you install the Shapely Python library. Otherwise you can do this with the GRASS plugin. Though you might need to 1st interpolate a raster from the point data and then convert isolines with r.contour. Enjoy, Alex _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
