-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I have update intersection-proximity in https://github.com/nchowder/label-intersection-proximity.
It now requires two extra files, 'osm-way-ids-seattle.csv' and seattle-roads.dbf. Both can be downloaded from OpenStreetMap. The syntax for computing proximities has also changed.
Right now it's on the Test PyPI site. https://test.pypi.org/project/intersection-proximity-nchowder/
You can install it using pip install intersection-proximity-nchowder --extra-index-url=https://test.pypi.org/simple/
.
There's a chance that you will get a missing libspatialindex file. Installation instructions are here: https://libspatialindex.org/ If you're using conda, run conda install rtree
and you won't get this issue.
Should I make a pull request to this repo? I would also like to upload this to PyPI and/or Anaconda Cloud.