-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GTFS filter trips in a given date #9
Comments
Can you choose more than one?
…On Tue, Apr 9, 2024 at 5:07 PM Gabriel Valença ***@***.***> wrote:
lisbon.png (view on web)
<https://github.com/U-Shift/SiteSelection/assets/69808511/ae35a94b-5d5b-433c-8570-ec34001ffad9>
AML has 188 service patterns. We can choose the ones that operate during
more days the year. Calendar dates from AML range from 01/07/2023 to
31/12/2024.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJKLUXWFQ6BL36653XKJ75LY4QG3XAVCNFSM6AAAAABFZMNIXCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBVGU3DOOJQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Analyze the service patterns of AML. Take a look at the locations. |
The most frequent service patterns are actually in different locations in the AML. Should we aggregate the 3? What are the next steps? @temospena |
I would expect that. But there should be 4 expressive service patterns, not 3, 1 for each area. |
|
|
There should be a service pattern going south, to Montijo, Alcochete, and so on... |
Service_pattern "s_bc376dc" (37 days) |
Adopted service patterns (ranked by "days in service"):
|
O service pattern 18 só opera 1 mês. Vou ter que analisar os próximos passos. @temospena |
|
|
Critérios:
|
@temospena Já fiz o código dos níveis de serviço dentro da célula no código "cellcandidates.R". Por favor verifique se está tudo ok. Obrigado. |
The file was generated for Portugal (great work @valenca13 !) and is available at releases. The code is not fully reproducible because Something to consider when rebuilding for other year/region. |
The function
tidytransit::filter_feed_by_date()
retrieves all the services that run in that date but that also sun in other dates.This is not what we want.
Another option is to identify which service pattern has more days, trips and routes, and filter that
service_id
.Here is how:
https://cran.r-project.org/web/packages/tidytransit/vignettes/frequency.html
The text was updated successfully, but these errors were encountered: