Skip to main content

Questions tagged [dissolve]

To merge features based on specified attributes.

0 votes
0 answers
47 views

I want to merge the two areas (features) in the picture, without them resulting to be a multipart-polygon. So part of the street should be part of the final feature. I have a lot of those problems in ...
Jorge Krist's user avatar
0 votes
0 answers
69 views

I have a GeoPackage (.gpkg) that contains multiple vector layers. Due to a previous erase-append workflow, many features in these layers are now split into disjoint parts — they were originally single ...
SaFaL's user avatar
  • 49
0 votes
0 answers
33 views

I have a GeoPackage with severallayers, and a folder of shapefiles showing boundaries that define “holes.” in gpkg. Because I filled those holes in gpkg with other features, some features that should ...
SaFaL's user avatar
  • 49
3 votes
3 answers
176 views

I have the result of a network analysis (using the QNEAT3 plugin tool 'OD Matrix from Layers to Lines (m:n)') showing the shortest paths from set points, via the network, to multiple end points. This ...
BobbyYoung's user avatar
4 votes
2 answers
145 views

Consider I have a layer (lines or polygons, whatever) with a table like this: TYPE LENGTH TARGET 1 10 Home 1 20 Work 2 30 Market 2 40 Work I want to ...
Daniel Möller's user avatar
0 votes
1 answer
57 views

I downloaded the shape of the Chukotka region (Russia) that are on two hemisphere via overpass turbo. Here the request: [out:xml] [timeout:25]; {{geocodeArea:Чукотский автономный округ}} -> ....
trilisser's user avatar
  • 101
2 votes
1 answer
150 views

I have overlapping geometries (parcels) which have the same vector information but are "duplicated" due to some attributes being different.. See in the image below 11 overlapping parcels ...
Romain Guillot's user avatar
0 votes
2 answers
97 views

Why does ST_DissolvePoints give me nothing? Other people Using GDAL to get vertices of a multipolygon don't seem to have a problem. $ ogrinfo -q input_contours.csv -dialect SQLite -sql \ "SELECT ...
Dan Jacobson's user avatar
3 votes
2 answers
141 views

Using ArcGIS Pro, I am trying to dissolve cemetery plots into one main region. In the attached image, you can see that each section of the cemetery has multiple plots. I would like to dissolve each ...
John Wilson's user avatar
1 vote
1 answer
104 views

To date, I have successfully applied the "merge vector-layers" and "dissolve" tools, available in the menu under "vector", to merge polygons and thereafter to dissolve ...
Schorsch's user avatar
2 votes
1 answer
80 views

I want to dissolve a polygon layer (land use and cover), but when i try the dissolve,to eliminate the borders for the same selection, it says geometry invalid. What should I do? Vector that I'm ...
Pietro Maroni Calvi's user avatar
1 vote
1 answer
62 views

I have layer with polyline type, while I want to buffer them and dissolve the result. In QGIS, the buffer support Dissolve cap join option like this: While with GeoTools I can only make the buffer ...
giser's user avatar
  • 813
3 votes
1 answer
87 views

I am planning a district heating system (pipe system in red). For this I need the total heat consumption of all cadastral units (in blue) next to the pipe to calculate the dimension. There are zero to ...
BAE_23's user avatar
  • 977
0 votes
1 answer
128 views

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
  • 515
1 vote
0 answers
80 views

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

15 30 50 per page
1
2 3 4 5
37