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

Hi, thank you for writing this library! I've been playing around with it a bit and am wondering if it's possible to generate multi-criteria profiles for a day with this...

The class name "MultiObjectivePseudoCSAProfiler" is rather long now. These parts of the name could be taken away: "Pseudo" comes simply from "transfers" and is no longer necessary. "CSA" - Most...

suggestion

Untested pieces of code (an incomplete listing): exports.write_combined_transit_stop_to_stop_network

Errors can relatively easily propagate after the import. In case of problems, one could give the import_gtfs function separate keyword parameters that would let some missing data go through without...

suggestion

Currently, if multiple open_street_map-files are used for computing stop-distances for different feeds, this can cause the routing to fail (with Java), due to invalid caching.

All other table names match to the [GTFS spec](https://developers.google.com/transit/gtfs/reference/), but this does not. On the other hand other tables/files are also plural in the specification / our sqlite databases.

suggestion

Hi! Thanks for your software. I was wondering why I cannot import `from gtfspy.routing.node_profile_analyzer_time_and_veh_legs import NodeProfileAnalyzerTimeAndVehLegs` it gives me a `ImportError: cannot import name 'LabelTimeBoardingsAndRoute'` Any idea what I may...

bug
python3.6

I cannot install gtfspy on Ubuntu 22.04, python 3.11 and get the following error: https://stackoverflow.com/questions/75085575/importerror-cannot-import-name-build-py-2to3-from-distutils-command-build-py Ok, fair enough, I downgrade to python 3.8.11 and repeat, also does not work, it...

The script needs a gtfs zip file and osm.pbf file. The dataset has the gtfs file needed but how to get osm.pbf file? ```def load_or_import_example_gtfs(verbose=False): imported_database_path = "test_db_kuopio.sqlite" if not...

Hi, When trying to install 0.0.4 on Debian (12, Bookwork) with Python 3.11, I get something like: [install.log](https://github.com/CxAalto/gtfspy/files/11992409/install.log) When cloning project and doing `python3 setup.py build`, I get: ``` running...