python - find nearest neighbors between numpy arrays -


i have 2 numpy arrays, array_1 containing source xy information , array_2 containing long list of xy coordinates grid. task add nearest xy pair of array_2 array_1.

after matching going take points within radius of closest point , alter grid value. (i.e. grid value = 1, if within radius grid value = 2)

i beginner in python , first time poster. thank assistance


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -