NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
65 stars 20 forks source link

remove the direct pygeos dependency #85

Closed nreinicke closed 2 years ago

nreinicke commented 2 years ago

Closes #71 by removing the pygeos SRTree implementation and using the rtree package. When pygeos gets incorporated into shapely we can update our Rtree implementation to use the pygeos one.