Skip to main content

Questions tagged [dissolve]

To merge features based on specified attributes.

0 votes
1 answer
38 views

Combine dissolve aggfunc and lambda function

I am looking to aggregate different polygons and applies analytical functions at the same time. I have tried: df.dissolve(by=['ville','arrondissement','quartier'], aggfunc={'transaction':'count','...
bravopapa's user avatar
  • 485
1 vote
0 answers
55 views

QGIS Native Dissolve only merges polygons vertically

I have a raster which I'm trying to convert into polygons. I have managed to convert them into polygons as seen below. All these polygons only have a value of 1 attached to them. Now I want to merge ...
Tolga Evcimen's user avatar
1 vote
1 answer
25 views

Remove internal lines within merged polygon

I am having trouble removing internal lines from within a polygon. I have tried to dissolve, and to use the GRASS clean tool, but the data source has some inherent errors so it doesn't work. Any ideas?...
samsamsam's user avatar
3 votes
1 answer
79 views

Dissolve neighbour polygons when distance is below X meters

I like to dissolve polygons in QGIS which are separated by small gaps (streets or paths...). As shown in the picture below, the two polygons in the north should be dissolved, excluding the one in the ...
BAE_23's user avatar
  • 677
2 votes
0 answers
62 views

Why are there so many slivers in my polygon shapefile?

I georeferenced a map and then traced a vector polygon shapefile over it, but when I dissolve it I am left with an enormous amount of slivers. All the vertices are snapped as far as I'm aware. What ...
MapDeath's user avatar
  • 341
0 votes
0 answers
16 views

Model designer QGIS question - Function toggles

I just recently started using the model designer and I was wondering if anyone knows of a way to switch between the paths the process goes through. As in some kind of toggle that would allow us at the ...
user238820's user avatar
3 votes
1 answer
256 views

How do I merge/dissolve two polygons within one shapefile in QGIS?

I have a shapefile composed of many polygons. I want to merge/combine/dissolve some adjacent polygons that I have selected within the shapefile into one polygon without any slivers or lines left in ...
MapDeath's user avatar
  • 341
0 votes
0 answers
28 views

Why new v.dissolve procedure generates new database tables and causes an error on adding columns later?

The new v.dissolve procedure includes, as the documentation states, two independent processes: v.reclass and v.extract, being a front end to those. In my case when v.reclass is called it creates a new ...
Nikolay Yasinskiy's user avatar
1 vote
2 answers
96 views

Dissolve only the smaller features among the larger ones

I want to dissolve features smaller than 1 ha among those larger than 1 ha. For example, if I have 2 features > 1ha and 1 feature < 1 ha, at the end of this process I would like to have 1 ...
Syner's user avatar
  • 31
0 votes
0 answers
98 views

Python Geopandas: Dissolve function does not dissolve overlapping polygons

I have developed a Python program using GeoPandas to handle overlapping polygons. The program first dissolves these overlapping polygons and then applies an overlay operation (specifically, ...
user2293224's user avatar
1 vote
0 answers
45 views

QGIS 3.22.16 Layout: how the Atlas displays only one ID at the time on the map

I am using QGIS 3.22.16. My goal is to create maps for each Tree ID. I used the Atlas tool and dissolved the tree layer. However, the atlas shows several ID trees on the same map (like Atlas image). ...
GIS Noh's user avatar
  • 321
1 vote
2 answers
136 views

GeoPandas Dissolve takes long time to execute

I have a dataframe in GeoPandas Python. The data frame contains around 3800 rows (geometry type is Multiplygon). Some polygons are overlapping each other. I want to dissolve those overlap. I used ...
user2293224's user avatar
0 votes
0 answers
23 views

Achieving ArcGIS Dissolve result with GeoTools

I want to merge two or more adjacent lines (within a XY tolerance) to one line. The result from Dissolve in ArcGIS is what I aim for. How can I do that in GeoTools? See figure below.
Paul's user avatar
  • 475
1 vote
0 answers
76 views

Achieving ArcGIS Dissolve result with PostGIS

I want to merge two or more adjacent lines (within a XY tolerance) to one line. The result from Dissolve in ArcGIS is what I aim for. How can I do that in PostGIS? See figure below.
Paul's user avatar
  • 475
0 votes
1 answer
58 views

Merging features on the same ID but other attributes combined [closed]

I have a layer with data: ID | Attribute1 | Attribute2 1 x b 2 x c 3 y d 4 y e 5 z f I want to dissolve ...
Lutu's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
36