Skip to main content

All Questions

Tagged with
0 votes
0 answers
20 views

Pairwse Buffer using table of values

I'm trying to use a list of items that reference a distance to then use in a buffer. I'm having a hard time getting the table to work. I'm trying to create a drop down so they'd select Item1 and it ...
Davec433's user avatar
0 votes
0 answers
40 views

Creating a buffer with less than 1 centimeter using a polyline

Using ArcPy, I aim to create the smallest possible buffer, ideally just 1 millimeter. I have a code, but it only functions properly when I set the buffer parameters to a value of 2 centimeters or more....
Anderson Stolfi's user avatar
1 vote
1 answer
96 views

ArcPy add XY points and buffer

I've got some ArcPy code below which adds all the CSVs in a folder, adds them to the map (AddXYTableToPoint) and buffers the points. I'm running in a Python notebook in ArcGIS Pro I only want to add ...
Daniel Sim's user avatar
0 votes
0 answers
41 views

How to build ArcGIS line buffer based on raster depth value

I want to create a script in Python for ArcGIS that generates a buffer around a line feature, but I want the width to vary depending on the underlying raster layer. Specifically I want to create a ...
Austin Lewis's user avatar
1 vote
1 answer
145 views

Pass distances to Multiple Ring Buffer in ModelBuilder with ArcGIS Pro

I am attempting to pass 1,400 distance values into the multiple ring buffer tool using a model I created based on the answer to the following question asked 9 years ago regarding this question (ArcMap ...
Connor Garrett's user avatar
0 votes
1 answer
151 views

trying to use a loop to buffer around multiple feature classes at once (arcgis using arcpy)

I am using ArcPy to work within a geodatabase in ArcGIS Pro. I need to create a buffer around all the feature classes of a certain type listed in a previous line of code. well_path_list lists all the ...
PieCharmer's user avatar
2 votes
2 answers
1k views

Creating individual buffers based on specific values of one attribute using ArcPy with ArcGIS Pro

I am using ArcGIS Pro. I have a road shapefile with an attribute named 'Type' which has different values ('Highway', 'Main Road' etc.). I want to create different buffers based on these values e. g. ...
Radde1683's user avatar
  • 193
4 votes
2 answers
300 views

Creating buffers around points with lines as border

I'm trying to create buffers with a 10 meter radius around points (springs). The problem is that the buffer should not cross lines (rivers) and not overlap each other. This should be done automatic ...
Tim's user avatar
  • 301
0 votes
1 answer
46 views

how to test if linear exists with a buffer with ArcPy

I have a layer with several linear that I want to integrate into a database. But before integrating it, I have to test if the linear already exists or not. There is a lot of linear in the database so ...
amaranaitsaidi's user avatar
0 votes
0 answers
212 views

Create geoprocessing tool using ArcPy that buffers multiple inputs and then merges and dissolves them into one final output

I am trying to create a geoprocessing tool in ArcMap by way of Python that will accept multiple inputs (points, lines, and polygons) buffer them based on user input, and then take the results and ...
Anorak_TX's user avatar
1 vote
0 answers
36 views

Layer and Buffer Creator - custom method

I am trying to make a script function that creates layers for further use to buffer the layer. My code doesn't give me any error but neither any buffered layer. My code is below: import arcpy from ...
Daniel's user avatar
  • 59
1 vote
1 answer
365 views

Creating a buffer for each row in a shapefile

My input is a point shapefile with more than 500 features. I need to create separate shapefiles with a buffer of 15 kilometers around each feature (so the output will be more than 500 shapefiles with ...
Fran Beltrán's user avatar
0 votes
0 answers
64 views

Batch buffer loop using ArcPy

How can I create a nested conditional that allow the user to choose between buffering for an individual file or for a list of files and then carry out the buffer according to the user's choice?  ...
Geog2021's user avatar
0 votes
1 answer
238 views

Get Numpy array from SHAPE@WKB token

I am trying to get a numpy array from the SHAPE@WKB token that is obtained either using FeatureClassToNumpyArray or cursors, however what I get does not make much sense. Specifically I am interested ...
pyGisServer's user avatar
-1 votes
1 answer
201 views

Buffering multiple files in subfolders using ArcPy with ArcMap

I have 153 shapefiles with one point in each file. Each shapefile has 10 GRID raster files associated with it. I need to buffer each group of 10 GRID files around each shapefile. I have the data in ...
Chris's user avatar
  • 31

15 30 50 per page
1
2 3 4 5 6