Package org.openstreetmap.atlas.checks.commands
-
Class Summary Class Description AtlasChecksCommand Shell for running atlas-checks commands.AtlasChecksGeoJSONDiffSubCommand Takes 2 sets of atlas-checks geoJSON flag files and reports the number of additions, subtractions, and changed flags from source to target.AtlasChecksLogDiffSubCommand Takes 2 sets of atlas-checks log files and reports the number of additions, subtractions, and changed flags from source to target.FlagStatisticsSubCommand This command takes a folder of directories of atlas-checks log files and counts the number of flags per country per check.JSONFlagDiffSubCommand An abstract sub-command for creating json and flag based diffing commands. -
Enum Summary Enum Description JSONFlagDiffSubCommand.DiffReturn Expected returns fromJSONFlagDiffSubCommand.getDiff(HashMap, HashMap, DiffReturn).