peartree
peartree copied to clipboard
peartree: A library for converting transit data into a directed graph for sketch network analysis.
There is a new ordering for axis in pyproj that requires `+init=:` to be replaced with `:` Reference: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj I was planning on using this library for something but it...
There's a bug in earlier version of numpy. See discussion stemming from this ticket: https://github.com/kuanb/peartree/issues/172
fixes 'hanging nodes' and issue #153
I would like to have the option to add an attribute to graph edges that represents the number of trips that pass through an edge. This would be good for...
As pointed out by @rxl204, it would be handy to limit the number of transfers that can be made when identifying possible routes (e.g. no more than 2 transfers). Similarly,...
Hi again @kuanb, I continued digging around (see #124) and tested using the `existing_graph` -parameter to link walking and PT graphs together. I found that the stops around transit areas...
Hello, When I try to use the `coalesce` function on a path network from OSM the following error is raised: ``` KeyError Traceback (most recent call last) c:\Users\arqui\Documents\Repositorios\Identifying urban zones...
Right now peartree is crude in that it assumes/averages the boarding cost for a specific line for both directions that it serves. This is not ideal, as it poorly represents...
Logged during tests: ``` direction_subset = stop_times_by_stop[constraint_2] /home/travis/build/kuanb/peartree/peartree/parallel.py:127: UserWarning: Boolean Series key will be reindexed to match DataFrame index. ``` Is there a better way to do this in pandas?...
An improved transit JSON structure would support key additional attributes needed including: - dwell times by stop - speeds broken out by segments No need to reinvent the wheel here....