Skip to content

v0.2.52..v0.2.53

Garret Voltz edited this page Feb 12, 2020 · 1 revision

conf/core/ConfigOptions.asciidoc
conf/core/GrailDifferentialConflation.conf
conf/core/NetworkAlgorithm.conf
conf/core/ReferenceConflation.conf
conf/core/Testing.conf
conf/core/UnifyingAlgorithm.conf
configure.ac
Configure.pri.in
conf/services/changesetReplacement.json
conf/services/changesetReplacementOps.json
conf/services/conflateAdvOps.json
conf/services/conflationTypeDefaults.json
conf/services/conflationTypes.json
conf/services/importTypes.json
distribution/pom.xml
docs/algorithms/ConflationAlgsOverview.md
docs/algorithms/GenericLineConflation.asciidoc
docs/algorithms/PoiToPoiConflation.asciidoc
docs/commands/changeset-apply.asciidoc
docs/commands/validate.asciidoc
docs/developer/HootenannyConflatingANewFeatureTypeWithGenericConflation.asciidoc
docs/developer/HootenannyRegenerateUnifyingRandomForestModels.asciidoc
docs/user/CommandLineExamples.asciidoc
docs/user/FeatureValidationAndCleaning.asciidoc
docs/user/GenericGeometryConflation.asciidoc
docs/user/OldDocs.asciidoc
.gitignore
hoot-cmd/src/main/cpp/hoot/cmd/HelpCmd.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetReplacementCreator.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/EuclideanDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/EuclideanDistanceExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/NameExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/NameExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonDistanceExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonDistanceExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonTypeScoreExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonTypeScoreExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/SmallerOverlapExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/FindNodesInWayFactory.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/FindNodesInWayFactory.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/WayMatchStringMerger.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/WayMatchStringMerger.h
hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.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/CountCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
hoot-core/src/main/cpp/hoot/core/conflate/DiffConflator.cpp
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/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/matching/Match.cpp
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/Match.h
hoot-core/src/main/cpp/hoot/core/conflate/matching/MatchMembers.h
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/NetworkMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/network/NetworkMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/network/PartialNetworkMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/point/PoiRfClassifier.h
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/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/PoiPolygonReviewReducer.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonRfClassifier.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonSchema.cpp
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonSchema.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonSchemaType.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/review/ReviewMarker.cpp
hoot-core/src/main/cpp/hoot/core/conflate/SearchBoundsCalculator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/SearchRadiusProvider.h
hoot-core/src/main/cpp/hoot/core/conflate/tile/TileUtils.cpp
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/ArbitraryCriterion.h
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/BuildingCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/BuildingCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.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.cpp
hoot-core/src/main/cpp/hoot/core/criterion/LinearCriterion.cpp
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.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PointCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPoiCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/poi-polygon/PoiPolygonPolyCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PolygonCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/WayNodeCriterion.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/ElementConverter.h
hoot-core/src/main/cpp/hoot/core/elements/ElementData.h
hoot-core/src/main/cpp/hoot/core/elements/Element.h
hoot-core/src/main/cpp/hoot/core/elements/InMemoryElementSorter.cpp
hoot-core/src/main/cpp/hoot/core/elements/NodeToWayMap.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/Relation.h
hoot-core/src/main/cpp/hoot/core/elements/Way.cpp
hoot-core/src/main/cpp/hoot/core/Hoot.cpp
hoot-core/src/main/cpp/hoot/core/index/ClosePointHash.cpp
hoot-core/src/main/cpp/hoot/core/index/ElementToRelationMap.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/ApiEntityDisplayInfo.h
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/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/HootApiDb.cpp
hoot-core/src/main/cpp/hoot/core/io/HootApiDb.h
hoot-core/src/main/cpp/hoot/core/io/HootApiDbReader.cpp
hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp
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/OsmApiChangeset.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.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/OsmApiDbSqlChangesetFileWriter.cpp
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/OsmGbdxJsonWriter.cpp
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/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/OsmXmlChangesetFileWriter.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/SqlBulkInsert.cpp
hoot-core/src/main/cpp/hoot/core/io/SqlBulkInsert.h
hoot-core/src/main/cpp/hoot/core/language/ToEnglishTranslateStringDistance.cpp
hoot-core/src/main/cpp/hoot/core/ops/AddHilbertReviewSortOrderOp.h
hoot-core/src/main/cpp/hoot/core/ops/CalculateStatsOp.cpp
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/DuplicateNodeRemover.cpp
hoot-core/src/main/cpp/hoot/core/ops/DuplicateNodeRemover.h
hoot-core/src/main/cpp/hoot/core/ops/ElementReplacer.cpp
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/ManualMatchValidator.cpp
hoot-core/src/main/cpp/hoot/core/ops/NamedOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/NonConflatableElementRemover.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/RemoveRoundabouts.cpp
hoot-core/src/main/cpp/hoot/core/ops/SearchRadiusCalculator.cpp
hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp
hoot-core/src/main/cpp/hoot/core/ops/UnconnectedWaySnapper.cpp
hoot-core/src/main/cpp/hoot/core/schema/ComparatorTagDifferencer.cpp
hoot-core/src/main/cpp/hoot/core/schema/ComparatorTagDifferencer.h
hoot-core/src/main/cpp/hoot/core/schema/ExactTagDifferencer.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagRawRulesDeriver.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagUtils.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagUtils.h
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/PreserveTypesTagMerger.cpp
hoot-core/src/main/cpp/hoot/core/schema/PreserveTypesTagMerger.h
hoot-core/src/main/cpp/hoot/core/scoring/GraphComparator.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
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/LogGeneric.cpp
hoot-core/src/main/cpp/hoot/core/util/Settings.cpp
hoot-core/src/main/cpp/hoot/core/util/Settings.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/visitors/ImplicitTypeTaggerBase.cpp
hoot-core/src/main/cpp/hoot/core/visitors/MatchCandidateCountVisitor.cpp
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/RemoveDuplicateAreaVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SpatialIndexer.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SpatialIndexer.h
hoot-core-test/src/test/cpp/hoot/core/algorithms/changeset/ChangesetReplacementCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/extractors/AddressScoreExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonDistanceExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonTypeScoreExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/auth/ServicesHootServicesLoginManagerTest.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/io/DataConverterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiChangesetTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmXmlReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbBulkInserterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceOsmApiDbBulkInserterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceOsmApiDbReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceOsmApiDbSqlChangesetApplierTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceOsmApiDbSqlChangesetFileWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServiceOsmApiDbTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.cpp
hoot-core-test/src/test/cpp/hoot/core/io/ServicesDbTestUtils.h
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesLanguageDetectorClientTest.cpp
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesLanguageInfoClientTest.cpp
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesLanguageInfoResponseParserTest.cpp
hoot-core-test/src/test/cpp/hoot/core/language/HootServicesTranslatorClientTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/CalculateStatsOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/DuplicateNodeRemoverTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/MapCleanerTest.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/scoring/GraphComparatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/scoring/MatchFeatureExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/test/ConflateCaseTestSuite.cpp
hoot-core-test/src/test/cpp/hoot/core/util/ElementConverterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/util/SettingsTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/MatchCandidateCountVisitorTest.cpp
Hootenanny.pro
hoot-josm/hoot-josm.pro
hoot-josm/pom.xml
hoot-josm/src/main/cpp/hoot/core/jni/JavaEnvironment.cpp
hoot-josm/src/main/cpp/hoot/core/jni/JavaEnvironment.h
hoot-josm/src/main/cpp/hoot/core/jni/JniConversion.cpp
hoot-josm/src/main/cpp/hoot/core/jni/JniConversion.h
hoot-josm/src/main/cpp/hoot/core/jni/JniUtils.cpp
hoot-josm/src/main/cpp/hoot/core/jni/JniUtils.h
hoot-josm/src/main/cpp/hoot/core/josm/cmd/ValidateCmd.cpp
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.cpp
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapCleaner.h
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.cpp
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidatorAbstract.h
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidator.cpp
hoot-josm/src/main/cpp/hoot/core/josm/ops/JosmMapValidator.h
hoot-josm/src/main/java/hoot/core/josm/HootOsmReader.java
hoot-josm/src/main/java/hoot/core/josm/JosmMapCleaner.java
hoot-josm/src/main/java/hoot/core/josm/JosmMapValidator.java
hoot-josm/src/main/java/hoot/core/josm/JosmUtils.java
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/matching/ScriptMatch.h
hoot-js/src/main/cpp/hoot/js/conflate/merging/HighwaySnapMergerJs.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/PoiMergerJs.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.cpp
hoot-js/src/main/cpp/hoot/js/elements/ElementJs.cpp
hoot-js/src/main/cpp/hoot/js/elements/ElementJs.h
hoot-js/src/main/cpp/hoot/js/PluginContext.h
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/schema/TagDifferencerJs.cpp
hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp
hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h
hoot-js/src/test/cpp/hoot/js/conflate/matching/ScriptMatchCreatorTest.cpp
hoot-js/src/test/cpp/hoot/js/conflate/matching/ScriptMatchTest.cpp
hoot-js/src/test/cpp/hoot/js/conflate/merging/ElementMergerJsTest.cpp
hoot-js/src/test/cpp/hoot/js/PluginContextTest.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryUtilities.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryHierarchicalClusterAlgorithmTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiGenericTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergeCacheTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryScoreCacheTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparatorTest.cpp
hoot-services/src/main/java/hoot/services/command/ExternalCommandRunnerImpl.java
hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetReplacementCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/GrailResource.java
hoot-services/src/main/java/hoot/services/controllers/grail/InvertCropCommand.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/PullConnectedWaysCommandFactory.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/JobCancellationResource.java
hoot-services/src/main/java/hoot/services/controllers/job/JobResource.java
hoot-services/src/main/java/hoot/services/controllers/osm/map/FolderResource.java
hoot-services/src/main/java/hoot/services/controllers/osm/map/MapResource.java
hoot-services/src/main/java/hoot/services/controllers/osm/user/UserResource.java
hoot-services/src/main/java/hoot/services/controllers/review/ReviewBookmarkResource.java
hoot-services/src/main/java/hoot/services/controllers/review/ReviewBookmarksGetResponse.java
hoot-services/src/main/java/hoot/services/geo/BoundingBox.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/models/osm/Map.java
hoot-services/src/main/java/hoot/services/utils/DbUtils.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/grail/DeriveChangesetReplacementCommandTest.java
hoot-services/src/test/java/hoot/services/controllers/grail/PullConnectedWaysTest.java
hoot-services/src/test/java/hoot/services/controllers/job/JobResourceTest.java
hoot-services/src/test/java/hoot/services/controllers/osm/map/MapResourceTest.java
hoot-services/src/test/java/hoot/services/utils/DbUtilsTest.java
hoot-services/src/test/java/hoot/services/utils/MapUtils.java
hoot-services/src/test/resources/hoot/services/controllers/grail/crop.osm
hoot-services/src/test/resources/hoot/services/controllers/grail/reference.osm
hoot-test/src/main/cpp/hoot/test/main.cpp
hoot-test/src/main/cpp/hoot/test/ScriptTestSuite.cpp
LocalConfig.pri.orig
m4/josm.m4
Makefile.hoot
Makefile.inc.in
pom.xml
README.md
rules/archive/Building.js.off
rules/archive/BuildingTest.js.off
rules/archive/Highway.js.off
rules/archive/HighwayTest.js.off
rules/Area.js
rules/lib/HootLib.js
rules/Line.js
rules/MultiaryPoi.js
rules/MultiaryPoiRules.js
rules/Poi.js
rules/Point.js
rules/PointPolygon.js
rules/Polygon.js
rules/PowerLine.js
rules/Railway.js
rules/River.js
rules/test/LineTest.js
scripts/copyright/UpdateAllCopyrightHeaders.sh
scripts/core/CheckScores.py
scripts/core/CreateConfigAsJSON.py
scripts/core/make-hoot-josm-java.sh
scripts/cover/coverGcov.sh
scripts/HootEnv.sh
scripts/jenkins/Jenkinsfile
scripts/jenkins/TestInitialNightly.sh
scripts/jenkins/TestPullRequest_all.sh
scripts/jenkins/VagrantBuild_coverage.sh
scripts/services/CreateConflationTypeGroups.py
scripts/util/Centos7_only_core.sh
sonar-project.properties
test-files/algorithms/rubber-sheet/RubberSheetIo.osm
test-files/algorithms/rubber-sheet/RubberSheetSimple.osm
test-files/cases/attribute/network/highway-2927-multiple-types-1/Expected.osm
test-files/cases/attribute/network/highway-3784-roundabouts-1/Expected.osm
test-files/cases/attribute/network/highway-3784-roundabouts-1/Input1.osm
test-files/cases/attribute/network/highway-3784-roundabouts-1/Input2.osm
test-files/cases/attribute/network/highway-3784-roundabouts-1/README.txt
test-files/cases/attribute/unifying/highway-2927-way-member-tags-1/Expected.osm
test-files/cases/attribute/unifying/highway-3784-roundabouts-1/Expected.osm
test-files/cases/attribute/unifying/highway-3784-roundabouts-1/Input1.osm
test-files/cases/attribute/unifying/highway-3784-roundabouts-1/Input2.osm
test-files/cases/attribute/unifying/highway-3784-roundabouts-1/README.txt
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-1/Config.conf
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-1/Expected.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-1/Input1.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-1/Input2.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-1/README.txt
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-2/Config.conf
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-2/Expected.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-2/Input1.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-2/Input2.osm
test-files/cases/attribute/unifying/poi-polygon-keep-closest-match-only-2/README.txt
test-files/cases/differential/building-3782-relation-member-conflatable-1/Expected.osm
test-files/cases/differential/building-3782-relation-member-conflatable-1/Input1.osm
test-files/cases/differential/building-3782-relation-member-conflatable-1/Input2.osm
test-files/cases/differential/building-3782-relation-member-conflatable-1/README.txt
test-files/cases/hoot-js/building.off/building-1/Expected.osm
test-files/cases/hoot-js/building.off/building-1/Input1.osm
test-files/cases/hoot-js/building.off/building-1/Input2.osm
test-files/cases/hoot-js/building.off/building-1/README.txt
test-files/cases/hoot-js/building.off/building-2/Expected.osm
test-files/cases/hoot-js/building.off/building-2/Input1.osm
test-files/cases/hoot-js/building.off/building-2/Input2.osm
test-files/cases/hoot-js/building.off/building-2/README.txt
test-files/cases/hoot-js/building.off/building-3/Expected.osm
test-files/cases/hoot-js/building.off/building-3/Input1.osm
test-files/cases/hoot-js/building.off/building-3/Input2.osm
test-files/cases/hoot-js/building.off/building-3/README.txt
test-files/cases/hoot-js/building.off/building-4/Expected.osm
test-files/cases/hoot-js/building.off/building-4/Input1.osm
test-files/cases/hoot-js/building.off/building-4/Input2.osm
test-files/cases/hoot-js/building.off/building-4/README.txt
test-files/cases/hoot-js/building.off/Config.conf
test-files/cases/hoot-js/building.off/README.txt
test-files/cases/hoot-js/geometry-generic-1.off/Config.conf
test-files/cases/hoot-js/geometry-generic-1.off/Expected.osm
test-files/cases/hoot-js/geometry-generic-1.off/Input1.osm
test-files/cases/hoot-js/geometry-generic-1.off/Input2.osm
test-files/cases/hoot-js/geometry-generic-1.off/README.txt
test-files/cases/hoot-js/highway-1.off/Config.conf
test-files/cases/hoot-js/highway-1.off/Expected.osm
test-files/cases/hoot-js/highway-1.off/Input1.osm
test-files/cases/hoot-js/highway-1.off/Input2.osm
test-files/cases/hoot-js/highway-1.off/README.txt
test-files/cases/hoot-js/poi/Config.conf
test-files/cases/network/conflicts/highway-017/Expected.osm
test-files/cases/network/conflicts/highway-017/README.txt
test-files/cases/network/conflicts/highway-025/Expected.osm
test-files/cases/network/conflicts/pap-007/Expected.osm
test-files/cases/roundabouts/rcase-001/Expected.osm
test-files/cases/unifying/building-3441-addresses-1/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-13/Config.conf
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-13/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-13/Input1.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-13/Input2.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-13/README.txt
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/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/RndServiceMultiaryPoiIngestCmdTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictFullTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRefFilteredToEmptyTest/ServiceChangesetReplacementRefFilteredToEmptyTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRefFilteredToEmptyTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest/Input1.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest/Input2.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest/ServiceChangesetReplacementRoundaboutsConflateTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoundaboutsConflateTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementSecFilteredToEmptyTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacement.sh.off
test-files/cmd/quick/dirShpMultiLayerTranslationAssistantTest.sh
test-files/cmd/slow/AreaConflateStandaloneTest/output1.osm
test-files/cmd/slow/BadMatchPairTest.sh
test-files/cmd/slow/CompareCmdTest.sh
test-files/cmd/slow/CompareCmdTest.sh.stdout
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/ConflateCmdStatsTest/all-data-types-out.osm
test-files/cmd/slow/ConflateCmdStatsTest/generic-rivers-out.osm
test-files/cmd/slow/ConflateCmdStatsTest/toy-buildings-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/ConflateCmdStatsToyRoadsTest.sh.stderr
test-files/cmd/slow/ConflateCmdStatsToyRoadsTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsToyRoadsTest.stderr
test-files/cmd/slow/ConflateCmdStatsToyRoadsTest.stdout
test-files/cmd/slow/ConflateNoInfoTest.sh
test-files/cmd/slow/ConflatePoiStatsTest.sh
test-files/cmd/slow/ConflatePoiStatsTest.sh.stdout
test-files/cmd/slow/CountCmdTest.sh
test-files/cmd/slow/CountCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/output.tags.osc
test-files/cmd/slow/eTDSTranslationAssistantTest.sh
test-files/cmd/slow/fgdbMultiLayerTranslationAssistantTest.sh
test-files/cmd/slow/InfoCmdTest.sh
test-files/cmd/slow/InfoCmdTest.sh.stdout
test-files/cmd/slow/MergeEmptyBuildingsTest.sh
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest/out.osm
test-files/cmd/slow/Ogr2OsmTranslation.sh
test-files/cmd/slow/RubberSheetApplyCmdTest/DcTigerToDcGis.osm
test-files/cmd/slow/RubberSheetCmdTest/out.osm
test-files/cmd/slow/serial/JosmCleanCmdTest.sh
test-files/cmd/slow/serial/JosmCleanCmdTest.sh.stderr
test-files/cmd/slow/serial/JosmCleanCmdTest.sh.stdout
test-files/cmd/slow/serial/JosmValidateCmdTest.sh
test-files/cmd/slow/serial/JosmValidateCmdTest.sh.stderr
test-files/cmd/slow/serial/JosmValidateCmdTest.sh.stdout
test-files/cmd/slow/SplitLongWaysTest.sh
test-files/cmd/slow/StatsFileTest.sh.stdout
test-files/io/OsmChangesetElementTest/ApplyChangesetTest-Expected-1-0001.osc
test-files/io/OsmChangesetElementTest/ApplyChangesetTest-Expected-2-0001.osc
test-files/io/OsmChangesetElementTest/ApplyChangesetTest-Expected-2-0002.osc
test-files/io/OsmXmlReaderTest/IgnoreDuplicateMergeTest-1.osm
test-files/io/OsmXmlReaderTest/IgnoreDuplicateMergeTest-2.osm
test-files/io/OsmXmlReaderTest/IgnoreDuplicateMergeTest.osm
test-files/io/ServiceOsmApiDbSqlChangesetFileWriterTest/changeset.osc.sql
test-files/ops/CookieCutterOp/CookieCutterOpTest.osm
test-files/ops/JosmMapCleanerTest/runCleanNoDetailTagsTest-out.osm
test-files/ops/JosmMapCleanerTest/runCleanNoErrorsTest-out.osm
test-files/ops/JosmMapCleanerTest/runCleanTest-in.osm
test-files/ops/JosmMapCleanerTest/runCleanTest-out.osm
test-files/ops/JosmMapValidatorTest/runValidateTest-out.osm
test-files/ops/MapCleanerTest/MapCleaner.osm
test-files/ui/features/advanced_options.feature
test-files/ui/features/review_bookmarks.disabled
tgs/src/main/cpp/tgs/RStarTree/HilbertCurve.h
tgs/src/main/cpp/tgs/RStarTree/HilbertRTree.cpp
tgs/src/main/cpp/tgs/RStarTree/RStarTree.h
tgs/src/main/cpp/tgs/RStarTree/RTreeNode.cpp
tgs/src/main/cpp/tgs/RStarTree/RTreeNode.h
translations/fcode_common.js
translations/ggdm30_rules.js
translations/mgcp.js
translations/mgcp_rules.js
translations/tds40_rules.js
translations/tds61_rules.js
translations/tds70_rules.js
translations/translate.js
translations/UFD_to_OSM.js
VagrantBuild.sh

Clone this wiki locally