Sprint 114
All our products have been updated on Aug 16, 2024 with the releases associated to this Sprint 114.
- 1 Chouette
- 1.1 Use text search to find Stop Areas by text
- 1.2 Prevent GTFS Route extended type in export
- 1.3 Ignore Stop Station in GTFS import
- 1.4 Restrict a Macro according to a saved search
- 1.5 Search of Vehicle Journeys by Timetable
- 1.6 Save Import Search
- 1.7 Force attribute value with a Macro
- 1.8 Manage several Aggregate schedulings
- 2 Ara
Chouette
Use text search to find Stop Areas by text
When the user search Stop Areas by text the following attributes are matched:
the name in priority A
the registration number, internal id in priority B
the city name, zip code and street name in priority C
Stop Areas are displayed by ranking order.
This mechanism is used in “all” Stop Area searches:
Stop Area search by text and Stop Ara search Parent autocomplete
Parent & Referent autocomplete in Stop Area form
Route editor
Line Routing Constraint Zone Stop Area search
etc
Prevent GTFS Route extended type in export
When the user selects the export option “Ignore Extended GTFS Route Types”, the exported GTFS Routes will use as much as possible the standard Route Type (values from 0 to 12).
Chouette Transport Mode | GTFS Route |
---|---|
| 0 |
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 |
| 7 |
| 11 |
| 12 |
| 200 |
| 1100 |
| 1500 |
| 1506 |
The Line attribute flexible is ignored. Only the Line transport mode is used to select a GTFS route type.
Ignore Stop Station in GTFS import
When the user enables the option “Ignore Parent Stop Areas” for a GTFS import, only Quay Stop Areas are created (GTFS stations location_type 1 won’t present into the exported file).
Restrict a Macro according to a saved search
The user can create a Macro Context by selecting a saved search.
When the Macro is performed, the Saved Search is performed in the Macro context. For example, when a Macro performed on a Dataset when a Macro Context using a Saved Search which selects only Quay Stop Areas, will only perform Macros on Quay Stop Areas used in this Dataset.
Search of Vehicle Journeys by Timetable
The user can search Vehicle Journeys associated to a selected Timetable:
This search can be invoked for each Timetable directly from the Timetable index page:
Save Import Search
The user can save Import Search to reuse the same search attributes:
The user can manage saved searches:
Force attribute value with a Macro
The user can force attribute value by specifying:
the target mode
the target attribute
the expected value
The following attributes can be selected:
Stop Area Referent (yes/no)
Stop Area City (string)
Line Referent (yes/no)
Company City (string)
Company Referent (yes/no)
Entrance City (string)
Point of Interest City (string)
Manage several Aggregate schedulings
The user can define several daily schedulings to start automatically Aggregate:
Ara
Collect Situations in GTFS-RT ServiceAlert by adding internal tags
When the user defines the setting collect.situations.internal_tags
with one or several tags (like tag1
or tag1,tag2
), all Situations collected via this Partner are created/updated with this list of tags.
Broadcast only Situations with specified internal tags in GTFS-RT ServiceAlert
When the user defines the setting broadcast.situations.only_internal_tags with one or several tags (like tag1 or tag1,tag2), only Situation with a internal tag matching this list is broadcasted via this Partner.