all-transit
all-transit copied to clipboard
Interactive visualization of all transit in the Transitland database
If zoom < minTripLayerZoom, say that you need to zoom in more to see trip schedules. Otherwise, use `onViewportLoad` to tell if there's no data in the viewport. If no...
This is preventing All Transit from loading https://www.transit.land/news/2023/09/14/shutting-down-v1-datastore-api
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.6.50 to 5.25.1. Release notes Sourced from gatsby-transformer-remark's releases. v5.3.0 Welcome to [email protected] release (December 2022 #1) Key highlights of this release: ES Modules (ESM) in Gatsby...
Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.1. Commits f25d3a1 Release 5.0.1 54cc7ad use standard formatting 779816e drop dependencies 2eea6d3 Bump lodash from 4.17.15 to 4.17.19 a61a554 Bump acorn from 7.1.0 to...
Bumps [async](https://github.com/caolan/async) from 3.1.1 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
First I try matching to the route stop pattern, then I try matching to all route stop patterns identified from the route, then I match directly to the route. As...
It looks like frequency based schedules might only have one line per day, and it's my job to intersperse between start and end time ``` origin_onestop_id|destination_onestop_id|route_onestop_id|route_stop_pattern_onestop_id|operator_onestop_id|feed_onestop_id|feed_version_sha1|origin_timezone|destination_timezone|trip|tri │ p_headsign|block_id|trip_short_name|wheelchair_accessible|bikes_allowed|pickup_type|drop_off_type|shape_dist_traveled|origin_arrival_time|origin_departure_time|destination_arrival_time|de │ stination_departure_time|origin_dist_traveled|destination_dist_traveled|service_start_date|service_end_date|window_start|window_end|origin_timepoint_source|destination_timepoint_source|fr...
For Amtrak, try to snap to this dataset: https://osav-usdot.opendata.arcgis.com/datasets/4e32613ba4c9450880118b2fd639e8cb_0?geometry=-129.411%2C34.829%2C-57.824%2C44.916 Identify routes/route stop patterns _by operator id_ that should be snapped to roads. - Amtrak chartered vehicle (o-9-amtrakcharteredvehicle) - Amtrak California...
Attach route id, operator id, mode of transit. Maybe share as protobuf? Then when you select the filters in the left, the animation should update. Probably good to have the...