Skip to content

Commit

Permalink
revert speedmaps
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Feb 12, 2025
1 parent b4b2fb3 commit 521af62
Show file tree
Hide file tree
Showing 111 changed files with 373 additions and 244 deletions.
2 changes: 2 additions & 0 deletions ca_transit_speed_maps/speedmap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def map_excluded_shapes(existing_state: dict, speedmap_segs: gpd.GeoDataFrame, s
excluded_shapes['info'] = "No data in time period"
excluded_shapes.geometry = excluded_shapes.buffer(8) # for display

if excluded_shapes.empty:
return {}
export_result = rt_utils.set_state_export(excluded_shapes, subfolder = update_vars_index.GEOJSON_SUBFOLDER, filename = filename,
map_title = title, existing_state = existing_state)

Expand Down
2 changes: 2 additions & 0 deletions portfolio/rt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ We're aligining with segment speeds published via the [open data portal!](https:
While the datasets don't fully match just yet, this site is now based on the same underlying data. This should help us update it more often, enhance accuracy for complex route shapes, and include as many transit operators as possible.

The site also includes a more informative speed and variation by time of day chart at the bottom of the page.

Route segments with no data are now shown as thin, dark gray or black segments on the maps. These may be due to the route not running at that time of day, or a data availability or processing issue.

## Data Sources
Archived GTFS-Realtime Vehicle Positions data, plus corresponding GTFS Schedule data.
Expand Down
4 changes: 2 additions & 2 deletions portfolio/rt/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ parts:
- file: district_06-fresno.md
sections:
- glob: district_06-fresno/*
- file: district_07-los-angeles.md
- file: district_07-los-angeles-ventura.md
sections:
- glob: district_07-los-angeles/*
- glob: district_07-los-angeles-ventura/*
- file: district_08-san-bernardino.md
sections:
- glob: district_08-san-bernardino/*
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
1 change: 0 additions & 1 deletion portfolio/rt/district_07-los-angeles.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 521af62

Please sign in to comment.