pandana icon indicating copy to clipboard operation
pandana copied to clipboard

Pandas Network Analysis: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:

Results 46 pandana issues
Sort by recently updated
recently updated
newest added

I am initializing a pandana network for Canada roads network. My hdf5 file is just under 200mb and the number of edges is around 2.2 million. Been running the code...

With an eye towards the release of the urbanaccess libary, I'd like to test using pandana to build accessibility isochrones. My idea is to associate parcels with nodes (as we...

Type: enhancement

#### Description of the bug PLotting with Pandana/UrbanAccess doesn't properly format title when calling `.set_title` #### GTFS feed or OSM data (optional) ```Python bbox = [43.435966,-80.682529,43.528884,-80.418858] ``` #### Environment -...

#### Description of the bug I am encountering incorrect shortest path solutions when using the `Network.shortest_path` (and `Network.shortest_paths`) method on a network with impedance values of small or large (though...

#### Description of the bug Attempting to install pandana on python 3.10.x with pip fails because it requires `tables>=3.1, tables note: This is an issue with the package mentioned above,...

### Conda install ✔️ Conda Forge's Pandana builds were updated yesterday to include binaries for Python 3.9. I tested on Mac (10.15) and Linux (Ubuntu 16), and everything worked smoothly...

Hi, I'm having a little of trouble trying to use Pandana with multiprocessing #### Description of the bug When I call net.shortest_paths (with an 's') in a multiprocessing process (I...

I'm building on pandana in a [slightly non-traditional](https://github.com/pysal/segregation) way, where it's common to do aggregation queries on several networks. I may have misunderstood, but I thought one of the major...

In my city there are many points of interest that are not represented as nodes in OpenStreetMap, but rather ways around a building area. I usually deal with this by...

From #166 and #168 we know that unconnected nodes in net object return the unsigned `4294967.295` integer value for shortest path distance calculation. In order to identify the external indexes...