MATSim otherwise generated the following warning at runtime:
WARN ConfigReaderMatsimV1.java:58 using deprecated config version; please switch to config v2; your output_config.xml will be in the correct version; v1 will fail eventually, since we want to reduce the workload on keeping everything between v1 and v2 consistent (look into PlanCalcScoreConfigGroup or PlanCalcRouteConfigGroup if you want to know what we mean).
Copied from original issue: agentsoz/bdi-abm-integration#38
From @dhixsingh on August 1, 2018 2:48
Most of the matsim config .xml files in
examples/bushfire/*
use DTD config version 1. These should all be updated to [config version 2]http://www.matsim.org/files/dtd/config_v2.dtd).MATSim otherwise generated the following warning at runtime:
WARN ConfigReaderMatsimV1.java:58 using deprecated config version; please switch to config v2; your output_config.xml will be in the correct version; v1 will fail eventually, since we want to reduce the workload on keeping everything between v1 and v2 consistent (look into PlanCalcScoreConfigGroup or PlanCalcRouteConfigGroup if you want to know what we mean).
Copied from original issue: agentsoz/bdi-abm-integration#38