Skip to content

v0.2.53..v0.2.54

Garret Voltz edited this page Mar 31, 2020 · 1 revision

.circleci/config.yml
conf/core/AttributeConflation.conf
conf/core/ConfigOptions.asciidoc
conf/core/DifferentialConflation.conf
conf/core/GrailDifferentialConflation.conf
conf/core/GrailIngest.conf
conf/core/RoadCrossingPolyRules.json
conf/core/TdsExport.json
conf/core/Testing.conf
conf/schema/accuracy.json
conf/schema/angle.json
conf/schema/error.json
conf/schema/FCODE.json
conf/schema/feature_area.json
conf/schema/length.json
conf/schema/natural.json
conf/schema/route.json
conf/schema/schema.json
conf/schema/security.json
conf/schema/source.json
conf/schema/type.json
conf/services/conflateAdvOps.json
conf/services/conflationAttributeOps.json
conf/services/conflationHorizontalOps.json
conf/services/conflationRefOps.json
conf/services/conflationTypes.json
docs/algorithms/ConflationAlgsOverview.md
docs/commands/changeset-apply.asciidoc
docs/commands/changeset-derive-replacement.asciidoc
docs/commands/conflate.asciidoc
docs/commands/diff.asciidoc
docs/commands/stats.asciidoc
docs/HootenannyUserGuide.asciidoc
docs/user/CommandLineExamples.asciidoc
docs/user/FeatureValidationAndCleaning.asciidoc
docs/user/Hootenanny-id.asciidoc
docs/user/OldDocs.asciidoc
docs/user/PostalAddressUtilities.asciidoc
docs/user/SnapUnconnectedWays.asciidoc
Gemfile.lock
hoot-core/src/main/cpp/hoot/core/algorithms/aggregator/MeanAggregator.h
hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShape.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.h
hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShape.h
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetDeriver.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetReplacementCreator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetReplacementCreator.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AbstractDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AddressScoreExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AddressScoreExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/AngleHistogramExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/BufferedOverlapExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/CentroidDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/EdgeDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/EdgeDistanceExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/EuclideanDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/OverlapExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonAlphaShapeDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SampledAngleHistogramExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyOp.h
hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheet.h
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/DualHighwaySplitter.h
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/HighwayCornerSplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/HighwayCornerSplitter.h
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.h
hoot-core/src/main/cpp/hoot/core/algorithms/subline-matching/MaximalSublineStringMatcher.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/VertexHausdorffDistance.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/WayJoinerAdvanced.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.h
hoot-core/src/main/cpp/hoot/core/auth/HootServicesLoginManager.cpp
hoot-core/src/main/cpp/hoot/core/cmd/BoundedCommand.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ChangesetDeriveReplacementCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ConflateCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ConflateCmd.h
hoot-core/src/main/cpp/hoot/core/cmd/ConvertCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/DiffCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ScoreMatchesCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/StatsCmd.cpp
hoot-core/src/main/cpp/hoot/core/conflate/DiffConflator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayRfClassifier.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwaySnapMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwaySnapMerger.h
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayTagOnlyMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/RoadCrossingPolyRule.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/RoadCrossingPolyRule.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchConflicts.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/NodeMatcher.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/network/OsmNetworkExtractor.cpp
hoot-core/src/main/cpp/hoot/core/conflate/point/PoiRfClassifier.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInfoCache.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInfoCache.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonInvalidReviewNodeRemover.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/MultiPolygonCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.cpp
hoot-core/src/main/cpp/hoot/core/conflate/review/ReviewMarker.h
hoot-core/src/main/cpp/hoot/core/conflate/SearchBoundsCalculator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
hoot-core/src/main/cpp/hoot/core/criterion/AreaCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/AreaCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/AreaWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BridgeWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/BridgeWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BuildingCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BuildingWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/BuildingWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ConflatableElementCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ConflatableElementCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/FilteredByCriteria.h
hoot-core/src/main/cpp/hoot/core/criterion/GeometryTypeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/GeometryTypeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HighwayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HighwayWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/HighwayWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/InBoundsCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/LinearCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/LinearCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/LinearWaterwayWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NonConflatableCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NonConflatableCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPolyCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PowerLineCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PowerLineWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PowerLineWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/RailwayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/RailwayWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/RailwayWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TunnelWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TunnelWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/WayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/WayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/elements/ConstOsmMapConsumer.h
hoot-core/src/main/cpp/hoot/core/elements/ElementComparer.cpp
hoot-core/src/main/cpp/hoot/core/elements/ElementComparer.h
hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.cpp
hoot-core/src/main/cpp/hoot/core/elements/ElementType.h
hoot-core/src/main/cpp/hoot/core/elements/ElementVisitor.h
hoot-core/src/main/cpp/hoot/core/elements/InMemoryElementSorter.cpp
hoot-core/src/main/cpp/hoot/core/elements/OsmMap.cpp
hoot-core/src/main/cpp/hoot/core/elements/OsmUtils.cpp
hoot-core/src/main/cpp/hoot/core/elements/OsmUtils.h
hoot-core/src/main/cpp/hoot/core/elements/Relation.cpp
hoot-core/src/main/cpp/hoot/core/elements/RelationData.h
hoot-core/src/main/cpp/hoot/core/elements/Relation.h
hoot-core/src/main/cpp/hoot/core/elements/Tags.cpp
hoot-core/src/main/cpp/hoot/core/elements/Tags.h
hoot-core/src/main/cpp/hoot/core/elements/Way.cpp
hoot-core/src/main/cpp/hoot/core/elements/Way.h
hoot-core/src/main/cpp/hoot/core/index/ElementToRelationMap.cpp
hoot-core/src/main/cpp/hoot/core/index/OsmMapIndex.cpp
hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.cpp
hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.h
hoot-core/src/main/cpp/hoot/core/info/OperationStatusInfo.h
hoot-core/src/main/cpp/hoot/core/io/DataConverter.cpp
hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDb.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h
hoot-core/src/main/cpp/hoot/core/io/HootApiDbWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDbWriter.h
hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp
hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.h
hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmMapReaderFactory.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmXmlChangesetFileWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmXmlChangesetFileWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/ParallelBoundedApiReader.cpp
hoot-core/src/main/cpp/hoot/core/io/ShapefileWriter.cpp
hoot-core/src/main/cpp/hoot/core/language/HootServicesLanguageDetectorClient.cpp
hoot-core/src/main/cpp/hoot/core/language/HootServicesLanguageInfoClient.cpp
hoot-core/src/main/cpp/hoot/core/language/HootServicesTranslatorClient.cpp
hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h
hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineRemoveOp.h
hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineUpdateOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineUpdateOp.h
hoot-core/src/main/cpp/hoot/core/ops/BuildingPartMergeOp.h
hoot-core/src/main/cpp/hoot/core/ops/CalculateStatsOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/CalculateStatsOp.h
hoot-core/src/main/cpp/hoot/core/ops/CookieCutterOp.h
hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
hoot-core/src/main/cpp/hoot/core/ops/DuplicateNameRemover.h
hoot-core/src/main/cpp/hoot/core/ops/DuplicateNodeRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/DuplicateNodeRemover.h
hoot-core/src/main/cpp/hoot/core/ops/DuplicateWayRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/DuplicateWayRemover.h
hoot-core/src/main/cpp/hoot/core/ops/ElementIdToVersionMapper.h
hoot-core/src/main/cpp/hoot/core/ops/ElementReplacer.h
hoot-core/src/main/cpp/hoot/core/ops/FindIntersectionsOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/FindIntersectionsOp.h
hoot-core/src/main/cpp/hoot/core/ops/GeometryModifierOp.h
hoot-core/src/main/cpp/hoot/core/ops/HighwayImpliedDividedMarker.cpp
hoot-core/src/main/cpp/hoot/core/ops/HighwayImpliedDividedMarker.h
hoot-core/src/main/cpp/hoot/core/ops/IdSwapOp.h
hoot-core/src/main/cpp/hoot/core/ops/ImmediatelyConnectedOutOfBoundsWayTagger.h
hoot-core/src/main/cpp/hoot/core/ops/ManualMatchValidator.h
hoot-core/src/main/cpp/hoot/core/ops/MapCleaner.h
hoot-core/src/main/cpp/hoot/core/ops/MapCropper.cpp
hoot-core/src/main/cpp/hoot/core/ops/MapCropper.h
hoot-core/src/main/cpp/hoot/core/ops/MetadataExport.h
hoot-core/src/main/cpp/hoot/core/ops/MetadataImport.h
hoot-core/src/main/cpp/hoot/core/ops/MetadataOp.h
hoot-core/src/main/cpp/hoot/core/ops/NamedOp.h
hoot-core/src/main/cpp/hoot/core/ops/NoInformationElementRemover.h
hoot-core/src/main/cpp/hoot/core/ops/NonConflatableElementRemover.h
hoot-core/src/main/cpp/hoot/core/ops/OsmMapOperation.h
hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
hoot-core/src/main/cpp/hoot/core/ops/RandomNodeDuplicator.h
hoot-core/src/main/cpp/hoot/core/ops/RecursiveElementRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/RecursiveElementRemover.h
hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.h
hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/RefRemoveOp.h
hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h
hoot-core/src/main/cpp/hoot/core/ops/RelationMemberRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/RelationMemberRemover.h
hoot-core/src/main/cpp/hoot/core/ops/RelationMemberSwapper.cpp
hoot-core/src/main/cpp/hoot/core/ops/RelationMemberSwapper.h
hoot-core/src/main/cpp/hoot/core/ops/RelationWithMostMembersOp.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/RemoveDuplicateReviewsOp.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.cpp
hoot-core/src/main/cpp/hoot/core/ops/RemoveElementByEid.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveEmptyRelationsOp.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/RemoveReviewsByEidOp.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveWayByEid.cpp
hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/ReplaceElementOp.h
hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.cpp
hoot-core/src/main/cpp/hoot/core/ops/ReplaceRoundabouts.h
hoot-core/src/main/cpp/hoot/core/ops/ReprojectToPlanarOp.h
hoot-core/src/main/cpp/hoot/core/ops/ReuseNodeIdsOnWayOp.h
hoot-core/src/main/cpp/hoot/core/ops/RoadCrossingPolyReviewMarker.cpp
hoot-core/src/main/cpp/hoot/core/ops/RoadCrossingPolyReviewMarker.h
hoot-core/src/main/cpp/hoot/core/ops/SchemaTranslationOp.h
hoot-core/src/main/cpp/hoot/core/ops/SearchRadiusCalculator.h
hoot-core/src/main/cpp/hoot/core/ops/SmallHighwayMerger.cpp
hoot-core/src/main/cpp/hoot/core/ops/SmallHighwayMerger.h
hoot-core/src/main/cpp/hoot/core/ops/SuperfluousNodeRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/SuperfluousNodeRemover.h
hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/SuperfluousWayRemover.h
hoot-core/src/main/cpp/hoot/core/ops/UnconnectedWaySnapper.h
hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.h
hoot-core/src/main/cpp/hoot/core/ops/UnlikelyIntersectionRemover.h
hoot-core/src/main/cpp/hoot/core/ops/VisitorOp.h
hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/WayJoinerOp.h
hoot-core/src/main/cpp/hoot/core/ops/WaySplitterOp.h
hoot-core/src/main/cpp/hoot/core/schema/AttributeCoOccurrence.cpp
hoot-core/src/main/cpp/hoot/core/schema/MetadataTags.h
hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.cpp
hoot-core/src/main/cpp/hoot/core/schema/OsmSchema.h
hoot-core/src/main/cpp/hoot/core/schema/SchemaVertex.h
hoot-core/src/main/cpp/hoot/core/schema/TagAncestorDifferencer.h
hoot-core/src/main/cpp/hoot/core/schema/TagDistribution.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagFilteredDifferencer.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MatchComparator.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MatchFeatureExtractor.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MatchScoringMapPreparer.cpp
hoot-core/src/main/cpp/hoot/core/scoring/RasterComparator.cpp
hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/ConfigUtils.h
hoot-core/src/main/cpp/hoot/core/util/GeometricRelationship.h
hoot-core/src/main/cpp/hoot/core/util/HootNetworkUtils.h
hoot-core/src/main/cpp/hoot/core/util/MapProjector.cpp
hoot-core/src/main/cpp/hoot/core/util/OsmApiUtils.h
hoot-core/src/main/cpp/hoot/core/util/StringUtils.cpp
hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddBboxVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddExportTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddGeometryTypeVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddMeasurementTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddRef1Visitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddRef2Visitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddressCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddUuidVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ApiTagTruncateVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AverageNumericTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/BuildingHeightVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/BuildingLevelsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CalculateAreaForStatsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CalculateAreaVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor2.h
hoot-core/src/main/cpp/hoot/core/visitors/CalculateHashVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CalculateMapBoundsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CompletelyContainedByMapElementVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ConflatableCriteriaVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ConflatableCriteriaVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CountManualMatchesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/CriterionCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/DecomposeBuildingRelationsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ElementCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdToTagValueMapper.h
hoot-core/src/main/cpp/hoot/core/visitors/FeatureCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/FilteredVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/FindIntersectionsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/CollapsePolyGeoModifierAction.h
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/GeometryModifierVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.h
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/WayToIntersectionGeoModifier.h
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/WayToPolyGeoModifierAction.h
hoot-core/src/main/cpp/hoot/core/visitors/ImplicitPoiPolygonTypeTagger.h
hoot-core/src/main/cpp/hoot/core/visitors/ImplicitPoiTypeTagger.h
hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.h
hoot-core/src/main/cpp/hoot/core/visitors/IsSortedVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/KeepHighwaysVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/KeepTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/LengthOfWaysVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/LongestTagVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MatchCandidateCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MaxIdVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MedianNodeVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MembersPerRelationVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MinIdVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MultiLineStringVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MultipleCriterionConsumerVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/MultipleCriterionConsumerVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/MultiVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NodesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NonEnglishLanguageDetectionVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NormalizeAddressesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NormalizePhoneNumbersVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/OneWayRoadStandardizer.h
hoot-core/src/main/cpp/hoot/core/visitors/PhoneNumberCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/PhoneNumberLocateVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ProjectToGeographicVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomElementRemover.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomElementRenamer.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomTagModifier.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomWayGeneralizer.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomWaySplitter.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveAttributesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateRelationMembersVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateRelationMembersVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateWayNodesVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveDuplicateWayNodesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveElementsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveInvalidMultilineStringMembersVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveInvalidRelationVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveInvalidReviewRelationsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveRef2Visitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveRef2Visitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveReviewUnknown2Visitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveUnknownVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ReplaceTagVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ReportMissingElementsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslatedTagCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SchemaTranslationVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SetTagValueVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SpatialIndexer.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SpatialIndexer.h
hoot-core/src/main/cpp/hoot/core/visitors/SplitLongLinearWaysVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SplitNameVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/StatusUpdateVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SumNumericTagsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SumNumericTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/TagCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/TagKeyCountVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/TagRenameKeyVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationComparisonVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/TransliterateNameVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UnionPolygonsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UniqueElementIdVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UniqueNamesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UniqueTagValuesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UpdateWayParentVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/WayGeneralizeVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/WaysVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/WorstCircularErrorVisitor.h
hoot-core-test/src/test/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGeneratorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/changeset/ChangesetCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/splitter/DualHighwaySplitterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/splitter/HighwayCornerSplitterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/WayJoinerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/auth/ServicesHootServicesLoginManagerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/cmd/ConflateCmdOpFilteringTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/polygon/BuildingMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/BuildingWayNodeCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/ConflatableElementCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/index/metric-hybrid/RFqHybridTreeTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiReaderTestServer.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiWriterTestServer.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiWriterTestServer.h
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbBulkInserterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/BuildingPartMergeOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/CalculateStatsOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/IdSwapOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/SmallHighwayMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/UnconnectedWaySnapperTest.cpp
hoot-core-test/src/test/cpp/hoot/core/schema/ImplicitTagRawRulesDeriverTest.cpp
hoot-core-test/src/test/cpp/hoot/core/schema/ImplicitTagRulesDatabaseDeriverTest.cpp
hoot-core-test/src/test/cpp/hoot/core/schema/OsmSchemaTest.cpp
hoot-core-test/src/test/cpp/hoot/core/schema/SchemaCheckerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/test/ConflateCaseTestSuite.cpp
hoot-core-test/src/test/cpp/hoot/core/test/TestSetup.h
hoot-core-test/src/test/cpp/hoot/core/TestUtils.cpp
hoot-core-test/src/test/cpp/hoot/core/TestUtils.h
hoot-core-test/src/test/cpp/hoot/core/util/HttpTestServer.cpp
hoot-core-test/src/test/cpp/hoot/core/util/HttpTestServer.h
hoot-core-test/src/test/cpp/hoot/core/visitors/ConflatableCriteriaVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RemoveDuplicateAreasVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RemoveDuplicateWayNodesVisitorTest.cpp
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidator.h
hoot-josm/src/test/cpp/hoot/core/josm/ops/JosmMapCleanerTest.cpp
hoot-josm/src/test/cpp/hoot/core/josm/ops/JosmMapValidatorTest.cpp
hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatch.cpp
hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatchCreator.cpp
hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatchCreator.h
hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.cpp
hoot-js/src/main/cpp/hoot/js/elements/ElementIdJs.h
hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.cpp
hoot-js/src/main/cpp/hoot/js/elements/OsmMapJs.h
hoot-js/src/main/cpp/hoot/js/schema/JavaScriptSchemaTranslator.cpp
hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.cpp
hoot-js/src/main/cpp/hoot/js/schema/OsmSchemaJs.h
hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp
hoot-js/src/main/cpp/hoot/js/util/LogJs.h
hoot-js/src/main/cpp/hoot/js/visitors/JsFunctionVisitor.h
hoot-js/src/test/cpp/hoot/js/cmd/ConflateCmdOpFilteringJsTest.cpp
hoot-rnd/src/main/cpp/hoot/rnd/ops/RandomMapCropper.h
hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp
hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.cpp
hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchTrainingValidator.h
hoot-services/CONTRIBUTING.md
hoot-services/pom.xml
hoot-services/src/main/java/hoot/services/controllers/export/ExportResource.java
hoot-services/src/main/java/hoot/services/controllers/grail/ApplyChangesetCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/GrailResource.java
hoot-services/src/main/java/hoot/services/controllers/grail/MergeOsmFilesCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullApiCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullConnectedWaysCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullOverpassCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/PushToDbCommand.java
hoot-services/src/main/java/hoot/services/controllers/job/JobResource.java
hoot-services/src/main/java/hoot/services/HootProperties.java
hoot-services/src/main/java/hoot/services/job/JobRunnable.java
hoot-services/src/main/java/hoot/services/job/JobStatusManagerImpl.java
hoot-services/src/main/java/hoot/services/utils/DbUtils.java
hoot-services/src/main/java/hoot/services/utils/MultipartSerializer.java
hoot-services/src/main/resources/conf/hoot-services.conf.in
hoot-services/src/test/java/hoot/services/command/ExternalCommandRunnerImplTest.java
hoot-services/src/test/java/hoot/services/controllers/conflation/ConflateCommandTest.java
hoot-services/src/test/java/hoot/services/utils/DbUtilsTest.java
hoot-test/src/main/cpp/hoot/test/ScriptTest.cpp
README.md
rules/Area.js
rules/lib/HootLib.js
rules/Line.js
rules/Poi.js
rules/Point.js
rules/PointPolygon.js
rules/Polygon.js
rules/PowerLine.js
rules/Railway.js
rules/River.js
scripts/jenkins/Jenkinsfile
scripts/sonar/sonar-install.sh
sonar-project.properties
test-files/algorithms/changeset/ChangesetCreatorTest/ChangesetDeriveUpdateVersion_expected.osc
test-files/algorithms/changeset/ChangesetCreatorTest/ChangesetDeriveUpdateVersion_ref.osm
test-files/algorithms/changeset/ChangesetCreatorTest/ChangesetDeriveUpdateVersion_sec.osm
test-files/algorithms/splitter/DualHighwaySplitterSimpleExpected.osm
test-files/algorithms/splitter/DualHighwaySplitterSimpleInput.osm
test-files/algorithms/splitter/DualHighwaySplitterTestExpected.osm
test-files/algorithms/splitter/HighwayCornerSplitterDogLegExpected.osm
test-files/algorithms/splitter/HighwayCornerSplitterDogLeg.osm
test-files/algorithms/splitter/HighwayCornerSplitterExpected.osm
test-files/algorithms/splitter/HighwayCornerSplitter.osm
test-files/algorithms/splitter/HighwayCornerSplitterRoundedExpected.osm
test-files/algorithms/wayjoiner/WayJoinerAdvancedConflateExpected.osm
test-files/algorithms/wayjoiner/WayJoinerConflateExpected.osm
test-files/cases/attribute/network/highway-2888/Expected.osm
test-files/cases/attribute/network/highway-2888-reviews-by-score/Expected.osm
test-files/cases/attribute/network/highway-2927-multiple-types-1/Expected.osm
test-files/cases/attribute/unifying/geometry-generic-1/Config.conf
test-files/cases/attribute/unifying/geometry-generic-1/Expected.osm
test-files/cases/attribute/unifying/geometry-generic-1/Input1-good.osm
test-files/cases/attribute/unifying/geometry-generic-1/Input1.osm
test-files/cases/attribute/unifying/geometry-generic-1/Input2-good.osm
test-files/cases/attribute/unifying/geometry-generic-1/Input2.osm
test-files/cases/attribute/unifying/geometry-generic-1/README.txt
test-files/cases/attribute/unifying/highway-2927-bridge-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-bridge-1/README.txt
test-files/cases/differential/generic-3894-1/Expected.osm
test-files/cases/differential/generic-3894-1/Input1.osm
test-files/cases/differential/generic-3894-1/Input2.osm
test-files/cases/differential/generic-3894-1/README.txt
test-files/cases/differential/reviews-as-matches-off-3387-1/Expected.osm
test-files/cases/differential/reviews-as-matches-off-3387-1/README.txt
test-files/cases/differential/roundabout-3580-network-1/Expected.osm
test-files/cases/differential/roundabout-3580-unifying-1/Expected.osm
test-files/cases/hoot-js/archive/building.off/building-1/Expected.osm
test-files/cases/hoot-js/archive/building.off/building-1/Input1.osm
test-files/cases/hoot-js/archive/building.off/building-1/Input2.osm
test-files/cases/hoot-js/archive/building.off/building-1/README.txt
test-files/cases/hoot-js/archive/building.off/building-2/Expected.osm
test-files/cases/hoot-js/archive/building.off/building-2/Input1.osm
test-files/cases/hoot-js/archive/building.off/building-2/Input2.osm
test-files/cases/hoot-js/archive/building.off/building-2/README.txt
test-files/cases/hoot-js/archive/building.off/building-3/Expected.osm
test-files/cases/hoot-js/archive/building.off/building-3/Input1.osm
test-files/cases/hoot-js/archive/building.off/building-3/Input2.osm
test-files/cases/hoot-js/archive/building.off/building-3/README.txt
test-files/cases/hoot-js/archive/building.off/building-4/Expected.osm
test-files/cases/hoot-js/archive/building.off/building-4/Input1.osm
test-files/cases/hoot-js/archive/building.off/building-4/Input2.osm
test-files/cases/hoot-js/archive/building.off/building-4/README.txt
test-files/cases/hoot-js/archive/building.off/Config.conf
test-files/cases/hoot-js/archive/building.off/README.txt
test-files/cases/hoot-js/archive/highway-1.off/Config.conf
test-files/cases/hoot-js/archive/highway-1.off/Expected.osm
test-files/cases/hoot-js/archive/highway-1.off/Input1.osm
test-files/cases/hoot-js/archive/highway-1.off/Input2.osm
test-files/cases/hoot-js/archive/highway-1.off/README.txt
test-files/cases/hoot-js/geometry-generic-1/Config.conf
test-files/cases/hoot-js/geometry-generic-1/Expected-good.osm
test-files/cases/hoot-js/geometry-generic-1/Expected.osm
test-files/cases/hoot-js/geometry-generic-1/Input1-good.osm
test-files/cases/hoot-js/geometry-generic-1/Input1.osm
test-files/cases/hoot-js/geometry-generic-1/Input2-good.osm
test-files/cases/hoot-js/geometry-generic-1/Input2.osm
test-files/cases/hoot-js/geometry-generic-1/README.txt
test-files/cases/network/Config.conf
test-files/cases/network/conflicts/highway-3815/Expected.osm
test-files/cases/network/conflicts/highway-3815/Input1.osm
test-files/cases/network/conflicts/highway-3815/Input2.osm
test-files/cases/network/conflicts/highway-3815/README.txt
test-files/cases/network/conflicts/highway-3885/Config.conf
test-files/cases/network/conflicts/highway-3885/Expected.osm
test-files/cases/network/conflicts/highway-3885/Input1.osm
test-files/cases/network/conflicts/highway-3885/Input2.osm
test-files/cases/network/conflicts/highway-3885/README.txt
test-files/cases/network/conflicts/pap-007/Expected.osm
test-files/cases/network/conflicts/pap-007/README.txt
test-files/cases/network/conflicts/pap-009/Expected.osm
test-files/cases/roundabouts/network/Config.conf
test-files/cases/roundabouts/network/roundabout-001/Expected.osm
test-files/cases/roundabouts/network/roundabout-001/Input1.osm
test-files/cases/roundabouts/network/roundabout-001/Input2.osm
test-files/cases/roundabouts/network/roundabout-001/README.txt
test-files/cases/roundabouts/network/roundabout-002/Expected.osm
test-files/cases/roundabouts/network/roundabout-002/Input1.osm
test-files/cases/roundabouts/network/roundabout-002/Input2.osm
test-files/cases/roundabouts/network/roundabout-002/README.txt
test-files/cases/roundabouts/network/roundabout-003/Expected.osm
test-files/cases/roundabouts/network/roundabout-003/Input1.osm
test-files/cases/roundabouts/network/roundabout-003/Input2.osm
test-files/cases/roundabouts/network/roundabout-003/README.txt
test-files/cases/roundabouts/network/roundabout-connector-conflate-merged-1/Expected.osm
test-files/cases/roundabouts/network/roundabout-connector-conflate-merged-1/Input1.osm
test-files/cases/roundabouts/network/roundabout-connector-conflate-merged-1/Input2.osm
test-files/cases/roundabouts/network/roundabout-connector-conflate-merged-1/README.txt
test-files/cases/roundabouts/unifying/Config.conf
test-files/cases/roundabouts/unifying/roundabout-001/Expected.osm
test-files/cases/roundabouts/unifying/roundabout-001/Input1.osm
test-files/cases/roundabouts/unifying/roundabout-001/Input2.osm
test-files/cases/roundabouts/unifying/roundabout-001/README.txt
test-files/cases/roundabouts/unifying/roundabout-002/Expected.osm
test-files/cases/roundabouts/unifying/roundabout-002/Input1.osm
test-files/cases/roundabouts/unifying/roundabout-002/Input2.osm
test-files/cases/roundabouts/unifying/roundabout-002/README.txt
test-files/cases/roundabouts/unifying/roundabout-003/Expected.osm
test-files/cases/roundabouts/unifying/roundabout-003/Input1.osm
test-files/cases/roundabouts/unifying/roundabout-003/Input2.osm
test-files/cases/roundabouts/unifying/roundabout-003/README.txt
test-files/cases/roundabouts/unifying/roundabout-connector-conflate-merged-1.off/Expected.osm
test-files/cases/roundabouts/unifying/roundabout-connector-conflate-merged-1.off/Input1.osm
test-files/cases/roundabouts/unifying/roundabout-connector-conflate-merged-1.off/Input2.osm
test-files/cases/roundabouts/unifying/roundabout-connector-conflate-merged-1.off/README.txt
test-files/cases/unifying/highway-3815/Expected.osm
test-files/cases/unifying/highway-3815/Input1.osm
test-files/cases/unifying/highway-3815/Input2.osm
test-files/cases/unifying/highway-3815/README.txt
test-files/cases/unifying/highway-3829/Config.conf
test-files/cases/unifying/highway-3829/Expected.osm
test-files/cases/unifying/highway-3829/Input1.osm
test-files/cases/unifying/highway-3829/Input2.osm
test-files/cases/unifying/highway-3829/README.txt
test-files/cases/unifying/highway-3906/Expected.osm
test-files/cases/unifying/highway-3906/Input1.osm
test-files/cases/unifying/highway-3906/Input2.osm
test-files/cases/unifying/highway-3906/README.txt
test-files/cases/unifying/highway-search-radius-1/Expected.osm
test-files/cases/unifying/railway-3855/Expected.osm
test-files/cases/unifying/railway-3855/Input1.osm
test-files/cases/unifying/railway-3855/Input2.osm
test-files/cases/unifying/railway-3855/README.txt
test-files/cases/unifying/sidewalk-3895/Expected.osm
test-files/cases/unifying/sidewalk-3895/Input1.osm
test-files/cases/unifying/sidewalk-3895/Input2.osm
test-files/cases/unifying/sidewalk-3895/README.txt
test-files/cases/unifying/way-join-missing-parent-1/Config.conf
test-files/cases/unifying/way-join-missing-parent-1/Expected.osm
test-files/cases/unifying/way-join-missing-parent-1/Input1.osm
test-files/cases/unifying/way-join-missing-parent-1/Input2.osm
test-files/cases/unifying/way-join-missing-parent-1/README.txt
test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm
test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest.sh
test-files/cmd/glacial/ConflateExactTest.sh.off
test-files/cmd/glacial/GenerateAlphaShapeCmdTest.sh
test-files/cmd/glacial/ImplicitTypeDatabaseDeriverTest.sh
test-files/cmd/glacial/NetworkConflateCmdInputReverseTest/output.osm
test-files/cmd/glacial/NetworkConflateCmdInputReverseTest.sh
test-files/cmd/glacial/NetworkConflateCmdTest/output.osm
test-files/cmd/glacial/NetworkConflateCmdTest.sh
test-files/cmd/glacial/NonContiguousRoadReviewsTest/output.osm
test-files/cmd/glacial/NonContiguousRoadReviewsTest.sh
test-files/cmd/glacial/NonDestructiveConflationTest.sh
test-files/cmd/glacial/NonDestructiveTest/Expected.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest.sh
test-files/cmd/glacial/PertyCmdTest.sh
test-files/cmd/glacial/PertyTestCmdTest.sh
test-files/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm
test-files/cmd/glacial/PoiPolygonConflateCombinedTest.sh
test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm
test-files/cmd/glacial/PoiPolygonConflateStandaloneTest.sh
test-files/cmd/glacial/PowerLineAttributeConflateTest/output.osm
test-files/cmd/glacial/PowerLineAttributeConflateTest.sh
test-files/cmd/glacial/PowerLineAttributeConflateTest.sh.stderr
test-files/cmd/glacial/PowerLineAttributeConflateTest.sh.stdout
test-files/cmd/glacial/PowerLineConflateTest/output.osm
test-files/cmd/glacial/PowerLineConflateTest.sh
test-files/cmd/glacial/RndCropRandomCommandTest.sh
test-files/cmd/glacial/RndMultiaryPoiConflateCmdTest.sh
test-files/cmd/glacial/RndMultiaryScorePoiMatchesCmdTest.sh
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest.sh
test-files/cmd/glacial/RubberSheetConflateTest/output.osm
test-files/cmd/glacial/RubberSheetConflateTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest/ServiceChangesetReplacementBuildingFullTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest/ServiceChangesetReplacementBuildingStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest/ServiceChangesetReplacementBuildingTest-db-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest/ServiceChangesetReplacementBuildingTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest/input1.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest/input2.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest/ServiceChangesetReplacementDifferingTypesTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementDifferingTypesTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest/ServiceChangesetReplacementEmptyGeometryFilterTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest/ServiceChangesetReplacementMultipleGeometryFiltersTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest/Input1.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest/Input2.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest/ServiceChangesetReplacementRelationCropTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementRelationCropTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest/ServiceChangesetReplacementRoadStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest/ServiceChangesetReplacementRoadTest-db-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest/ServiceChangesetReplacementRoadTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmpty2Test/ServiceChangesetReplacementSecFilteredToEmpty2Test-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmpty2Test.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmpty2Test.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmpty2Test.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmptyTest/ServiceChangesetReplacementSecFilteredToEmptyTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmptyTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmptyTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacement.sh.off
test-files/cmd/glacial/serial/ServiceConflateDiffTest.sh.off
test-files/cmd/glacial/serial/ServiceGrailDiffTest.sh.off
test-files/cmd/glacial/serial/ServiceStreamingApiDbTest.sh
test-files/cmd/glacial/ServiceDbEmptyTagsTest.sh
test-files/cmd/glacial/ServiceExportOsm.sh
test-files/cmd/glacial/ServiceLanguageConvertCmdTest.sh.off
test-files/cmd/glacial/WriteNameCountsCmdTest.sh
test-files/cmd/quick/AddMeasurementTagsTest.sh
test-files/cmd/quick/BadJavaScriptTranslation.sh
test-files/cmd/quick/CleanCmdTest.sh
test-files/cmd/quick/ConvertCmdStreamingConvertOpErrorTest2.sh
test-files/cmd/quick/CropCmdTest.sh
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000001-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000001-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000002-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000002-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000005-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000005-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000006-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Failure/OsmApiWriter-000006-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest.sh
test-files/cmd/quick/DiffCmdChangesetTest.sh.stderr
test-files/cmd/quick/DiffCmdChangesetTest.sh.stdout
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000001-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000001-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000002-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000002-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000003-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000003-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000004-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000004-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000005-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000005-00002-Response-200.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000006-00002-Request--000.osc
test-files/cmd/quick/DiffCmdChangesetTest/Success/OsmApiWriter-000006-00002-Response-200.osc
test-files/cmd/quick/dirShpMultiLayerTranslationAssistantTest.sh
test-files/cmd/quick/DuplicateNodeRemoverTest/input.json
test-files/cmd/quick/DuplicateNodeRemoverTest/output.json
test-files/cmd/quick/DuplicateNodeRemoverTest.sh
test-files/cmd/quick/DuplicateNodeRemoverTest.sh.stderr
test-files/cmd/quick/DuplicateNodeRemoverTest.sh.stdout
test-files/cmd/quick/EvalPointMovesCmdTest.sh
test-files/cmd/quick/ExtentCmdTest.sh
test-files/cmd/quick/MergePolygonsConvertCmdTest.sh
test-files/cmd/quick/MetadataOpsTest.sh
test-files/cmd/quick/NodeDensityPlotCmdTest.sh
test-files/cmd/quick/PrepareForValidationTest.sh
test-files/cmd/quick/RemoveBuildingsTest.sh
test-files/cmd/quick/SchemaCmdTest.sh
test-files/cmd/quick/ServiceDbListMapsCmdTest.sh
test-files/cmd/quick/StreamingPbfWriterTest.sh
test-files/cmd/quick/TagCompareCmdTest.sh
test-files/cmd/slow/AllDataTypesAttributeConflateTest/output.osm
test-files/cmd/slow/AllDataTypesAttributeConflateTest.sh
test-files/cmd/slow/AllDataTypesAttributeConflateTest.sh.stderr
test-files/cmd/slow/AllDataTypesAttributeConflateTest.sh.stdout
test-files/cmd/slow/AppendFGDBTest.sh
test-files/cmd/slow/AreaAttributeConflateStandaloneTest/output.osm
test-files/cmd/slow/AreaAttributeConflateStandaloneTest.sh
test-files/cmd/slow/AreaAttributeConflateStandaloneTest.sh.stderr
test-files/cmd/slow/AreaAttributeConflateStandaloneTest.sh.stdout
test-files/cmd/slow/BadMatchPairTest.sh
test-files/cmd/slow/ConflateCmdStatsAllDataTypesTest.sh
test-files/cmd/slow/ConflateCmdStatsAllDataTypesTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh
test-files/cmd/slow/ConflateCmdStatsTest/all-data-types-out.osm
test-files/cmd/slow/ConflateCmdStatsTest/toy-roads-out.osm
test-files/cmd/slow/ConflateCmdStatsToyBuildingsTest.sh
test-files/cmd/slow/ConflateCmdStatsToyBuildingsTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsToyRoadsTest.sh
test-files/cmd/slow/ConflateCmdTest/output.osm
test-files/cmd/slow/ConflateCmdTest.sh
test-files/cmd/slow/ConflateConsistencyTest.sh
test-files/cmd/slow/ConflateNoInfoTest.sh
test-files/cmd/slow/ConflatePoiStatsTest.sh
test-files/cmd/slow/ConvertCmdTest.sh
test-files/cmd/slow/CookieCutCmdTest.sh
test-files/cmd/slow/CountCmdTest.sh
test-files/cmd/slow/CountCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateCmdTest/output-keep-unconflatable.osm
test-files/cmd/slow/DiffConflateCmdTest/output.osc
test-files/cmd/slow/DiffConflateCmdTest/output.osm
test-files/cmd/slow/DiffConflateCmdTest/output_unified.osc
test-files/cmd/slow/DiffConflateCmdTest/output_unified.osm
test-files/cmd/slow/DiffConflateCmdTest.sh
test-files/cmd/slow/DiffConflateCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateCmdTest/snapped-output.osm
test-files/cmd/slow/DiffConflateCmdTest/snapped-with-ref-output.osm
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/output.tags.osc
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest.sh
test-files/cmd/slow/eTDSTranslationAssistantTest.sh
test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
test-files/cmd/slow/gdal2tilesTest.sh
test-files/cmd/slow/GGDMv30TranslationTest.sh
test-files/cmd/slow/InfoCmdTest.sh
test-files/cmd/slow/JosmCleanCmdTest.sh
test-files/cmd/slow/JosmCleanCmdTest.sh.stderr
test-files/cmd/slow/JosmCleanCmdTest.sh.stdout
test-files/cmd/slow/JosmValidateCmdTest.sh
test-files/cmd/slow/JosmValidateCmdTest.sh.stderr
test-files/cmd/slow/JosmValidateCmdTest.sh.stdout
test-files/cmd/slow/MergeEmptyBuildingsTest.sh
test-files/cmd/slow/MgcpTranslationTest.sh
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest/out.osm
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh.stdout
test-files/cmd/slow/o2sTranslationTest.sh
test-files/cmd/slow/Ogr2OsmTranslation.sh
test-files/cmd/slow/Osm2OgrTranslation.sh
test-files/cmd/slow/RailwayAttributeConflateTest/output.osm
test-files/cmd/slow/RailwayAttributeConflateTest.sh
test-files/cmd/slow/RailwayAttributeConflateTest.sh.stderr
test-files/cmd/slow/RailwayAttributeConflateTest.sh.stdout
test-files/cmd/slow/RailwayConflateTest/output.osm
test-files/cmd/slow/RailwayConflateTest/RR_Ref1_ManuallyMatched.osm
test-files/cmd/slow/RailwayConflateTest/RR_Ref2_ManuallyMatched.osm
test-files/cmd/slow/RailwayConflateTest.sh
test-files/cmd/slow/RailwayConflateTest.sh.stderr
test-files/cmd/slow/RailwayConflateTest.sh.stdout
test-files/cmd/slow/RiverAttributeConflateTest/output.osm
test-files/cmd/slow/RiverAttributeConflateTest.sh
test-files/cmd/slow/RiverAttributeConflateTest.sh.stderr
test-files/cmd/slow/RiverAttributeConflateTest.sh.stdout
test-files/cmd/slow/RoadBridgeTest.sh
test-files/cmd/slow/RubberSheetApplyCmdTest.sh
test-files/cmd/slow/RubberSheetCmdTest.sh
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest.sh
test-files/cmd/slow/serial/ServiceDiffNetworkRoadSnapTest.sh.stdout
test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh
test-files/cmd/slow/serial/ServiceOsmApiDbReaderTest.sh
test-files/cmd/slow/ServiceHootApiDbConflateTest/output1.osm
test-files/cmd/slow/ServiceHootApiDbConflateTest/output2.osm
test-files/cmd/slow/ServiceHootApiDbReaderCmdTest.sh
test-files/cmd/slow/SortCmdTest.sh
test-files/cmd/slow/SplitLongWaysTest.sh
test-files/cmd/slow/SplitLongWaysTest/SplitLongWaysTestResults.osm.pbf
test-files/cmd/slow/StatCmdTest.sh
test-files/cmd/slow/StatsFileTest.sh
test-files/cmd/slow/StatsFileTest.sh.stdout
test-files/cmd/slow/TagDistributionCmdTest.sh
test-files/cmd/slow/TagInfoCmdTest.sh
test-files/cmd/slow/TDSv40TranslationTest.sh
test-files/cmd/slow/TDSv61TranslationTest.sh
test-files/io/OsmChangesetElementTest/ChangesetErrorFixErrors.osc
test-files/io/OsmChangesetElementTest/ChangesetMergeExpected.osc
test-files/io/OsmChangesetElementTest/ChangesetOutput-Request--1.osc
test-files/io/OsmChangesetElementTest/ChangesetOutput-Request--2.osc
test-files/io/OsmChangesetElementTest/ChangesetOutput-Response-1.osc
test-files/io/OsmChangesetElementTest/ChangesetOutput-Response-2.osc
test-files/io/OsmChangesetElementTest/DeleteSplit1.osc
test-files/io/OsmChangesetElementTest/DeleteSplit3.osc
test-files/io/OsmChangesetElementTest/DeleteSplit4.osc
test-files/io/OsmChangesetElementTest/RetryConflictExpected-error.osc
test-files/ops/SmallHighwayMerger/SmallHighwayMergerInput1.osm
test-files/ops/SmallHighwayMerger/SmallHighwayMergerInput2.osm
test-files/ops/SmallHighwayMerger/SmallHighwayMergerOutput1.osm
test-files/ui/features/advanced_options.feature
test-files/ui/Makefile
test-files/visitors/RemoveDuplicateAreasVisitorTest.osm
test-files/visitors/RemoveDuplicateWayNodesVisitorTest/RemoveDuplicateWayNodesVisitorTest-runValidLoopTest.osm
test-files/visitors/RemoveDuplicateWayNodesVisitorTest/RemoveDuplicateWayNodesVisitorTest-runValidLoopTestOut.osm
tgs/src/main/cpp/tgs/LruCache.h
translations/fcode_common.js
translations/mgcpDump.js
translations/mgcp.js
translations/mgcp_rules.js
translations/tds61.js
translations/tds70.js
translations/test/TranslationServer.js
translations/TranslationServer.js
Vagrantfile

Clone this wiki locally