Results 29 issues of @tomgertin

When doing a pandana_snap, there can be situations where multiple origin points snap to the same point on the graph. This can make it difficult if you want to include...

enhancement

creating this issue to upload images for the wiki.

### 😵 Describe the installation problem I am trying to run this code block: ``` import torch.nn.functional as F from torch_geometric.nn import CuGraphSAGEConv class CuGraphSAGE(torch.nn.Module): def __init__(self, in_channels, hidden_channels, out_channels,...

installation

The 'oneway' tag doesn't seem to be retained during the load_osm modules initialReadIn method (https://github.com/worldbank/GOSTnets/blob/master/GOSTnets/load_osm.py#L328). The add_missing_reflected_edges function in GOSTnets core can actually take oneway tags into account. Need to...

The load_osm module is used from parsing OSM PBFs and making transportation graphs. It can be slow to run for large graphs. I timed the load_osm functions and found out...

Currently POIs (origins and destinations) are snapped to the graph using pandana snap. This snaps the POI to the nearest node in the graph. This is not ideal when the...

enhancement

This was brought up during the workshop, doing a quick search I am not seeing that we are accounting for bridges and tunnels. We probably need to see if can...

enhancement

Received error when assisting a colleague who was using Anaconda on Windows 10 machine. After looking at packages using 'conda list' found out that numpy was installed via conda, and...

- for consistency just use lowercase and underscores for library names. - change name of GOSTnet.py to core.py - change __init__.py from: ``` from GOSTnets.GOSTnet import * ``` to ```...

documentation
enhancement