Select to view content in your preferred language

Counting Features along roads with a certain distance from a selected Feature

509
2
09-18-2023 10:36 AM
SebastianEnnenga
Emerging Contributor

Hey,

I have street layer and a Feature layer. I want to count how many Features are in a range of a certain distance, start from a selected Feature.  I tried many ways . Last one was the service areo. But as you can see on the picture below he is not using every street with the given distance. Anyone have an idea?grafik.png

0 Kudos
2 Replies
AyanPalit
Esri Regular Contributor

@SebastianEnnenga 

You may try the following geoprocessing tools and combine them to meet your needs:

Ayan Palit | Principal Consultant Esri
0 Kudos
SebastianEnnenga
Emerging Contributor

Thx, I did it now like that: Set a 1 m Buffer around selection, use summary statistic to count the Features within the selection.

0 Kudos