Feature request #10689
Multiple Clip at once
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | - | ||
Pull Request or Patch supplied: | No | Resolution: | invalid |
Easy fix?: | No | Copied to github as #: | 19086 |
Description
I am trying to make osm statistics for romania, and one thing that i need to do is to split the country into the 41 counties, and see the length of all the roads for each countie
I need to clip, because is possible that one road is in 2 or more counties.
Even if i have the counties shapefile, with all the 41 counties, i have to filter and clip one by one, with the following schedule
Filter polygon for only one countie
Vector > Geoprocessing > Clip
Input vector layer, input clip layer , select save location and name
back to filter polygon for only one layer, see the next counti that you want to filter
History
#1 Updated by Giovanni Manghi over 10 years ago
- Resolution set to invalid
- Status changed from Open to Closed
You don't need to clip one by one.
Just split your counties shapefile to get 41 shapefiles each with one county and then use the clip tool from the processing toolbox and run in in batch mode, using as clip layer your 41 shapes of the counties and as layer to e clipped your roads layer.