Skip to content

v0.2.49..v0.2.50

Garret Voltz edited this page Nov 6, 2019 · 1 revision

.circleci/config.yml
conf/core/ConfigOptions.asciidoc
conf/core/Import.conf
conf/core/NodeExport.conf
conf/database/DatabaseConfigDefault.sh
conf/schema/poi.json
conf/services/conflationTypes.json
conf/services/grailOverpassQuery.oql
conf/services/grailOverpassStatsQuery.oql
conf/services/importTypes.json
conf/translations/TDSv70_Features.csv.gz
conf/translations/TDSv70_Values.csv.gz
CONTRIBUTING.md
docs/commands/changeset-derive-replacement.asciidoc
docs/commands/diff.asciidoc
docs/commands/HootCommandLineReference.asciidoc
docs/commands/info.asciidoc
docs/commands/optimize-network-conf.asciidoc
docs/commands/score-matches.asciidoc
docs/commands/score-matches-diff.asciidoc
docs/commands/stat.asciidoc
docs/commands/tag-distribution.asciidoc
docs/commands/tag-info.asciidoc
docs/developer/HootenannyOptimizingNetworkAlgorithmSettings.asciidoc
docs/HootenannyDeveloperGuide.asciidoc
docs/install/HootenannyInstall.asciidoc
docs/user/CommandLineExamples.asciidoc
.gitignore
hoot-cmd/src/main/cpp/hoot/cmd/HelpCmd.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/alpha-shape/AlphaShapeGenerator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/EdgeDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonTypeScoreExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/NaiveWayMatchStringMapping.h
hoot-core/src/main/cpp/hoot/core/algorithms/linearreference/WayMatchStringMapping.h
hoot-core/src/main/cpp/hoot/core/algorithms/optimizer/IntegerProgrammingSolver.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/RdpWayGeneralizer.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/RdpWayGeneralizer.h
hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheetApplier.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheetDeriver.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/rubber-sheet/RubberSheeter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/IntersectionSplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/MultiLineStringSplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/string/WeightedWordDistance.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/WayJoiner.cpp
hoot-core/src/main/cpp/hoot/core/cmd/BuildModelCmd.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/CleanCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CompareCmd.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/CookieCutCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CountCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/DiffCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ExtentCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/GenerateAlphaShapeCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/NodeDensityTilesCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/PertyCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/SchemaCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ScoreMatchesCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/SortCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/StatCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/StatsCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/TagCompareCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/WriteNameCountsCmd.cpp
hoot-core/src/main/cpp/hoot/core/conflate/CookieCutter.cpp
hoot-core/src/main/cpp/hoot/core/conflate/DiffConflator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/DiffConflator.h
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMatch.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/HighwayMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayMergerCreator.h
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/Roundabout.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/Roundabout.h
hoot-core/src/main/cpp/hoot/core/conflate/IdSwap.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/ConstrainedMatches.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/GreedyConstrainedMatches.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchConflicts.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchConflicts.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchFactory.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchGraph.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/Match.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchSet.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchStatusChange.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchThreshold.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchType.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/matching/OptimalConstrainedMatches.cpp
hoot-core/src/main/cpp/hoot/core/conflate/matching/OptimalConstrainedMatches.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/MarkForReviewMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/merging/MarkForReviewMergerCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.cpp
hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h
hoot-core/src/main/cpp/hoot/core/conflate/network/ConflictsNetworkMatcher.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/EdgeMatchSetFinder.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkDetails.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.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/NetworkMatcher.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMergerCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/network/PartialNetworkMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonCache.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonCache.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/PoiPolygonMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMergerCreator.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.h
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMatch.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/BuildingMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMergerCreator.h
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/tile/TileBoundsCalculator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/tile/TileBoundsCalculator.h
hoot-core/src/main/cpp/hoot/core/conflate/tile/TileUtils.cpp
hoot-core/src/main/cpp/hoot/core/conflate/tile/TileUtils.h
hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/UnifyingConflator.h
hoot-core/src/main/cpp/hoot/core/criterion/AreaCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/BuildingCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/BuildingWayNodeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HasNameCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/HighwayCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NameContainsCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NameContainsCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NameCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NameCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/OrCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagContainsCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TagContainsCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TagCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagKeyContainsCriterion.h
hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.cpp
hoot-core/src/main/cpp/hoot/core/elements/Node.cpp
hoot-core/src/main/cpp/hoot/core/elements/Node.h
hoot-core/src/main/cpp/hoot/core/elements/NodeToWayMap.cpp
hoot-core/src/main/cpp/hoot/core/elements/OsmMap.cpp
hoot-core/src/main/cpp/hoot/core/elements/OsmMap.h
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/Way.cpp
hoot-core/src/main/cpp/hoot/core/elements/Way.h
hoot-core/src/main/cpp/hoot/core/index/OsmMapIndex.cpp
hoot-core/src/main/cpp/hoot/core/info/ApiEntityDisplayInfo.cpp
hoot-core/src/main/cpp/hoot/core/info/FormatsDisplayer.cpp
hoot-core/src/main/cpp/hoot/core/info/FormatsDisplayer.h
hoot-core/src/main/cpp/hoot/core/info/Version.h
hoot-core/src/main/cpp/hoot/core/io/ApiDbReader.cpp
hoot-core/src/main/cpp/hoot/core/io/ApiDbReader.h
hoot-core/src/main/cpp/hoot/core/io/DataConverter.cpp
hoot-core/src/main/cpp/hoot/core/io/DataConverter.h
hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.h
hoot-core/src/main/cpp/hoot/core/io/ElementVisitorInputStream.h
hoot-core/src/main/cpp/hoot/core/io/GeoNamesReader.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDbBulkInserter.h
hoot-core/src/main/cpp/hoot/core/io/HootApiDb.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDbReader.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDbReader.h
hoot-core/src/main/cpp/hoot/core/io/HootApiDbWriter.h
hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp
hoot-core/src/main/cpp/hoot/core/io/IoUtils.h
hoot-core/src/main/cpp/hoot/core/io/MapStatsWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OgrReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OgrUtilities.cpp
hoot-core/src/main/cpp/hoot/core/io/OgrWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OgrWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiDb.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmJsonReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmJsonReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmJsonWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmJsonWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmMapReaderFactory.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmMapReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmMapWriterFactory.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmPbfReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmPbfWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h
hoot-core/src/main/cpp/hoot/core/io/ParallelBoundedApiReader.cpp
hoot-core/src/main/cpp/hoot/core/io/ParallelBoundedApiReader.h
hoot-core/src/main/cpp/hoot/core/io/PartialOsmMapReader.cpp
hoot-core/src/main/cpp/hoot/core/ops/BuildingOutlineUpdateOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/CalculateStatsOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/IdSwapOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/IdSwapOp.h
hoot-core/src/main/cpp/hoot/core/ops/ManualMatchValidator.cpp
hoot-core/src/main/cpp/hoot/core/ops/ManualMatchValidator.h
hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.cpp
hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.h
hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp
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/RemoveNodeByEid.cpp
hoot-core/src/main/cpp/hoot/core/ops/RemoveNodeByEid.h
hoot-core/src/main/cpp/hoot/core/ops/RemoveRoundabouts.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/ReuseNodeIdsOnWayOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/ReuseNodeIdsOnWayOp.h
hoot-core/src/main/cpp/hoot/core/ops/UnconnectedWaySnapper.cpp
hoot-core/src/main/cpp/hoot/core/ops/UnionPolygonsOp.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/TagComparator.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagDistribution.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagInfo.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagInfo.h
hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.h
hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.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/RandomForestModelBuilder.cpp
hoot-core/src/main/cpp/hoot/core/scoring/RasterComparator.cpp
hoot-core/src/main/cpp/hoot/core/util/CollectionUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/CollectionUtils.h
hoot-core/src/main/cpp/hoot/core/util/FileUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/FileUtils.h
hoot-core/src/main/cpp/hoot/core/util/GeometryUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/GeometryUtils.h
hoot-core/src/main/cpp/hoot/core/util/StringUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/StringUtils.h
hoot-core/src/main/cpp/hoot/core/util/UuidHelper.h
hoot-core/src/main/cpp/hoot/core/visitors/AddExportTagsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/CountUniqueReviewsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdToTagValueMapper.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ElementIdToTagValueMapper.h
hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/MultipleCriterionConsumerVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/NodesPerWayVisitor.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/RandomWayGeneralizer.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RandomWayGeneralizer.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/TagRenameKeyVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UniqueElementIdVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/UpdateWayParentVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/UpdateWayParentVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/WayGeneralizeVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/WayGeneralizeVisitor.h
hoot-core-test/src/test/cpp/hoot/core/algorithms/BufferedLineSegmentIntersectorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/perty/PertyMatchScorerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/RdpWayGeneralizerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/cmd/OptimizeConflateTestSettingsCmd.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwayMatchTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/highway/HighwaySnapMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/matching/GreedyConstrainedMatchesTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/matching/MatchGraphTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/matching/OptimalConstrainedMatchesTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/poi-polygon/PoiPolygonMatchCreatorTest.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/polygon/BuildingMatchCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/AreaCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/HasNameCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/NameContainsCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/NameCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/NonBuildingAreaCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/TagContainsCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/criterion/TagCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/elements/OsmMapTest.cpp
hoot-core-test/src/test/cpp/hoot/core/elements/WayTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ObjectInputStreamTest.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/OsmApiReaderTestServer.h
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/OsmGeoJsonWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmPgCsvWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesLanguageDetectorClientTest.cpp
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesTranslatorClientTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/ManualMatchValidatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/test/ConflateCaseTest.cpp
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/NodesPerWayVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/poi-polygon/PoiPolygonMatchVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomWayGeneralizerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/WayGeneralizeVisitorTest.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/matching/ScriptMatch.h
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h
hoot-js/src/main/cpp/hoot/js/io/StreamUtilsJs.h
hoot-js/src/main/cpp/hoot/js/schema/JsonOsmSchemaLoader.cpp
hoot-js/src/test/cpp/hoot/js/conflate/matching/ScriptMatchTest.cpp
hoot-rnd/src/main/cpp/hoot/rnd/algorithms/changeset/ChangesetReplacementCreator.cpp
hoot-rnd/src/main/cpp/hoot/rnd/algorithms/changeset/ChangesetReplacementCreator.h
hoot-rnd/src/main/cpp/hoot/rnd/cmd/ChangesetDeriveReplacementCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/CumulativeConflateCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryPoiConflateCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/ScoreMatchesDiffCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/matching/ScoreMatchesDiff.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/matching/ScoreMatchesDiff.h
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergeCache.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergerCreator.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergerCreator.h
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryScoreCache.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryUtilities.cpp
hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngester.cpp
hoot-rnd/src/main/cpp/hoot/rnd/ops/RandomMapCropper.cpp
hoot-rnd/src/main/cpp/hoot/rnd/ops/RandomMapCropper.h
hoot-rnd/src/test/cpp/hoot/rnd/algorithms/changeset/ChangesetReplacementCreatorTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/matching/ScoreMatchesDiffTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryHierarchicalClusterAlgorithmTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergeCacheTest.cpp
hoot-services/src/main/java/hoot/services/command/ExternalCommand.java
hoot-services/src/main/java/hoot/services/controllers/conflation/ConflateCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/AlphaShapeCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/ExportParams.java
hoot-services/src/main/java/hoot/services/controllers/export/ExportResource.java
hoot-services/src/main/java/hoot/services/controllers/export/OgrClipCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/OgrFormatCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/SedSourceCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/GrailParams.java
hoot-services/src/main/java/hoot/services/controllers/grail/GrailResource.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullApiCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullOverpassCommand.java
hoot-services/src/main/java/hoot/services/controllers/ingest/ImportCommandFactory.java
hoot-services/src/main/java/hoot/services/controllers/ingest/ImportCommand.java
hoot-services/src/main/java/hoot/services/controllers/ingest/ImportResource.java
hoot-services/src/main/java/hoot/services/HootProperties.java
hoot-services/src/main/java/hoot/services/models/db/Users.java
hoot-services/src/main/java/hoot/services/utils/DbUtils.java
hoot-services/src/main/resources/conf/hoot-services.conf.in
hoot-services/src/main/resources/db/db.properties.in
hoot-services/src/test/java/hoot/services/controllers/conflation/ConflateCommandTest.java
hoot-services/src/test/java/hoot/services/controllers/ingest/ImportCommandTest.java
hoot-test/src/main/cpp/hoot/test/main.cpp
hoot-test/src/main/cpp/hoot/test/ProcessPool.cpp
hoot-test/src/main/cpp/hoot/test/ScriptTest.cpp
hoot-test/src/main/cpp/hoot/test/ScriptTest.h
hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp
hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.h
Makefile.hoot
node-export-server/config.json
node-export-server/server.js
README.md
scripts/database/add_karma_test_user.sql
scripts/schema/ConvertGGDMv30Schema.py
scripts/schema/ConvertMGCPSchema_XML.py
scripts/schema/ConvertTDSv40Schema.py
scripts/schema/ConvertTDSv61Schema.py
scripts/schema/ConvertTDSv70Schema.py
scripts/schema/hootLibrary.py
scripts/util/Centos7_only_core.sh
scripts/yum/hoot-repo.sh
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-perturbed-out-1.osm
test-files/algorithms/RdpWayGeneralizerTest/runGeneralizeWayInput1NoInformationNodesTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runGeneralizeWayInput1WithInformationNodesTest-out.osm
test-files/algorithms/wayjoiner/WayJoinerAdvancedConflateExpected.osm
test-files/algorithms/wayjoiner/WayJoinerConflateExpected.osm
test-files/cases/attribute/unifying/Config.conf
test-files/cases/attribute/unifying/highway-2927-bridge-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-bridge-2/Expected.osm
test-files/cases/attribute/unifying/highway-2927-way-member-tags-1/Expected.osm
test-files/cases/differential/Config.conf
test-files/cases/differential/reviews-as-matches-off-3387-1/Config.conf
test-files/cases/differential/reviews-as-matches-off-3387-1/Expected.osm
test-files/cases/differential/reviews-as-matches-off-3387-1/Input1.osm
test-files/cases/differential/reviews-as-matches-off-3387-1/Input2.osm
test-files/cases/differential/reviews-as-matches-off-3387-1/README.txt
test-files/cases/differential/roundabout-3580-network-1/Config.conf
test-files/cases/differential/roundabout-3580-network-1/Expected.osm
test-files/cases/differential/roundabout-3580-network-1/Input1.osm
test-files/cases/differential/roundabout-3580-network-1/Input2.osm
test-files/cases/differential/roundabout-3580-network-1/README.txt
test-files/cases/differential/roundabout-3580-unifying-1/Config.conf
test-files/cases/differential/roundabout-3580-unifying-1/Expected.osm
test-files/cases/differential/roundabout-3580-unifying-1/Input1.osm
test-files/cases/differential/roundabout-3580-unifying-1/Input2.osm
test-files/cases/differential/roundabout-3580-unifying-1/README.txt
test-files/cases/hoot-js/Config.conf
test-files/cases/hoot-js/line-generic-1/Expected.osm
test-files/cases/hoot-rnd/multiary-poi/Config.conf
test-files/cases/network/conflicts/highway-015/Expected.osm
test-files/cases/network/conflicts/highway-017/Expected.osm
test-files/cases/network/conflicts/highway-025/Expected.osm
test-files/cases/network/conflicts/highway-026/Expected.osm
test-files/cases/network/conflicts/highway-030/Expected.osm
test-files/cases/network/conflicts/pap-002/README.txt
test-files/cases/network/conflicts/pap-004/Expected.osm
test-files/cases/network/conflicts/pap-004/README.txt
test-files/cases/network/conflicts/pap-008.off/Expected.osm
test-files/cases/network/conflicts/pap-008.off/Input1.osm
test-files/cases/network/conflicts/pap-008.off/Input2.osm
test-files/cases/network/conflicts/pap-008.off/README.txt
test-files/cases/network/conflicts/pap-009/Expected.osm
test-files/cases/network/conflicts/pap-010/Expected.osm
test-files/cases/roundabouts/rcase-002/Expected.osm
test-files/cases/roundabouts/rcase-003/Expected.osm
test-files/cases/unifying/Config.conf
test-files/cases/unifying/highway-578/Expected.osm
test-files/cases/unifying/highway-search-radius-1/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-3/Expected.osm
test-files/cmd/glacial/ConflateCmdHighwayExactMatchInputsTest/output.osm
test-files/cmd/glacial/NetworkConflateCmdInputReverseTest/output.osm
test-files/cmd/glacial/NetworkConflateCmdTest/output.osm
test-files/cmd/glacial/NonContiguousRoadReviewsTest/output.osm
test-files/cmd/glacial/NonDestructiveConflationTest.sh.stdout
test-files/cmd/glacial/NonDestructiveTest/Expected.osm
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/PowerLineConflateTest/output.osm
test-files/cmd/glacial/PowerLineConflateTest.sh
test-files/cmd/glacial/RndCropRandomCmdTest/out.osm
test-files/cmd/glacial/RndCropRandomCmdTest/out-tiles.osm
test-files/cmd/glacial/RndCropRandomCommandTest.sh
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest/input1.osm
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest/input2.osm
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest/output
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest.sh
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest.sh.stderr
test-files/cmd/glacial/RndScoreMatchesDiffCmdTest.sh.stdout
test-files/cmd/glacial/RubberSheetConflateTest/output.osm
test-files/cmd/glacial/RubberSheetConflateTest.sh
test-files/cmd/glacial/ScoreMatchesCmdTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersChainedTest/RndServiceChangesetReplacementAdditionalFiltersChainedTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersChainedTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersChainedTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersChainedTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersTest/RndServiceChangesetReplacementAdditionalFiltersTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementAdditionalFiltersTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingFullTest/RndServiceChangesetReplacementBuildingFullTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingFullTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingFullTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingFullTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingStrictTest/RndServiceChangesetReplacementBuildingStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingStrictTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingStrictTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingStrictTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingTest/RndServiceChangesetReplacementBuildingTest-db-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingTest/RndServiceChangesetReplacementBuildingTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementBuildingTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementEmptyGeometryFilterTest/RndServiceChangesetReplacementEmptyGeometryFilterTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementEmptyGeometryFilterTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementEmptyGeometryFilterTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementEmptyGeometryFilterTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementMultipleGeometryFiltersTest/RndServiceChangesetReplacementMultipleGeometryFiltersTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementMultipleGeometryFiltersTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementMultipleGeometryFiltersTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementMultipleGeometryFiltersTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictFullTest/RndServiceChangesetReplacementPoiStrictFullTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictFullTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictFullTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictFullTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictTest/RndServiceChangesetReplacementPoiStrictTest-db-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictTest/RndServiceChangesetReplacementPoiStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementPoiStrictTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadFullTest.sh.off
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadStrictTest/RndServiceChangesetReplacementRoadStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadStrictTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadStrictTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadStrictTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadTest/RndServiceChangesetReplacementRoadTest-db-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadTest/RndServiceChangesetReplacementRoadTest-xml-replaced.osm
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadTest.sh
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadTest.sh.stderr
test-files/cmd/glacial/serial/RndServiceChangesetReplacementRoadTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceChangesetReplacement.sh.off
test-files/cmd/quick/ConfigOptionsCmdTest/ConfigOptions.asciidoc
test-files/cmd/quick/ConflateReuseNodeIds/BuildingsA.osm
test-files/cmd/quick/ConflateReuseNodeIds/BuildingsB.osm
test-files/cmd/quick/ConflateReuseNodeIds/BuildingsConflatedExpected.osc
test-files/cmd/quick/ConflateReuseNodeIds/BuildingsConflatedExpected.osm
test-files/cmd/quick/ConflateReuseNodeIdsBuildings.sh
test-files/cmd/quick/ConflateReuseNodeIdsBuildings.sh.stderr
test-files/cmd/quick/ConflateReuseNodeIdsBuildings.sh.stdout
test-files/cmd/quick/ConflateTagFilterTest.sh
test-files/cmd/slow/AreaConflateStandaloneTest.sh
test-files/cmd/slow/ConflateCmdStatsAllDataTypesTest.sh
test-files/cmd/slow/ConflateCmdStatsAllDataTypesTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh
test-files/cmd/slow/ConflateCmdStatsGenericRiversTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsToyTest.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/DiffConflateCmdTest/output-keep-unconflatable.osm
test-files/cmd/slow/DiffConflateCmdTest.sh
test-files/cmd/slow/DiffConflateCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/output.tags.osc
test-files/cmd/slow/eTDSTranslationAssistantTest.sh
test-files/cmd/slow/GGDMv30/GGDMv30.osm
test-files/cmd/slow/InfoCmdTest.sh
test-files/cmd/slow/InfoCmdTest.sh.stdout
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest/out.osm
test-files/cmd/slow/NodeDensityTilesCmdTest/output-cropped.geojson
test-files/cmd/slow/NodeDensityTilesCmdTest/output.geojson
test-files/cmd/slow/NodeDensityTilesCmdTest/output-random.geojson
test-files/cmd/slow/NodeDensityTilesCmdTest.sh
test-files/cmd/slow/NodeDensityTilesCmdTest.sh.stderr
test-files/cmd/slow/NodeDensityTilesCmdTest.sh.stdout
test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh
test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh.stderr
test-files/cmd/slow/serial/ServiceNodeDensityTilesCmdTest.sh.stdout
test-files/cmd/slow/ServiceHootApiDbConflateTest/output1.osm
test-files/cmd/slow/ServiceHootApiDbConflateTest/output2.osm
test-files/cmd/slow/ServiceHootApiDbConflateTest.sh
test-files/cmd/slow/SplitLongWaysTest/SplitLongWaysTestResults.osm.pbf
test-files/cmd/slow/StatCmdTest.sh
test-files/cmd/slow/StatCmdTest.sh.stderr
test-files/cmd/slow/StatCmdTest.sh.stdout
test-files/cmd/slow/TagDistributionCmdTest.sh.stdout
test-files/cmd/slow/TDSv40/TDSv40.osm
test-files/cmd/slow/TDSv61/TDSv61.osm
test-files/conflate/highway/HighwaySnapMergerTest/runTagsSplitTest.json
test-files/io/PgCsvWriter/runBasic-relations.pgcsv
test-files/io/PgCsvWriter/runBasic-ways.pgcsv
test-files/js/conflate/ElementMergerJsTest/building-extra-non-building-relation-out.osm
test-files/js/conflate/ElementMergerJsTest/building-more-than-two-out.osm
test-files/js/conflate/ElementMergerJsTest/building-two-ways-out.osm
test-files/MGCPv3/AAL015-output.osm
test-files/MGCPv3/LAP010-output.osm
test-files/rnd/conflate/matching/ScoreMatchesDiffTest/ScoreMatchesDiffTest-unequalManualMatchesTest-1.osm
test-files/rnd/conflate/matching/ScoreMatchesDiffTest/ScoreMatchesDiffTest-unequalManualMatchesTest-2.osm
test-files/ScoreMatchRef1.osm
test-files/ScoreMatchRef2.osm
test-files/translation_assistant/caligdb.osm
test-files/translation_assistant/cali-test-mgcp.osm
test-files/translation_assistant/cali-test-tdsv40.osm
test-files/translation_assistant/cali-test-tdsv61.osm
test-files/translation_assistant/cali-test-tdsv70.osm
test-files/translation_assistant/cali-translation-mgcp.js
test-files/translation_assistant/cali-translation-tdsv61-fcode.js
test-files/translation_assistant/cali-translation-tdsv61.js
test-files/translation_assistant/cali-translation-tdsv70.js
test-files/translation_assistant/calizip.osm
test-files/ui/features/advanced_options.feature
test-files/ui/Makefile
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-1.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-2.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-3.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-4.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-5.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-6.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-7.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-8.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-out-9.osm
test-files/visitors/WayGeneralizeVisitorTest/runBasicTest.osm
test-files/visitors/WayGeneralizeVisitorTest/runCritTest.osm
test-files/visitors/WayGeneralizeVisitorTest/runRemoveSharedNodeTest-not-removed.osm
test-files/visitors/WayGeneralizeVisitorTest/runRemoveSharedNodeTest.osm
test-files/visitors/WayGeneralizeVisitorTest/runRemoveSharedNodeTest-removed.osm
tgs/src/main/cpp/tgs/DelaunayTriangulation/DelaunayTriangulation.cpp
tgs/src/main/cpp/tgs/RStarTree/HilbertRTree.cpp
translations/etds70.js
translations/etds70_osm.js
translations/.gitignore
translations/package.json
translations/package-lock.json
translations/schema2josmpreset.js
translations/test/TranslationServer.js
translations/translation_assistant.js
translations/TranslationServer.js
VagrantProvisionVars.sh

Clone this wiki locally