17

I have two shapefiles, a polygon shapefile (lake) and a line shapefile (boudary) I want to create a new shapefile "polygon to the north of the boundary"

I want to create a new polygon "area north of the border line"

What tool can I use in QGIS or other free GIS for this task?

jirikadlec2
  • 1,330
  • 3
  • 19
  • 28

2 Answers2

26

There is a QGIS plugin called Digitizing Tools:

The documentation says:

Split selected features with selected line(s) from another layer

applies to: line and polygon layer (multi or single part)

Splits all selected features of the active layer with the selected line features of another layer. The splitting creates new features (not multi features). Each new feature resulting from being split retains its original attributes.

DPSSpatial_BoycottingGISSE
  • 18,790
  • 4
  • 66
  • 110
4

The answer provided year before seems to be outdated. An option working with newer versions of QGIS (I'm currently using 3.26):

Menu processing > Toolbox > Split with lines

Set the polygon as Input layer and the line as Split layer - and you're done.

Babel
  • 71,072
  • 14
  • 78
  • 208