-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update gtfs.py script #42
Comments
Hi @sidetrackedmind! I started taking a look at this one, and had a couple of questions for you.
|
Hey @nkanderson - first off, thanks for taking a look at this! I think you're on the right track with that shapely doc you referenced. From the doc, it seemed like the
I see an instance of that in line 842 of get_direction_data.
Good question about existing tests.
Sorry that's a lot of info. Please add more comments as you have questions :)! |
@sidetrackedmind thank you, this is helpful! I think since I'm not yet very familiar with the data being passed around here, it would help me to create some debug config and just poke around a bit. If I get a launch.json file that seems like it could be helpful to others (I know vs code is generally a pretty popular editor), I'll open a PR with it. That all will hopefully help with adding unit tests as well, if I get to that point, or just finding the spots to update |
@nkanderson - sounds great! Feel free to put questions you have here or in slack. |
Can we close this issue? I ask because it appears to be merged. |
@GoodGuyGregory I know we were able to complete the addition of debugging config in PR #48 linked above, but at least while I was working on this project, we hadn't merged a fix for this issue related to the deprecation message. But if you've been able to verify it's been resolved, closing sounds great as far as I'm concerned! |
I saw the following error
When running:
python save_routes.py --s3 --timetables --scheduled-stats --agency=trimet
The text was updated successfully, but these errors were encountered: