Skip to main content

Questions tagged [intersect]

Use for questions about the ArcGIS Intersect tool

0 votes
1 answer
52 views

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. ...
Nadine's user avatar
  • 1
0 votes
1 answer
114 views

I have a script that performs post-processing by filtering shapefiles buffers and area thresholds. While the logic works fine, the execution time is quite high—especially when handling thousands of ...
SaFaL's user avatar
  • 49
1 vote
1 answer
92 views

In ArcGIS Pro, I have two layers, Tower (black cycle) and SLR (red line). The SLR layer has two fields – TowerID and OrderID, while the Tower layer has a TowerID field. What I want is to automate the ...
Mapur's user avatar
  • 13
0 votes
0 answers
50 views

I have a QGIS processing model that clips four polygon layers: tree protection zone, structural root zone, trunk buffer, proposed impact to calculate likely impacts to roots from construction or ...
Julian Jones's user avatar
2 votes
1 answer
140 views

In this original Arcade script below, room IDs are successfully pulled and populated in the 'room_id' field of a point asset based on the floor level polygon of the intersecting layer. In virtually ...
Nicholas Kunkel's user avatar
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
0 votes
1 answer
54 views

I have a script tool in ArcGIS Pro v3.3 to loop through a geodatabase of polygon feature classes and intersect each of them with another polygon dataset and then do some additional processing. Of the ...
Paul DiGirolamo's user avatar
0 votes
0 answers
65 views

I am trying to get the sum of an attribute for overlapping features that have the same geometry yet they are individual features. In QGIS I could use the Sum Line Lengths tool. In ArcGIS Pro this tool ...
Riccardo's user avatar
  • 2,697
2 votes
1 answer
237 views

I have a general question about geopandas overlay method. I want to know whether it already uses spatial indexing or not. If not, how would I apply indexing? Background I do an intersection with ...
tetje's user avatar
  • 109
1 vote
0 answers
204 views

I have a point layer and I have a polygon layer. I am looking for a way, using REST API for an ArcGIS Map Service, to pull all point features that fall within (intersect) any polygon features in the ...
Tom Lewis's user avatar
2 votes
1 answer
192 views

I have a line layer and a points layer. I am trying to count the points that are within 500 meters directly to one side of my lines. I have entered the following code into Value As far as my ...
geo_sunshine's user avatar
0 votes
0 answers
54 views

I am using ArcGIS Pro. I'm looking to perform an analysis that outputs whether or not something lies between two points. This specific example would be: does a stream occur between a point of interest ...
ben's user avatar
  • 1
0 votes
2 answers
84 views

I have polygon features (like streets or fields) and a line feature over them. I want to have all the polygon features touched by the line in a separate layer. If I run clip or intersect it only ...
QGuy's user avatar
  • 3
0 votes
1 answer
65 views

I have a file geodatabase containing line and polygon feature classes of the same name. Below is an example: NATGAS_6IN_Line NATGAS_6IN_Polygon CAD_ARD_6IN_Line CAD_ARD_6IN_Polygon I have 20 line ...
BNew's user avatar
  • 11
0 votes
1 answer
122 views

I want to find points are in the boundaries of polygons so I use Select By Location tools in a large area as country so I have many polygons (in shapefile) and the points (in shapefile) that is ...
coral's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
17