Skip to content

Commit

Permalink
refactor: Unzip the portland gtfs test dataset.
Browse files Browse the repository at this point in the history
  • Loading branch information
t2gran committed Aug 27, 2024
1 parent 8164d41 commit 7044c27
Show file tree
Hide file tree
Showing 14 changed files with 743,044 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/opentripplanner/ConstantsForTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ConstantsForTests {

public static final File CALTRAIN_GTFS = RES.file("/gtfs/caltrain_gtfs.zip");

private static final File PORTLAND_GTFS = RES.file("/portland/portland.gtfs.zip");
private static final File PORTLAND_GTFS = RES.file("/portland/gtfs");

private static final File PORTLAND_CENTRAL_OSM = RES.file(
"/portland/portland-central-filtered.osm.pbf"
Expand Down
2 changes: 2 additions & 0 deletions src/test/resources/portland/gtfs/agency.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
agency_name,agency_url,agency_timezone,agency_lang,agency_phone,agency_fare_url
TriMet,http://trimet.org,America/Los_Angeles,en,503-238-7433,http://trimet.org/fares/index.htm
Loading

0 comments on commit 7044c27

Please sign in to comment.