UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
386 stars 84 forks source link

Planning v0.5 release #139

Closed smmaurer closed 4 years ago

smmaurer commented 4 years ago

This issue is to plan the v0.5 release of Pandana.

Previously merged PR's

These PR's have been merged subsequent to v0.4.4, and will be included in this release:

Additional things to include

Anything else to include?

I believe network.plot() is pretty broken at the moment, because it relies on an old Matplotlib extension called Basemap that’s now deprecated and hard to install (see issue #110). But I think it's better to get the existing updates released right now, and put that off until later.

lucky-verma commented 4 years ago

Hey @smmaurer , Is there a way to not simplify the Pandana network from bbox. I mean when API is called the data is further narrowed to fewer nodes and edges.... I want the network with every node and edges, possible?

sablanchard commented 4 years ago

Hi @thinkersloo ! I think you are referring to the OSMnet package here: https://github.com/UDST/osmnet that generates the network. If you want to open up a issue on OSMnet with an example of a small network that is missing nodes/edges with an example of the same network that has the missing nodes/edges we can take a look at it to reproduce. Pointing out which nodes/edges are missing in the example would be helpful.

lucky-verma commented 4 years ago

Hi @thinkersloo ! I think you are referring to the OSMnet package here: https://github.com/UDST/osmnet that generates the network. If you want to open up a issue on OSMnet with an example of a small network that is missing nodes/edges with an example of the same network that has the missing nodes/edges we can take a look at it to reproduce. Pointing out which nodes/edges are missing in the example would be helpful.

Hi @sablanchard ,

I have already opened an issue about 2 weeks ago. It will be very grateful if you provide me some resolution.

Thanks!