oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
241 stars 32 forks source link

allow edge vertices in isochones #401

Closed knaaptime closed 6 months ago

knaaptime commented 6 months ago

ok, this is really neat. When you build a pandana network using a query from OSMnx, you get the geometries back for free. In that case, we can explode the road geometries to make the isochrone more accurate by filling in gaps where there are roads but no intersections. Original implementation:

Screenshot 2024-03-04 at 4 27 21 PM

versus the new option to use_edges when available:

Screenshot 2024-03-04 at 4 23 04 PM