Package org.goplanit.osm.test
Class OsmNetworkSettingsTestCaseUtils
- java.lang.Object
-
- org.goplanit.osm.test.OsmNetworkSettingsTestCaseUtils
-
public class OsmNetworkSettingsTestCaseUtils extends Object
Dedicated class to minimise warnings that have been verified as ignorable and switch them off accordingly
-
-
Constructor Summary
Constructors Constructor Description OsmNetworkSettingsTestCaseUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
melbourneMinimiseVerifiedWarnings(OsmNetworkReaderSettings settings)
When applied to the 2023 Melbourne PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.static void
sydney2023MinimiseVerifiedWarnings(OsmNetworkReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.
-
-
-
Method Detail
-
sydney2023MinimiseVerifiedWarnings
public static void sydney2023MinimiseVerifiedWarnings(OsmNetworkReaderSettings settings)
When applied to the 2023 PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.- Parameters:
settings
- to apply to
-
melbourneMinimiseVerifiedWarnings
public static void melbourneMinimiseVerifiedWarnings(OsmNetworkReaderSettings settings)
When applied to the 2023 Melbourne PBF it suppresses and addresses warnings deemed issues that are NOT to be fixed in the parser but would detract from assessing the logs.- Parameters:
settings
- to apply to
-
-