UDST / spandex

Spatial Analysis and Data Extraction
http://nbviewer.ipython.org/github/synthicity/user_meeting_2014/blob/gh-pages/spandex/spandex_demo.ipynb
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Calculate distance function #30

Closed janowicz closed 9 years ago

janowicz commented 10 years ago

Calculate distance between one geometry and another.

Examples:


calc_dist(parcels, canyon_edge, how='network')
calc_dist(parcels, transit, how='network')
calc_dist(parcels, water_bodies, how='straight_line')
calc_dist(parcels, highway, how='straight_line')
calc_dist(parcels, air_pollutant_source, how='straight_line')
daradib commented 9 years ago

Done in #42 for straight line distance. Closing for now. Feel free to reopen another ticket or edit for network distance.