Skip to main content

Questions tagged [union]

In set theory, the union (denoted by ∪) of a collection of sets is the set of all distinct elements in the collection. It is one of the fundamental operations through which sets can be combined and related to each other.

1 vote
0 answers
77 views

I am trying to get the overlap from polygon layers as new polygons. Classifying new polygons based on their overlap with other layers is the goal. I am using union to achieve this. I am getting weird ...
LVMeteo's user avatar
  • 11
0 votes
1 answer
77 views

I have a very big polygonal layer (over 1 million objects). This layer contains a 'gid' column whose values uniquely identify each object. There is also a 'hierarchy_level_id' column: this string ...
user35117's user avatar
  • 1,106
1 vote
1 answer
69 views

I used Python GDAL API to union multiple polygons into one single polygon for the CONUS 49 state boundary, and the result shows some artifacts below. What could be the reason for this? I also used the ...
Chang's user avatar
  • 330
0 votes
0 answers
72 views

I am using QGIS for some basic activities with the land cover vector layer. I clipped the land cover layer using the mask of a polygon (administrative region) from another layer. Then I used the Union ...
Geo_it's user avatar
  • 553
1 vote
2 answers
110 views

In a previous version of QGIS, I used the Saga Polygon Union tool to combine the clipped data from shapefiles containing land use data and shapefiles containing soils data. The overall goal of this ...
Pyrotechnical's user avatar
5 votes
3 answers
258 views

How to deal with NULL in QGIS expressions when using aggregate functions such as union? E.g.: geom_to_wkt(union(make_point(1,4), make_point(1,2))) ----> 'MultiPoint ((1 4),(1 2))' geom_to_wkt(...
swiss_knight's user avatar
  • 11.4k
0 votes
1 answer
105 views

I am very new to ArcPy and code. I have about 600 zones that overlay ~8000 different census blocks, which have been divided so that census blocks that aren't fully inside a zone are split, meaning ...
carokell's user avatar
0 votes
1 answer
101 views

I am trying to associate presence points (where a bird was sighted) in a given month (e.g. December 2022) to the most recent fire that occurred in that area. I am planning on generating a raster (5km ...
Frek's user avatar
  • 1
1 vote
2 answers
730 views

I would like to union two polygons that have the exact same fields in their attribute tables in QGIS. However when I use the Union tool, it makes an attribute table that has exactly twice the amount ...
MapDeath's user avatar
  • 407
1 vote
1 answer
96 views

I have a shapefile that contains many lines that connect to each other, forming branches, as shown in the picture: How can I join all these lines into a single entity? I want the attribute table to ...
Daniel Möller's user avatar
0 votes
0 answers
88 views

Please tell me there is a package to do spatial apportionment. I find spReapportion on GitHub that's 7 years old and this tutorial, which was made with R 3.0.1 (May 2013). I'm trying to script the ...
Mox's user avatar
  • 1,036
2 votes
0 answers
157 views

After using the Union tool on QGIS I get hundreds of gaps and overlaps between polygons on the resulting shapefile. If I zoom to the fullest on those gaps and overlaps they are always lines, they ...
Gonçalo Coimbra's user avatar
0 votes
0 answers
218 views

I'm trying to combine 2 polylines into one with all features and their attributes will be written to the output feature class. I'm trying to use the Union tools but it won't work on polyline, any help?...
igedeari's user avatar
2 votes
1 answer
335 views

I have two separate polygon layers, A and B, of which I want to calculate the intersection to union ratio and store it as an attribute to polygon A. To do this, one needs to divide the area of the ...
saQuist's user avatar
  • 903
0 votes
1 answer
3k views

I´m trying to make the Union of two shapefiles on QGIS 3.28.9 and keep getting this error message: Feature could not be written to Union_8f811877_53f7_4317_ae22_fe05e7ab9695: Could not add feature ...
Gonçalo Coimbra's user avatar

15 30 50 per page
1
2 3 4 5
20