Questions tagged [buffer]
A region enclosing a point, line, or polygon at a specified distance.
1,532 questions
0
votes
0
answers
42
views
Buffer polygon dataset on one side but in variable directions
I have a polygon layer composed of ~140 polygons of varying sizes and shapes (the greenish in the image) along the coast, plus a polygon of the state itself (the bluish in the image). Basically, I ...
5
votes
2
answers
236
views
Buffering line vectors that only buffer along the length of the line in QGIS
I am trying to buffer some line vectors, however I ideally only want the buffers coming from the lengths of the lines rather than the buffers surrounding the whole line and coming off of the ends of ...
0
votes
0
answers
55
views
Creating/adding NLCD raster attribute tables in QGIS
I recently uploaded a raster from the NLCD (US National Land Cover Database) to QGIS. I'm trying to create buffer zones around different waterways to analyze riparian land cover. However the NLCD ...
1
vote
0
answers
66
views
Making one sided buffer for not closed polygon rings [closed]
I have a polygon layer representing the outer areas of cities. The polygons do not create a closed "ring" most of the time and consist of multiple fragments. See my example drawing:
How ...
0
votes
1
answer
50
views
Buffer analysis on raster layer
I have a layer with points, which I have created a buffer layer from. I also have a raster layer, and from this raster layer I want to extract the parts where the raster intersects the buffer layer. ...
3
votes
2
answers
117
views
Visualizing provided uncertainty radius data in QGIS
In QGIS, I have data consisting of 4 fields (columns): "Date", "Long", "Lat", "Uncertainty Radius (UR)". While the latlong plots look good, I need to provide a ...
5
votes
2
answers
196
views
Creating buffers for big MultiPolygon without out-of-memory crash in QGIS
I have a vector layer with a multipolygon with over a million single polygons (houses). I need to create a 1km and a 2km buffer around it. When I use Vector geometry - Multi-ring buffer my machine ...
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 ...
4
votes
3
answers
451
views
Setting buffer around points in meters as opposed to degrees in QGIS
I have GPS data that I have imported into QGIS that is using the WSG 84. When I try to get buffers around my points, I can't set them in meters, only degrees.
Everything else that I am using is in ...
1
vote
0
answers
64
views
Creating buffer for flight path using QGIS [duplicate]
I am trying to create a buffer around my helicopter flight path. However, I want to only have the buffer on the right side of the helicopter flight path depending on points. The points do have time ...
1
vote
0
answers
61
views
Clipping lines outside buffer using QGIS
I am using QGIS 3.22.16.
I try to find a way to select all the lines that are outside of the line buffer. I used the select by location option "within" than reverse the selection. ...
2
votes
1
answer
113
views
Subtracting one Buffered Layer from Another
I want to create a buffer for a series of lines where you can set a minimum and maximum distance of the buffer created for each line, but no tool seems to allow you to do this simply.
So another ...
1
vote
0
answers
56
views
Getting store level WKTs of big area/airport/multistorey building with Overpass turbo [closed]
I'm trying to extract store-level WKTs of multistorey buildings, airports, or significant areas.
e.g. JFK Airport there are like 100 of stores, I want to get the boundary of each store. I already got ...
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 ...
0
votes
1
answer
59
views
strategy to fill polygons with concentric lines or hatch for pen-plotter output
I am working on a project that converts online maps into sets of lines, ready to be drawn by a pen-plotter. I am using the turf library in a react/typescript web application.
Due to the nature of the ...