JamesSaxon / access-old

Python module to calculate spatial access scores.
http://access.readthedocs.io
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Implement Euclidean Distance Function #16

Open JamesSaxon opened 5 years ago

JamesSaxon commented 5 years ago

In other words, this function.

Per the comparison to spaghetti and pysal.lib.weights, see if those are helpful. But also see scipy.spatial.KDTree directly.

The main issue is that these will not work out of the box, for point to polygon distances.

The way I would work is:

JamesSaxon commented 5 years ago