Questions tagged [splitting]
Division or partition of geometric features
597 questions
3
votes
2
answers
184
views
I want to press the smaller polygon into the larger, QGIS?
I have cases where one polygon is on top of another. I want to press the smaller polygon into the larger one so that the surface underneath the smaller polygon disappears, and the smaller polygon ...
2
votes
2
answers
219
views
Splitting polygons with line with Geometry generator, using QGIS expressions
The question
I QGIS, you can split polygons with lines using Split with lines algorithm. I want to do this in Geometry genrator, using QGIS expressions. However, there is no expression/function ...
0
votes
1
answer
58
views
How to create unique grid cells in QGIS with overlapping polygons?
I have a grid of polygons and a larger polygon (which is really just a border). The overlapping polygon intersects the smaller polygon grid and divides some cells (see picture). I am trying to add an ...
1
vote
1
answer
127
views
Split line between two points
I have created a script in FME that processes some point data. I am currently stuck on how to split the line at a point.
2
votes
0
answers
65
views
Splitting polylines in one layer at distances specified in CSV using QGIS
I have a shape file containing polylines representing roads. Each polyline represents one section of road, and each has a unique ID ("Asset_Id").
I also have a CSV file containing a list of ...
1
vote
0
answers
88
views
How to segment self-intersecting LineStrings at Node intersections using Turf.js lineSplit
I'm trying to segment road geometries using Turf.js’s lineSplit based on Nodes placed on the LineString.
It works well for normal roads, but when the geometry is self-intersecting, like a P-shaped ...
0
votes
0
answers
36
views
Extract multiple parts with same geometry whilst retaining values
I want to visualize a bus network where several lines partially overlap.
To do so, starting with my master file containing one feature per bus line, each with its unique identifier (line number), I ...
3
votes
0
answers
132
views
Split polygon with lines not working in QGIS
I have a "parcel boundary" layer that contains a single polygon representing a parcel. I also have an "access lines" layer that contains many line features representing roads, all ...
1
vote
0
answers
124
views
Cutting line to specific length in QGIS
I need to know how to cut a line string polygon (two points) to a specific length. I was trying to move one of the points, but it took too long to move before checking the distance.
4
votes
3
answers
377
views
Splitting large dataset of polygons (10's of thousands) so that there are no polygons with donuts/inner-rings
I have 10s of thousands of polygons, some of which have donuts/inner rings which a third party software can't handle. The polygons range in size with the donut/inner rings varying from 1m2 to 200m2. ...
1
vote
2
answers
157
views
QGIS - How to remove a hole in a polygon, by cutting it into two subpoligons?
I am in QGIS, version Bratislava.
I have a big, detailed layer of polygons that represents Italy. The layer is composed of several polygons, because it includes Sardinia, Sicily, and all the tiny ...
1
vote
0
answers
54
views
How to determine which sections of multiple routes use common roads or paths
I have a vector layer of around 1100 Linestring tracks that represent different routes taken over the last few years around a specific area. From this I want to identify the most popular route ...
3
votes
0
answers
93
views
Virtual Layer version of QGIS' Split with Lines tool
As I'm already aware, QGIS 3.30+ has a built-in "Split with Lines" tool. However, a variant specifically tailored for the SQL Virtual Layer system, particularly one built around the ST_Split(...
0
votes
1
answer
490
views
Using sf/R to split polygons based on lines
Is there a method for splitting polygons based on intersecting lines using sf in R? I've tried using the lwgeom::st_split(polygons, lines) but this returns a single multi-polygon that then needs to ...
2
votes
2
answers
171
views
Splitting polygon based on river reaches line layer when perpendicular division returns bad results
I am trying to clip a valley floor polygon into reaches, and wondering if there is a automated method, or if I'm stuck hand drawing the splits.
I have a polygon layer representing the valley floor, ...