Questions tagged [overlapping-features]
Features that share some or all of their spatial location with other features.
969 questions
1
vote
0
answers
52
views
Summary of overlapping rasters in QGIS
Using QGIS, I have imported a dataset consisting of 288 raster layers. I am wanting to create a polygon layer for the data footprint (not extent) of the rasters that shows how the raster are ...
0
votes
0
answers
34
views
"Joining" weirdly aligned polygon and line features in ArcGIS Pro
I have a polygon layer and a line layer, and I need the polygon layer to permanently retain an attribute from the line layer. Polygons should be matched with the line feature that has the most ...
1
vote
1
answer
51
views
Similarity index for pairs of features with the highest overlap? [closed]
A few weeks ago, I posted an initial message:
Percentage of area overlaped / covered by features of another layer
But after further thought, I'm creating a new one to provide additional inputs/...
0
votes
1
answer
111
views
Percentage of area overlaped / covered by features of another layer [closed]
I'm working with PostGIS.
I have two vector layers :
A first polygonal layer resulting from vectorization work using photointerpretation of the aerial imagery (in blue in the attached screenshot ...
0
votes
1
answer
56
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 ...
3
votes
1
answer
176
views
Flatten Stacked Polygons in QGIS
I have a polygon layer stored in a Geopackage that consists of a series of polygons drawn on top of each other. I would like to flatten them so that the top polygons are left, but overlapping data ...
1
vote
1
answer
60
views
Recursive intersection of polygon layers in QGIS - Counting intersections (number of stacked layers)
Hi all:) I have a spatial operations/intersections question. I have a couply (actually many) polygon layers. Some of them intersect, others dont (like in the image). I basically want to count the &...
1
vote
2
answers
69
views
Batch replacing of attributes by superposing vector in QGIS
I have a polygon layer of several cartographic frames which its attribute table is empty (even ID field is empty!) so I need to fetch attributes from a superposing point layer, each feature of which ...
3
votes
1
answer
68
views
Selecting features of the same layer that intersect over specified amount in QGIS
In QGIS, I have a polygon layer in which every polygon intersects at least another one.
How do I select the ones that intersect more than two of them?
Using overlay_intersects(@layer) selects all of ...
2
votes
1
answer
82
views
Counting points in polygons in QGIS
I would like to get this kind of final result extract from counting points in polygons. Generally I do export from with CSV file
This is what I have 4 rows are doing one plot. So I was doing 2 grid ...
0
votes
0
answers
45
views
Coordinate system of different layers
I just wonder if points in one coordinate system overlap with other layers in another coordinate system do for example the coordinate system of the points layer has to be changed.
My previous topic ...
0
votes
0
answers
79
views
Polygon layer not projected with other layers with the same coordinate system
I added a polygon layer and points layer same coordinate system 3879 but they are projected in different locations. I tried changing coordinate systems didn't help. Polygon layer is originally from ...
6
votes
1
answer
185
views
Styling lines layer if it intersects polygon layer in QGIS
I'm designing a berry farm, and have all of the polytunnels laid out on an 8.5x2.5 m grid. I'm interested in displaying the 8.5 m rows (black lines in the photos) only where they intersect the block ...
6
votes
3
answers
279
views
Reducing number of squares, leaving only ones that don't intersect in QGIS
I'm working with QGIS and I have a set of squares (polylines) constructed around their center (points).
A lot of the squares are intersecting or touching with each other and I want to leave only ...
2
votes
0
answers
126
views
Removing overlapping boundary lines from polygons using ArcGIS Pro
I am using ArcGIS Pro 3.3.
I have been trying to figure out how to remove some county boundary lines so that I can use a dash effect on the boundaries without them overlapping and interrupting the ...
5
votes
1
answer
190
views
Visually displaying routes (line features) where they overlap in QGIS
I have to visually represent a number of unique routes (line features) to four destinations, which overlap in many shared sections.
In the first screenshot below I actually have 20 unique lines, and ...
0
votes
0
answers
51
views
ArcGIS Pro: Finding the pixels of a raster that are overlapped by a feature layer
For my GIS final, I am creating an app similar to NukeMap by Alex Wellerstein. My main goal is to provide the user with a casualty estimate for a set nuclear bomb yield in any location. To do this, I ...
1
vote
1
answer
83
views
Saving features of vector layer only if features' centers are within QgsRectangle using PyQGIS
I have figured out how to save only the features of a vector layer that intersect a rectangle (I'm doing something similar to the example below):
TransformContext = QgsProject.instance()....
3
votes
1
answer
222
views
How can I calculate multiple overlap of geometries within a single layer in QGIS 3.40?
I have an area (polygon layer AoI in red) for which I want to evaluate the total overlap of polygons within a different layer, with the catch that within that layer, polygons are overlapping each ...
1
vote
1
answer
54
views
Does Overlap Analysis count duplicate overlaps in the same layer twice in QGIS?
I have a layer X with road geometries and want to calculate the overlap area with region Y (the overlap of X and Y). However, the geometries within layer X are already overlapping.
Since the tool ...
3
votes
2
answers
201
views
Transfering field values to adjascent feature lines in QGIS
How do I transfer the field values to the marked features like those shown in the image automatically?
The lines are segmented once they pass through the light coloured underlying layer.
The faulted ...
2
votes
1
answer
107
views
Intersecting vector contour lines with raster wet points to find overlapping areas in QGIS
I am working with two datasets in QGIS:
Dataset 1: Underground water contour lines (vector data, either shapefile or DBF format).
Dataset 2: Water wet points on the surface, represented as a raster ...
0
votes
0
answers
46
views
Overlapping settings on different polygon layers
I have a project with two polygon layers : "Habitat" and "Flore".
This project is prepared to be used in QField by botanists.
This is what I want for the overlapping of these ...
4
votes
2
answers
191
views
Checking if there are any overlapping contour lines in QGIS
I'm working on a map with contour (height) lines, and there are many places where the lines overlap. I tried manually looking for every instance of overlap and fixing it.
Is there a quick(er) way to ...
0
votes
0
answers
35
views
Hansen forest loss data - multiple disturbances detection for a unit/cell?
I am analyzing forest degradation levels using Hansen's forest loss data, aiming to classify degradation based on the frequency of disturbances over time. Specifically, I want to determine how many ...
3
votes
0
answers
95
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
1
answer
97
views
Knowing what points (id code of points) are inside buffer in QGIS
If I made a buffer around points and I am uniting those buffers that are in contact with each other.
Now I want to make an attribute column in those united buffers that tells me what points are inside ...
2
votes
1
answer
152
views
QGIS: Merge attributes of overlapping Geometries (no delete duplicates)
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 ...
5
votes
2
answers
385
views
Properly drawing overlapping features in QGIS
I want to copy the below image and so draw polygons of different colors, where each color is a known interval. But I was wondering which is the correct way to achieve that, since it already happened ...
3
votes
1
answer
190
views
Getting point elevation from Digital Elevation Model with PyQGIS
I am developing a plugin for QGIS and one of the tools is to collect the elevation of points from a Digital Elevation Model (DEM). Initially, I am collecting this information in the following way:
...
3
votes
1
answer
236
views
Create a clean dashed line for overlapping boundaries in QGIS
I'm struggling with creating a visually clean dashed line style in QGIS for overlapping boundaries of two layers. Here's my setup:
Context:
I have two polygon layers:
Protected Area (green): Dashed ...
0
votes
0
answers
42
views
How to automatically select different polygons over a map canvas using selenium
I want to click on all the polygons and download their corresponding datasets from this webpage https://opengeodata.lgl-bw.de/#/(sidenav:product/1) , ( map needs to be zoomed in to less than 1000m ...
0
votes
0
answers
23
views
How do I show overlapping routes next to each other when they converge? [duplicate]
I am trying to create a visualization of several routes all following the same path and have offset the lines an increasing distance from each other allowing them to sit side by side without ...
4
votes
3
answers
198
views
Summing up values of polygons according to their class within bigger polygon in QGIS
I need to sum up the value of energy usage by energy carrier (as a string) attached to polygons within a certain building block, take the highest sum, and write the corresponding energy carrier on the ...
3
votes
2
answers
185
views
Merging overlapping points and adjusting their size based on sample count in QGIS
I have a data set like the following in .csv:
sample
latitude
longitude
A
37.18
-115.85
B
37.18
-115.85
C
37.18
-115.85
D
39.44
-117.66
E
39.36
-117.72
F
39.6
-117.94
G
38.12
-111.5
H
37.95
-114.36
...
2
votes
2
answers
161
views
Selecting only features that have another layers feature on top in QGIS
I have an aerial fibre plan and splitters on certain poles (these layers overlap each other). There are over 3000 poles and only 1699 of those poles have a splitter on them.
Is there any way I can ...
2
votes
1
answer
76
views
Writing predominant class of polygons on overlaying polygon in QGIS
In QGIS I have multiple buildings with different classes (municipal, private, industry) within a building block. I need to get the majority of the class within a building block and write this data on ...
2
votes
0
answers
54
views
Calculating attributes of partially overlapping lines (roads, speeds) in QGIS
I have traffic speed data for a city covering 24 hours, represented as 24-line shapefiles. I want to calculate the average speed for the day, but many roads have partial overlaps.
In the provided ...
4
votes
2
answers
286
views
Creating polygons with hole instead of overlapping polygons when using contour tool in QGIS
In QGIS 3.40 I used the 'Contours' tool from a Raster; this generates polylines. I convert these polylines into polygons using the 'Lines to Polygons' tool. The generated polygons overlap, and I want ...
1
vote
1
answer
115
views
Colouring polygons based on point layer in QGIS
I have the following layers:
One Vector Polygon Layer with Protected Areas (several variables, e.g. "NAME" of the Protected Area)
One Vector Point Layer with coordinates, pesticide names ...
2
votes
0
answers
46
views
Measuring the average distance of line inside polygon in QGIS [closed]
The image is about a determinate area of study, and the line routes of the metro, and I want to know if there is a practical method to know the average distance of the line of each part of the polygon,...
2
votes
0
answers
76
views
Calculating mean value of overlapping polygons of one shapefile in QGIS
I have one shapefile with thousands of polygons in it. Some of them are overlapping. In some places, there are even up to four overlaps.
The polygons represent different types of land use (i.e. ...
2
votes
2
answers
250
views
Counting points on line in QGIS
In QGIS, I have a polygon layer representing substations. Rooting from these substations, there are a lot of line features leaving the substations representing power lines. On top of the power line ...
0
votes
0
answers
88
views
How to calculate the amount of overlap between two polygon shapefiles (both percentage and absolute area) in QGIS
I would like to use QGIS to calculate the amount of overlap between two vector polygon shapefiles, both (1) the percentage of overlap and (2) the absolute area in km^2 (or another unit). When I run ...
2
votes
3
answers
274
views
Calculating area covered by another layer in QGIS
I'm using QGIS 3.14.11, and I want to compute the area covered by a layer on a grid, aiming to erase the grid cells that are covered over 90%.
I've tried before to use cut or intersect, but it didn't ...
1
vote
1
answer
119
views
Seeking tool to fix overlapping polygons in ArcGIS Pro
I'm looking for a GP tool that would fix the geometry of overlapping polygons in a feature class.
Basically it would check a ranking field in the attributes of each polygon and have the higher ranked ...
2
votes
1
answer
112
views
Matching non-aligning TimeZone polygon with countries polygon in QGIS
I would like to have a countries layer where each country that is contained by a timezone has this timezone, otherwise (like the US) is split up into multiple polygons. For the output, I would like to ...
2
votes
0
answers
79
views
QGIS overlap analysis not calculating some layers
I'm relatively new to QGIS and I'm using it to run viewshed analysis to assess impact of newly constructed transmission lines on private properties. I generate two viewsheds, one at 500m from the ...
2
votes
1
answer
128
views
Selecting and cropping certain area in QGIS
In QGIS I don't know how to crop an area of geologie within the boundaries of my studied area, which is UAT_Iasi.
Can you please give me some suggestions?
2
votes
1
answer
175
views
Merging collinear sides (a.k.a. deleting collinear vertices) of a Polygon or LinearRing in Shapely
If two Polygons have partly overlapping sides, a union of these Polygons is a Polygon with collinear sides/vertices. Is there a method to merge those sides by deleting the middle vertex? I thought ...