Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Loop through features and create euclidean distance raster per feature

$
0
0
Hi,

I am completely new to Python, but need to turn to it due to the nature of my research.

I have a point shapefile with 45,000 points ('visits') spread across the UK and I want to obtain a euclidean distance raster (with a cut off of say 100km).

I know the tool I need to use to create the distance raster is Euclidean Distance, but I need to iteratively select each point (by 'visitID') from the shapefile and create a distance raster for each one in turn.

Can anyone direct me to useful resources or share their scripting wisdom?

Thank you in advance!

Viewing all articles
Browse latest Browse all 2485

Trending Articles