Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Update Community section navigation (#40)
Browse files Browse the repository at this point in the history
* Fix governance nav order

* Migrate extensions subsection
  • Loading branch information
Sergiodero authored May 22, 2024
1 parent 1011ed9 commit eea1068
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 287 deletions.
130 changes: 0 additions & 130 deletions docs/community/active_projects/flex.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<a class="pencil-link" href="https://github.com/MobilityData/gtfs.org/edit/main/docs/extensions/fare-extension.md" title="Edit this page" target="_blank">
<svg class="pencil" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20H6V4h7v5h5v3.1l2-2V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4v-2m10.2-7c.1 0 .3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1 23H12v-2.1l6.1-6.1 2.1 2.1Z"></path></svg>
</a>

# GTFS-Fares v2

Fares v2 is a GTFS Schedule extension project that aims to address the limitations of <a href="/schedule/examples/fares-v1">Fares v1</a>.
Fares v2 is a GTFS Schedule extension project that aims to address the limitations of [Fares v1](../../../documentation/schedule/examples/fares-v1).

The main concepts that Fares v2 plans to represent are

Expand All @@ -15,7 +11,7 @@ The main concepts that Fares v2 plans to represent are

These concepts will allow data producers to model zone-based, time-dependent, and inter-agency fares. This extension project is being adopted in iterations.

You can see <a href="/schedule/examples/fares-v2" target="_blank">examples here</a> that show what can be modelled using the adopted Fares v2 base implementation.
You can see [examples here](../../../documentation/schedule/examples/fares-v2) that show what can be modelled using what has been officially adopted in GTFS.

Producers may implement Fares v2 in the same dataset with Fares v1, since there is no technical conflict between the two. Consumers can choose which version to use independent of the other. With adoption and sufficient endorsement of Fares v2, Fares v1 may be deprecated in the future.

Expand Down
10 changes: 3 additions & 7 deletions docs/extensions/flex.md → docs/community/extensions/flex.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
<a class="pencil-link" href="https://github.com/MobilityData/gtfs.org/edit/main/docs/extensions/fare-extension.md" title="Edit this page" target="_blank">
<svg class="pencil" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 20H6V4h7v5h5v3.1l2-2V8l-6-6H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h4v-2m10.2-7c.1 0 .3.1.4.2l1.3 1.3c.2.2.2.6 0 .8l-1 1-2.1-2.1 1-1c.1-.1.2-.2.4-.2m0 3.9L14.1 23H12v-2.1l6.1-6.1 2.1 2.1Z"></path></svg>
</a>

# GTFS-Flex

GTFS Flex is a GTFS Schedule extension project that aims to facilitate the discoverability of Demand Responsive Transportation Services.

For the major part, it has been adopted in GTFS in Match 2024. Some examples can be found on [this page](https://gtfs.org/schedule/examples/flex/) showing what can be modeled using the officially adopted part of GTFS Flex.
For the major part, it has been adopted in GTFS in Match 2024. Some examples can be found on [this page](../../documentation/schedule/examples/flex.md) showing what can be modeled using the officially adopted part of GTFS Flex.

🤔 Services like dial-a-ride are often brushed over by riders, who sometimes have no clue they even exist. This lack of accessibility is an issue for transit agencies, trip planners, and riders. Imagine a group of tourists arriving at your local airport who would like to reach a rural area that only offers an on-demand bus service. The tourists check their preferred trip planner app and do not find a viable public transportation option. They end up renting a car. Being tourists, they miss all of your paper flyers posted along the hallway announcing the on-demand service. Not only is your service underused, but it lacks the discoverability to meet current and future rider demand. This is where GTFS-Flex comes in. GTFS-Flex helps riders discover your service, so they enjoy the services you worked hard to promote.

<img src="../../assets/flex-userjourney-resize.jpg" alt="GTFS-Flex User Journey">
<img src="../../../assets/flex-userjourney-resize.jpg" alt="GTFS-Flex User Journey">

🔮 MobilityData expects GTFS-Flex to open the door to deeper standardization of demand responsive transportation, including expansion into transactional and real-time components using GTFS-OnDemand. We are preparing a suggested strategy to best handle the growing number of modes of transportation and complexity of concepts in this area.

Expand All @@ -26,7 +22,7 @@ This extension describes services that operate according to a schedule, but also

For more information please see [original proposal](https://github.com/MobilityData/gtfs-flex/blob/master/spec/reference.md) and [issue#382](https://github.com/google/transit/issues/382)(closed since we changed the scope).

In the working meeting on June 28th, there was an agreement among the group community to pursue an iteration that covers all fields currently produced and consumed. Therefore, all fields that appear as “**in discussion**” in the [adoption tracker](https://gtfs.org/extensions/flex/#current) are included in this PR.
In the working meeting on June 28th, there was an agreement among the group community to pursue an iteration that covers all fields currently produced and consumed. Therefore, all fields that appear as “**in discussion**” in the [adoption tracker](#adoption-tracker) are included in this PR.

The changes in this PR are:

Expand Down
Loading

0 comments on commit eea1068

Please sign in to comment.