Skip to content
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

Bug: Missing Certain Transit Agencies on Speedmaps #318

Closed
1 task
hunterowens opened this issue Jul 22, 2022 · 3 comments
Closed
1 task

Bug: Missing Certain Transit Agencies on Speedmaps #318

hunterowens opened this issue Jul 22, 2022 · 3 comments
Assignees
Labels
bug Something isn't working portfolio work Work related to the analytics portfolio

Comments

@hunterowens
Copy link
Member

Where did the bug occur?
Select from the below, and be sure to affix the appropriate label to this issue (e.g. dataset, jupyterhub, metabase, analytics.calitp.org)

  • Other (add detail)

Describe the bug
Got an email from JWW forwarded from folks in the Napa valley, who are looking at the Speed Maps. They reported not being able to see the following agencies

  • Napa Valley Transportation Authority – Vine Transit
  • Santa Rosa City Bus
  • Sonoma County Transit
  • County Connection
  • WestCat

Can I get a quick reason why each of those agencies wasn't on the speedmap - for example - "No GTFS-RT, schedule information was insufficient in reason {x}, etc"

@hunterowens hunterowens added bug Something isn't working analytics portfolio admin Administrative work labels Jul 22, 2022
@edasmalchi edasmalchi self-assigned this Jul 22, 2022
@edasmalchi
Copy link
Member

Looks like an Airtable issue for County Connection -- it seems like itp_id is null in Airtable California Transit: organizations and 61 per agencies.yml. On Airtable it looks like 61 is entered as the ntd_id instead, which doesn't seem right.

The rt analysis code relies on Airtable organizations data for agency names and CT districts, so this missing itp_id probably caused County Connection to get dropped in a join...

@edasmalchi
Copy link
Member

Here's what I've been able to find out:

  • Napa Valley Transportation Authority – Vine Transit

    • trip_ids in GTFS Schedule feed do not match trip_ids in GTFS-RT feed.
  • Santa Rosa City Bus

    • Bad luck on choice of date, see below from GTFS Service Hours Issue Tracker
    • No data on 6/1/22 - the feed we got on that day only had Monday service defined? Seems like there was a temporary bad upload that they fixed on the 2nd (tracked in sheet)
    • fixable by choosing a different date, like 6/8
  • Sonoma County Transit

    • Apparent issue with GTFS-RT feed, valid endpoint but file returned appears either empty or not valid GTFS-RT.
    • No vehicle positions in warehouse, a quick look at Transit App shows no current RT either.
  • County Connection

    • Airtable issue on our end, see above
    • fixable by entering data manually and rerunning, pending Airtable fix
  • WestCat

    • Apparent issue with GTFS-RT feed, valid endpoint but file returned appears either empty or not valid GTFS-RT.
    • No vehicle positions in warehouse, a quick look at Transit App shows no current RT either.

@hunterowens
Copy link
Member Author

Thanks! let's close this issue for now and make a new one for fixing Santa Rosa nad County Connection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working portfolio work Work related to the analytics portfolio
Projects
Status: Ready for Portfolio
Development

No branches or pull requests

4 participants