From 6a764ffac94d6e0b04d7846c69bdfdd64b89e10f Mon Sep 17 00:00:00 2001 From: Robin Beer Date: Wed, 15 May 2024 11:29:05 +0100 Subject: [PATCH 01/16] refactor(Updates to include location groups and location group stops): --- pom.xml | 2 +- .../datatools/manager/DataManager.java | 5 ++-- .../jobs/feedmerge/MergeFeedsResult.java | 2 +- .../jobs/feedmerge/MergeLineContext.java | 13 +++++----- .../feedmerge/ReferenceTableDiscovery.java | 24 +++++++++---------- .../manager/jobs/FlexMergeFeedsJobTest.java | 4 ++-- .../areas.txt | 2 +- .../fake-agency-with-flex-version-1/areas.txt | 4 ---- .../location_group_stops.txt | 2 ++ .../location_groups.txt | 2 ++ .../locations.geojson | 8 +++---- .../stop_areas.txt | 4 ---- .../fake-agency-with-flex-version-2/areas.txt | 4 ---- .../location_group_stops.txt | 2 ++ .../location_groups.txt | 2 ++ .../locations.geojson | 8 +++---- .../stop_areas.txt | 4 ---- 17 files changed, 40 insertions(+), 52 deletions(-) delete mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-1/areas.txt create mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-1/location_group_stops.txt create mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-1/location_groups.txt delete mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-1/stop_areas.txt delete mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-2/areas.txt create mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-2/location_group_stops.txt create mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-2/location_groups.txt delete mode 100644 src/test/resources/com/conveyal/datatools/gtfs/fake-agency-with-flex-version-2/stop_areas.txt diff --git a/pom.xml b/pom.xml index b525edaba..19d91f679 100644 --- a/pom.xml +++ b/pom.xml @@ -271,7 +271,7 @@ com.github.ibi-group gtfs-lib - 2bd924c6e5f5244a279c9d94298c14c0b3d47b35 + e623aef54deba8c95d34e2f7c6760bc055612193