0
I Use This!
Very Low Activity

Commits : Listings

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