add type hints for graph.py |
|
More...
|
14 days ago
|
type hint bonanza |
|
More...
|
14 days ago
|
Add ServiceCalendar C functions and update stress test to use shortest_path_tree |
|
More...
|
14 days ago
|
Refactor core module: reorganize imports, remove unused generic payload, and update function calls for contraction hierarchies and shortest path tree |
|
More...
|
14 days ago
|
WIP: split up core |
|
More...
|
14 days ago
|
Move State to its own file |
|
More...
|
14 days ago
|
Move Walkable to its own file |
|
More...
|
14 days ago
|
First step in moving to a core dir module |
|
More...
|
14 days ago
|
Add a few type annotations to core.py |
|
More...
|
14 days ago
|
add type hints to util.py |
|
More...
|
14 days ago
|
Add type annotations to vector.py |
|
More...
|
14 days ago
|
Add type hints to gsdll.py |
|
More...
|
14 days ago
|
Add mypy to optional development dependencies and configure mypy settings |
|
More...
|
14 days ago
|
Ignore local vscode file |
|
More...
|
14 days ago
|
Update modernization roadmap |
|
More...
|
14 days ago
|
Autoformat |
|
More...
|
14 days ago
|
Fix up routeserver |
|
More...
|
15 days ago
|
Refactor: Simplify service_id handling by storing service_ids in a list before iteration in GTFSGraphCompiler |
|
More...
|
15 days ago
|
Refactor: Replace usage of deprecated 'next()' method with built-in 'next()' function and update service_ids handling in tools.py |
|
More...
|
15 days ago
|
Fix: Update deprecated 'next()' method to built-in 'next()' function and correct bytes handling in pack_coords |
|
More...
|
15 days ago
|
Merge pull request #40 from bmander/codex/migrate-cli-utilities-to-click |
|
More...
|
16 days ago
|
isort |
|
More...
|
16 days ago
|
Autoformat |
|
More...
|
16 days ago
|
Completely replace scripts with I Click-based cli.py |
|
More...
|
16 days ago
|
Patch stuff up until "gs --help" works |
|
More...
|
16 days ago
|
Add route server command to CLI for path planning |
|
More...
|
16 days ago
|
Add filter command to process OSM databases with customizable options |
|
More...
|
16 days ago
|
Refactor link command to support OSM-GTFS and GTFS-GTFS linking with improved argument handling |
|
More...
|
16 days ago
|
Add profile command to compile elevation profiles and show command for database information |
|
More...
|
16 days ago
|
Add NED import command to CLI for elevation data integration |
|
More...
|
16 days ago
|