Add R5 validation
This commit is contained in:
parent
f2a2651b8a
commit
b580c51b6d
4 changed files with 53 additions and 10 deletions
|
|
@ -54,6 +54,7 @@ public class App {
|
|||
|
||||
LocalDate today = LocalDate.now();
|
||||
TransportNetwork network = Router.loadNetwork(requiredEnv("DATA_DIR"), requiredEnv("NETWORK_CACHE_DIR"));
|
||||
Router.validateTransitServices(network, today);
|
||||
|
||||
System.err.println("Loading postcodes (England only)...");
|
||||
Parquet.Postcodes postcodes = Parquet.loadEnglandPostcodes(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue