Qgridder icon indicating copy to clipboard operation
Qgridder copied to clipboard

get_pline_centroids

Open hdelottier opened this issue 10 years ago • 0 comments

I want to associate every reach of a river shapefile to one single groundwater mesh cell :

select River

rivLayer = ftools_utils.getVectorLayerByName('riv_reach') rivRowCol = qgridder_utils.get_pline_centroids(rivLayer, gridLayer ,idFieldName = 'ID')

issue: Several groundwater mesh cell selected for each river reach

hdelottier avatar Jul 31 '14 09:07 hdelottier