Skip to content

Commit

Permalink
refactor: rename matsim network.xml.gz file to transitNetwork.xml.gz
Browse files Browse the repository at this point in the history
Reason for renaming is, that in most application scenarios of the converter the transit network file will be merged with a network files which contains the network of other modes (car, pedestrian, ...) to.
  • Loading branch information
munterfi committed Dec 9, 2024
1 parent 8d4ab0a commit 4c8e3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class TransitScheduleXmlWriter implements ConverterSink<Scenario> {

private static final String CONFIG_FILE = "config.xml";
private static final String NETWORK_FILE = "network.xml.gz";
private static final String NETWORK_FILE = "transitNetwork.xml.gz";
private static final String TRANSIT_SCHEDULE_FILE = "transitSchedule.xml.gz";
private static final String TRANSIT_VEHICLE_FILE = "transitVehicles.xml.gz";

Expand Down

0 comments on commit 4c8e3bc

Please sign in to comment.