Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Nov 4, 2024
1 parent a1848ae commit 6d71384
Show file tree
Hide file tree
Showing 4 changed files with 424 additions and 222 deletions.
1 change: 1 addition & 0 deletions ca_transit_speed_maps/build_speedmaps_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def build_speedmaps_index(analysis_date: dt.date, how: str = 'new') -> pd.DataFr
_.public_customer_facing_or_regional_subfeed_fixed_route,
_.vehicle_positions_gtfs_dataset_key != None)
>> inner_join(_, dim_orgs, on = {'organization_source_record_id': 'source_record_id'})
# TODO replace deprecated caltrans_district with via dim_county_geography
>> select(_.organization_itp_id, _.organization_name, _.organization_source_record_id,
_.caltrans_district, _._is_current, _.vehicle_positions_gtfs_dataset_key,
_.schedule_gtfs_dataset_key)
Expand Down
Loading

0 comments on commit 6d71384

Please sign in to comment.