gtfspy icon indicating copy to clipboard operation
gtfspy copied to clipboard

Public transport network analysis using Python 🚊🚇🚃🚌🛳️🚡🚠🚞

Results 21 gtfspy issues
Sort by recently updated
recently updated
newest added

hello, when i run the code it errors and the error is """ Traceback (most recent call last): File "C:\Users\Asus\AppData\Local\Programs\Python\Python38\lib\site-packages\pandas\io\sql.py", line 1681, in execute cur.execute(*args, **kwargs) sqlite3.OperationalError: no such table:...

Hi there! My name is Leo, a CS student at Brown building an automated platform for editable codebase documentation. I generated documentation for this repository and placed a link in...

This commit fixes situation when the database is already filled with data and the user tries to add them again. In such a case, the script failed with `IntegrityError: UNIQUE...

The functionality of this library is awesome. Let's make the code awesome, too. It is difficult to do changes in the current code. With new and new contributors, it could...

Not all zip-files can be used to create the sqlite file. The Dutch public transport net cannot be processed by zip, only after unzipping. (data from www.openOV.nl) Not a major...

Some crucial parts of gtfspy do not work on Windows. To sort this out, we should 1. Identify what parts do not work on Windows (at least the way the...

To really enable door-to-door accessibility estimates one may want to The current algorithm implementations in gtfspy allow for door-to-door routing (via adding artificial stops), but the implementation probably is not...

enhancement
suggestion

The stop ids in the example are taken from the index in the pandas dataframe instead of the 'stop_I' column. This is not a problem in the Finnish dataset, but...