Questions tagged [overlay]
A spatial operation in which two or more maps or layers registered to a common coordinate system are superimposed, either digitally or on a transparent material, for the purpose of showing the relationships between features that occupy the same geographic space.
510 questions
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
0 answers
58 views
When I merge layers together, the overlay order is incorrect
In Image 1, you can see all the layers unmerged. In Image 2, I merged the layers but as you can see the light green is now covering the dark green areas, despite maintaining the same overlay order. ...
0 votes
1 answer
77 views
Union process with aggregation/unique feature by overlay with QGIS
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 ...
3 votes
0 answers
85 views
Merging several network analysis layers in ArcGIS Pro
I have done 10 network analyses (service area layers) in ArcGIS Pro. They all show the walking time of 5, 10 and 15 minutes to different services types (ex stores, schools and health care). Now I want ...
2 votes
0 answers
59 views
Intersection area greater than their size - Due to overlapping polygons?
I have a raster file representing cells of 100 km² for different crops, where each cell contains a fraction of the area harvested by each crop. I need to compute the crop share of each crop in broader ...
2 votes
0 answers
65 views
Using overlay_intersect and filtering to find largest overlapping feature (QGIS 3.28)
I'm using overlay_intersects to find the number of elements intersecting two polygon layers like this: array_length(overlay_intersects(layer:='impact_batiment', expression:=$id, filter:= surf_total &...
1 vote
0 answers
70 views
Performance issues on generated vector layer overlay in QGIS form
I created a point layer. For this point layer I created a form with drag & drop option. There is a lot of automatically generated content on this form, such as elevation, coordiantes in different ...
0 votes
1 answer
76 views
How to create a flat tmap projection from EPSG:2193 data
I have NZ shapefiles using the EPSG:2193 (New Zealand Transverse Mercator 2000) standard, data downloaded from here. Additionally, I have an sf object created from a data frame containing latitude and ...
0 votes
0 answers
75 views
Google Earth Pro (super overlay)
Google Earth Pro gives an 'Internal error occurred (Save path of .tif file)' message when I try to import a (.tif) file as a super overlay. The (.tif) file was generated from DJI Terra 2D processing (...
5 votes
3 answers
340 views
QGIS Issue with overlay_intersects and buffer in QGIS: Incorrect count of features
I have a 'POINT' layer named export_bdd with a field called denom. Many of the points overlap because they are saved at the same coordinates. For each record where denom = 'Teuc pseu', I want to ...
1 vote
0 answers
50 views
Overlay GPS fix data over JPEG Image
I want overlay GPS Fix data in the form of NMEA data on an image I have. I could use Google Earth but the GPS Fix data are close, therefore I want a zoomed in image showing the fixes. Going an ...
1 vote
0 answers
23 views
Creating the overlay of buffer polygons in QGIS [duplicate]
I have an outline of forest areas (line) and applied the tool "buffer" to it. Now I want to create a file that only contains the overlay of the buffer polygons. In ArcGIS Pro this can be ...
0 votes
0 answers
37 views
How to a pixel from one GeoTIFF onto another using proj
I have two GeoTIFF rasters, each with their own proj4 string. I need to take all of the pixels from one raster, and map it onto the other. Some of the pixels may not actually land on the other, but ...
0 votes
0 answers
61 views
Vector Overlay-Clip tool error
When I try to clip two layers in QGIS, it generates an error. I made sure the layers are in the same EPSG, but it hasn't worked. Also, I have changed the layer to a shapefile or just left it as a TAB, ...
2 votes
2 answers
212 views
Find difference between two lines
I am trying to find a distance that does not overlap. In the image, I have two lines plotted in folium. I want to calculate the distance where the red line is not covered by the blue line. For context,...