Skip to content
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-transformer : delete trip without shape #198

Open
christopheblin opened this issue Jul 8, 2022 · 1 comment
Open

gtfs-transformer : delete trip without shape #198

christopheblin opened this issue Jul 8, 2022 · 1 comment

Comments

@christopheblin
Copy link

christopheblin commented Jul 8, 2022

Summary:

It seems I cannot delete trips where shape_id=""

Steps to reproduce:

Take the gtfs of testagency in onebusaway-gtfs-transformer/src/test/resources/org/onebusaway/gtfs_transformer/testagency

java -server -Xmx4096M -jar /jar/gtfs-transformer.jar --transform='{"op":"remove", "match":{"file":"trips.txt", "shape_id":""}}' /gtfs /gtfs

Expected behavior:

some trips should be removed because they have no shape_id

Observed behavior:

no trips removed

@christopheblin
Copy link
Author

Do I need to provide more details / background ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant