Skip to content

Instantly share code, notes, and snippets.

@filipwodnicki
Created September 23, 2020 11:11
Show Gist options
  • Save filipwodnicki/c991d317822d6e964b1ba199e3cfd914 to your computer and use it in GitHub Desktop.
Save filipwodnicki/c991d317822d6e964b1ba199e3cfd914 to your computer and use it in GitHub Desktop.
Polylines to Polygons in QGIS

How to convert Linestrings to Polygons in QGIS

  1. Import Vector Layer
  2. Select Linestring Layer Vector > Geometry Tools > Extract Vertices
  3. Install Concave Hull extension
  4. Select Points layer, go to Concave Hull extension -> OK
  5. Save Polygon layer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment