Research Task - Fix column names for traffic ops routes/stops open data #296
Labels
bug
Something isn't working
open-data
Work related to publishing, ingesting open data
research task
Sub-issues within research request epics
Research Task
Use this template to create issues that represent small chunks of work (.5 - 2 days) that stand alone, or represent incremental work as part of an Epic Issue Template.
Previous GH issues: #281, #283, #173, #160
Relevant PR (if applicable):
Question or Goal: Address Chad Baker's feedback about open data datasets:
agency_id
andagency_name
seem to be randomly populated -- not randomly populated, but the fact thatcalitp_itp_id
andagency_id
/agency_name
weren't 1:1 join meant that the multiple names were constructed as a list, then converted to string (ESRI can't take lists in columns).Fix: Only use 1 name, drop duplicates. Pick the name that is used in
portfolio_utils
because that's theagency_name
that is displayed in the portfolio, has more visibility.FIx: If possible, use 10 characters. But, also look into way of overwriting the field attributes in the metadata, even if manually done.
Data Required:
Research Required:
Metrics:
Expected Outputs / Findings: Make changes and overwrite open data datasets in this month's updates
The text was updated successfully, but these errors were encountered: