Skip to content

v0.2.48..v0.2.49

Garret Voltz edited this page Oct 2, 2019 · 1 revision

conf/core/AttributeConflation.conf
conf/core/ConfigOptions.asciidoc
conf/core/DeriveChangeset.conf
conf/core/DifferentialConflation.conf
conf/core/HorizontalConflation.conf
conf/core/ReferenceConflation.conf
conf/core/UnifyingAlgorithm.conf
conf/schema/power.json
conf/services/conflateAdvOps.json
conf/services/conflationAttributeOps.json
conf/services/conflationTypes.json
conf/services/grailOverpassQuery.oql
docs/algorithms/AttributeConflation.asciidoc
docs/algorithms/BuildingConflation.asciidoc
docs/algorithms/ConflationAlgsOverview.md
docs/algorithms/DifferentialConflation.asciidoc
docs/algorithms/GenericLineConflation.asciidoc
docs/algorithms/PoiToPoiConflation.asciidoc
docs/algorithms/ProcessingError.asciidoc
docs/algorithms/RoadConflation.asciidoc
docs/algorithms/UnifyingConflation.asciidoc
docs/commands/build-model.asciidoc
docs/commands/changeset-apply.asciidoc
docs/commands/changeset-derive.asciidoc
docs/commands/changeset-derive-replacement.asciidoc
docs/commands/clean.asciidoc
docs/commands/compare.asciidoc
docs/commands/conflate.asciidoc
docs/commands/conflate-cumulative.asciidoc
docs/commands/convert.asciidoc
docs/commands/cookie-cut.asciidoc
docs/commands/count.asciidoc
docs/commands/crop.asciidoc
docs/commands/crop-random.asciidoc
docs/commands/db-delete-map.asciidoc
docs/commands/db-list-maps.asciidoc
docs/commands/diff.asciidoc
docs/commands/evaluate-point-moves.asciidoc
docs/commands/extent.asciidoc
docs/commands/generate-alpha-shape.asciidoc
docs/commands/HootCommandLineReference.asciidoc
docs/commands/info.asciidoc
docs/commands/is-sorted.asciidoc
docs/commands/multiary-poi-conflate.asciidoc
docs/commands/multiary-poi-ingest.asciidoc
docs/commands/multiary-score-poi-matches.asciidoc
docs/commands/node-density-plot.asciidoc
docs/commands/node-density-tiles.asciidoc
docs/commands/perty.asciidoc
docs/commands/rubber-sheet.asciidoc
docs/commands/score-matches.asciidoc
docs/commands/sort.asciidoc
docs/commands/stat.asciidoc
docs/commands/stats.asciidoc
docs/commands/tag-compare.asciidoc
docs/commands/tag-distribution.asciidoc
docs/commands/tag-info.asciidoc
docs/commands/type-tagger-rules.asciidoc
docs/commands/write-name-counts.asciidoc
docs/docs.pro
docs/Makefile
docs/RulesLib.dox
docs/user/CommandLineExamples.asciidoc
docs/user/Introduction.asciidoc
docs/user/OldDocs.asciidoc
docs/user/SupportedDataFormats.asciidoc
Gemfile.lock
.gitignore
hoot-cmd/src/main/cpp/hoot/cmd/HelpCmd.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/Change.h
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h
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/changeset/MemChangesetProvider.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/MemChangesetProvider.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/DirectSequentialSimulation.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/DirectSequentialSimulation.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PermuteGridCalculator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PermuteGridCalculator.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyMatchScorer.h
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/perty/PertyTestResult.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyTestRunner.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyTestRunner.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyTestRunResult.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyTestRunResult.h
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/cmd/ChangesetApplyCmd.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/ConvertCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/CropCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/DbDeleteMapCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/DbListMapsCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/GenerateAlphaShapeCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/ImplicitTypeTaggingRulesCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.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/WriteNameCountsCmd.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/matching/MatchFactory.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/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/PoiPolygonMatch.h
hoot-core/src/main/cpp/hoot/core/conflate/poi-polygon/PoiPolygonReviewReducer.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/polygon/BuildingMerger.h
hoot-core/src/main/cpp/hoot/core/conflate/SearchBoundsCalculator.cpp
hoot-core/src/main/cpp/hoot/core/conflate/SearchBoundsCalculator.h
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/UnifyingConflator.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ArbitraryCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/AreaCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/AttributeValueCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BridgeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BuildingCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BuildingPartCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/BuildingWayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ChainCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/ChainCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/CollectionCriterion.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/ContainsNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/DistanceNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterionConsumer.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementIdCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementInIdListCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ElementTypeCriterion.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/HasAddressCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HasNameCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HasPhoneNumberCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HighwayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HighwayIntersectionCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/HighwayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ImplicitTagEligiblePoiPolyCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/InBoundsCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/InWayNodeCriterion.h
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/MultiLineStringCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/MultiUseBuildingCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/MultiUseCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NeedsReviewCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NoInformationCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NonBuildingAreaCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NonConflatableCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/NotCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/NotCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/OneWayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/OrCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/OrCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ParallelWayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/PoiCriterion.h
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.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/RailwayCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ReversedRoadCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ReviewRelationCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/ReviewScoreCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/RoundaboutCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/StatsAreaCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/StatusCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/StatusCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TagAdvancedCriterion.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/criterion/TagKeyCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/TagValueNumericRangeCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/TunnelCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/UselessElementCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/WayBufferCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/WayDirectionCriterion.h
hoot-core/src/main/cpp/hoot/core/criterion/WayNodeCriterion.h
hoot-core/src/main/cpp/hoot/core/elements/ElementVisitor.h
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/index/OsmMapIndex.h
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/io/DataConverter.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/OgrReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbSqlChangesetFileWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbSqlChangesetFileWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonReader.h
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/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/OsmMapWriterFactory.h
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/OsmXmlReader.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmXmlReader.h
hoot-core/src/main/cpp/hoot/core/io/OsmXmlWriter.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/WordCountWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/WordCountWriter.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.cpp
hoot-core/src/main/cpp/hoot/core/ops/BuildingPartMergeOp.h
hoot-core/src/main/cpp/hoot/core/ops/ElementIdToVersionMapper.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/MapCropper.cpp
hoot-core/src/main/cpp/hoot/core/ops/MapCropper.h
hoot-core/src/main/cpp/hoot/core/ops/MergeNearbyNodes.cpp
hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.cpp
hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
hoot-core/src/main/cpp/hoot/core/ops/RandomNodeDuplicator.cpp
hoot-core/src/main/cpp/hoot/core/ops/RandomNodeDuplicator.h
hoot-core/src/main/cpp/hoot/core/ops/RecursiveSetTagValueOp.cpp
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/RemoveRelationByEid.cpp
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.cpp
hoot-core/src/main/cpp/hoot/core/ops/UnconnectedWaySnapper.h
hoot-core/src/main/cpp/hoot/core/schema/BuildingRelationMemberTagMerger.cpp
hoot-core/src/main/cpp/hoot/core/schema/BuildingRelationMemberTagMerger.h
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagCustomRules.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagCustomRules.h
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagRawRulesDeriver.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagRawRulesDeriver.h
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagRulesDatabaseDeriver.cpp
hoot-core/src/main/cpp/hoot/core/schema/ImplicitTagRulesDatabaseDeriver.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/OverwriteTagMerger.cpp
hoot-core/src/main/cpp/hoot/core/schema/OverwriteTagMerger.h
hoot-core/src/main/cpp/hoot/core/schema/TagComparator.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagComparator.h
hoot-core/src/main/cpp/hoot/core/schema/TagMergerFactory.cpp
hoot-core/src/main/cpp/hoot/core/schema/TagMergerFactory.h
hoot-core/src/main/cpp/hoot/core/schema/TagMerger.h
hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MapMatchScoringUtils.h
hoot-core/src/main/cpp/hoot/core/scoring/MapScoringStatusAndRefTagValidator.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MapScoringStatusAndRefTagValidator.h
hoot-core/src/main/cpp/hoot/core/scoring/MatchScoringMapPreparer.cpp
hoot-core/src/main/cpp/hoot/core/scoring/MatchScoringMapPreparer.h
hoot-core/src/main/cpp/hoot/core/util/GeometryConverter.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/IoUtils.cpp
hoot-core/src/main/cpp/hoot/core/util/LogGeneric.cpp
hoot-core/src/main/cpp/hoot/core/util/MapProjector.cpp
hoot-core/src/main/cpp/hoot/core/util/RngConsumer.h
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/AddAttributesVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/AddAttributesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/AddMeasurementTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ConflatableCriteriaVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/CountManualMatchesVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/CountManualMatchesVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/FilteredVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/FindIntersectionsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/FindIntersectionsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/IndexElementsVisitor.cpp
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/RandomElementRemover.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RandomElementRemover.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomElementRenamer.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RandomElementRenamer.h
hoot-core/src/main/cpp/hoot/core/visitors/RandomTagModifier.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RandomTagModifier.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/RandomWaySplitter.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RandomWaySplitter.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/RemoveRef2Visitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveRef2Visitor.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveRef2VisitorMultipleCriterion.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveRef2VisitorMultipleCriterion.h
hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveTagsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/SetTagValueVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/SetTagValueVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationComparisonVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ToEnglishTranslationComparisonVisitor.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/changeset/ChangesetReplacementCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/perty/PertyMatchScorerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/perty/PertyOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/perty/PertyTestRunnerTest.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/optimization/AbstractRegressionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/AbstractRegressionTestFitnessFunction.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/AbstractRegressionTestFitnessFunction.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/AbstractRegressionTest.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/AbstractTestFitnessFunction.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/AbstractTestFitnessFunction.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/CaseTestFitnessFunction.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/CaseTestFitnessFunction.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ConflateTestSettingsOptimizer.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ConflateTestSettingsOptimizer.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/PertyTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/PertyTestFitnessFunction.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/PertyTestFitnessFunction.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/PertyTest.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/RegressionTestSuite.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/RegressionTestSuite.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ReleaseTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ReleaseTestFitnessFunction.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ReleaseTestFitnessFunction.h
hoot-core-test/src/test/cpp/hoot/core/conflate/optimization/ReleaseTest.h
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/OsmJsonReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmXmlReaderTest.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/ops/FindIntersectionsOpTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/MapCleanerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/MapCropperTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/RandomNodeDuplicatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/RefRemoveOpTest.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/OverwriteTagMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/scoring/MapScoringStatusAndRefTagValidatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/test/SimpleTestListener.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/AddAttributesVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/CountManualMatchesVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/ImplicitPoiTypeTaggerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomElementRemoverTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomElementRenamerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomTagModifierTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomWayGeneralizerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RandomWaySplitterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RemoveElementsVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RemoveRef2VisitorMultipleCriterionTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/RemoveRef2VisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/SetTagValueVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/ToEnglishTranslationComparisonVisitorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/visitors/WayGeneralizeVisitorTest.cpp
Hootenanny.pro
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMerger.cpp
hoot-js/src/main/cpp/hoot/js/criterion/JsFunctionCriterion.h
hoot-js/src/main/cpp/hoot/js/io/MapIoJs.cpp
hoot-js/src/main/cpp/hoot/js/io/MapIoJs.h
hoot-js/src/main/cpp/hoot/js/io/OsmGeoJsonWriterJs.cpp
hoot-js/src/main/cpp/hoot/js/io/OsmGeoJsonWriterJs.h
hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h
hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/MultiaryScorePoiMatchesCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/NodeDensityTilesCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/conflate/multiary/MultiaryUtilities.cpp
hoot-rnd/src/main/cpp/hoot/rnd/io/MultiaryIngestChangesetReader.cpp
hoot-rnd/src/main/cpp/hoot/rnd/io/SparkChangesetWriter.h
hoot-rnd/src/main/cpp/hoot/rnd/io/SparkJsonWriter.h
hoot-rnd/src/main/cpp/hoot/rnd/ops/RandomMapCropper.cpp
hoot-rnd/src/main/cpp/hoot/rnd/ops/RandomMapCropper.h
hoot-rnd/src/main/cpp/hoot/rnd/util/TileUtils.cpp
hoot-rnd/src/main/cpp/hoot/rnd/util/TileUtils.h
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryHierarchicalClusterAlgorithmTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergeCacheTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryPoiMergerTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryReviewCommandTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryScoreCacheTest.cpp
hoot-rnd/src/test/cpp/hoot/rnd/conflate/multiary/MultiaryUtilitiesTest.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/auth/UserManagerImpl.java
hoot-services/src/main/java/hoot/services/controllers/auth/UserManager.java
hoot-services/src/main/java/hoot/services/controllers/conflation/ConflateCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/ExportCommand.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/grail/DeriveChangesetCommand.java
hoot-services/src/main/java/hoot/services/controllers/grail/GrailResource.java
hoot-services/src/main/java/hoot/services/controllers/grail/PullOverpassCommand.java
hoot-services/src/main/java/hoot/services/controllers/osm/map/DeleteMapResourcesCommand.java
hoot-services/src/main/java/hoot/services/controllers/osm/map/FolderResource.java
hoot-services/src/main/java/hoot/services/controllers/osm/user/UserResource.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/test/java/hoot/services/controllers/info/AdvancedOptResourceTest.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/ProcessPool.h
node-export-server/package.json
node-export-server/package-lock.json
README.md
rules/Area.js
rules/PoiGeneric.js
scripts/core/ServiceOsmApiDbHootApiDbConflate.sh
scripts/jenkins/Jenkinsfile
scripts/TestConfigure.sh
scripts/yum/hoot-repo.sh
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-combined-out-1.osm
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-conflated-out-1.osm
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-perturbed-out-1.osm
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-reference-in-1.osm
test-files/algorithms/perty/PertyMatchScorerTest/PertyMatchScorerTest-reference-out-1.osm
test-files/algorithms/perty/PertyTestRunnerTest/PertyTestRunnerTest-reference-in-1.osm
test-files/algorithms/RdpWayGeneralizerTest/RdpWayGeneralizerTestDataset1.txt
test-files/algorithms/RdpWayGeneralizerTest/RdpWayGeneralizerTestDataset2.txt
test-files/algorithms/RdpWayGeneralizerTest/runCalcPointsInput1aTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runCalcPointsInput1bTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runCalcPointsInput2aTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runCalcPointsInput2bTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runGeneralizeWayInput1NoInformationNodesTest-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runGeneralizeWayInput1WithInformationNodesTest2-out.osm
test-files/algorithms/RdpWayGeneralizerTest/runGeneralizeWayInput1WithInformationNodesTest-out.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-bridge-2/README.txt
test-files/cases/attribute/network/highway-2927-multiple-types-1/Expected.osm
test-files/cases/attribute/network/highway-2927-name-preservation-1/Expected.osm
test-files/cases/attribute/network/highway-2927-unmarked-ref-divided-road-1/Expected.osm
test-files/cases/attribute/unifying/building-3022-duplicate-relation-member-ways-1/Expected.osm
test-files/cases/attribute/unifying/building-3136-many-to-many-auto-merge-1/Expected.osm
test-files/cases/attribute/unifying/building-3184-completely-contained-1/Expected.osm
test-files/cases/attribute/unifying/building-3184-completely-contained-1/README.txt
test-files/cases/attribute/unifying/building-3323-height-tag-preservation-1/Expected.osm
test-files/cases/attribute/unifying/building-3323-height-tag-preservation-1/Input1.osm
test-files/cases/attribute/unifying/building-3323-height-tag-preservation-1/README.txt
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/Config.conf
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/Expected.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/Input1.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/Input2.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/README.txt
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-2/Expected.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-2/Input1.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-2/Input2.osm
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-2/README.txt
test-files/cases/attribute/unifying/Config.conf
test-files/cases/attribute/unifying/highway-2888/Expected.osm
test-files/cases/attribute/unifying/highway-2927-bridge-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-multiple-types-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-name-preservation-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-unmarked-ref-divided-road-1/Expected.osm
test-files/cases/attribute/unifying/highway-2927-way-member-tags-1/Expected.osm
test-files/cases/differential/building-3323-relation-roles-1/Expected.osm
test-files/cases/hoot-rnd/network/README.txt
test-files/cases/unifying/building-5/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-2/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-3/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-4/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-10/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-13/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-14/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-3/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-4/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-5/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-6/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-auto-merge-9/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-10/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-3/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-4/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-5/Expected.osm
test-files/cases/unifying/poi-polygon/poi-polygon-keep-closest-match-only-9/Expected.osm
test-files/cmd/glacial/CropRandomCmdTest/out.osm
test-files/cmd/glacial/CropRandomCmdTest/out-tiles.osm
test-files/cmd/glacial/GenerateAlphaShapeCmdTest/output-1.osm
test-files/cmd/glacial/GenerateAlphaShapeCmdTest/output-2.osm
test-files/cmd/glacial/GenerateAlphaShapeCmdTest/output-3.osm
test-files/cmd/glacial/GenerateAlphaShapeCmdTest.sh
test-files/cmd/glacial/GenerateAlphaShapeCmdTest.sh.stderr
test-files/cmd/glacial/GenerateAlphaShapeCmdTest.sh.stdout
test-files/cmd/glacial/ImplicitTypeDatabaseDeriverTest/ImplicitTypeDatabaseDeriverTest.implicitTagRules
test-files/cmd/glacial/ImplicitTypeDatabaseDeriverTest.sh
test-files/cmd/glacial/ImplicitTypeDatabaseDeriverTest.sh.stderr
test-files/cmd/glacial/ImplicitTypeDatabaseDeriverTest.sh.stdout
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest.sh
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest.sh.stderr
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest.sh.stdout
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-001/Expected.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-001/Input1.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-001/Input2.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-001/README.txt
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-002/Expected.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-002/Input1.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-002/Input2.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-002/README.txt
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-003/Expected.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-003/Input1.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-003/Input2.osm
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/static-tests/highway-003/README.txt
test-files/cmd/glacial/OptimizeNetworkConflateSettingsCmdTest/testSettings.json
test-files/cmd/glacial/PertyCmdTest/p_out.osm
test-files/cmd/glacial/PertyCmdTest.sh
test-files/cmd/glacial/PertyCmdTest.sh.stderr
test-files/cmd/glacial/PertyCmdTest.sh.stdout
test-files/cmd/glacial/PertyScoreCmdTest.sh
test-files/cmd/glacial/PertyScoreCmdTest.sh.stderr
test-files/cmd/glacial/PertyScoreCmdTest.sh.stdout
test-files/cmd/glacial/PertyTestCmdTest.sh
test-files/cmd/glacial/PertyTestCmdTest.sh.stderr
test-files/cmd/glacial/PertyTestCmdTest.sh.stdout
test-files/cmd/glacial/PoiPolygonConflateCombinedTest/output1.osm
test-files/cmd/glacial/PoiPolygonConflateStandaloneTest/output1.osm
test-files/cmd/glacial/RndCropRandomCommandTest.sh
test-files/cmd/glacial/RndCropRandomCommandTest.sh.stderr
test-files/cmd/glacial/RndCropRandomCommandTest.sh.stdout
test-files/cmd/glacial/RndServiceMultiaryPoiIngestCmdTest.sh
test-files/cmd/glacial/ScoreMatchesCmdTest.sh
test-files/cmd/glacial/ScoreMatchesCmdTest.sh.stderr
test-files/cmd/glacial/ScoreMatchesCmdTest.sh.stdout
test-files/cmd/glacial/serial/RndServiceNodeDensityTilesCmdTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest/ServiceChangesetReplacementAdditionalFiltersChainedTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersChainedTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersTest/ServiceChangesetReplacementAdditionalFiltersTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementAdditionalFiltersTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest/ServiceChangesetReplacementBuildingFullTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingFullTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest/ServiceChangesetReplacementBuildingStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingStrictTest.sh.stdout
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
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementBuildingTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest/ServiceChangesetReplacementEmptyGeometryFilterTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementEmptyGeometryFilterTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest/ServiceChangesetReplacementMultipleGeometryFiltersTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementMultipleGeometryFiltersTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictFullTest/ServiceChangesetReplacementPoiStrictFullTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictFullTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictFullTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictFullTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest/ServiceChangesetReplacementPoiStrictTest-db-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest/ServiceChangesetReplacementPoiStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementPoiStrictTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadFullTest.sh.off
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest/ServiceChangesetReplacementRoadStrictTest-xml-replaced.osm
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest.sh
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadStrictTest.sh.stdout
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
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest.sh.stderr
test-files/cmd/glacial/serial/ServiceChangesetReplacementRoadTest.sh.stdout
test-files/cmd/glacial/serial/ServiceChangesetReplacement.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/WriteNameCountsCmdTest.sh
test-files/cmd/glacial/WriteNameCountsCmdTest.sh.stderr
test-files/cmd/glacial/WriteNameCountsCmdTest.sh.stdout
test-files/cmd/quick/dirShpMultiLayerTranslationAssistantTest.sh
test-files/cmd/quick/regexTranslationAssistantTest.sh
test-files/cmd/quick/regexTranslationAssistantTest.sh.stderr
test-files/cmd/quick/regexTranslationAssistantTest.sh.stdout
test-files/cmd/quick/SchemaCmdTest.sh
test-files/cmd/quick/SchemaCmdTest.sh.stderr
test-files/cmd/quick/SchemaCmdTest.sh.stdout
test-files/cmd/quick/ServicesDbListMapsCmdTest.sh
test-files/cmd/quick/ServicesDbListMapsCmdTest.sh.stderr
test-files/cmd/quick/ServicesDbListMapsCmdTest.sh.stdout
test-files/cmd/slow/AreaConflateStandaloneTest/output1.osm
test-files/cmd/slow/CompareCmdTest.sh
test-files/cmd/slow/ConflateCmdStatsAllDataTypesTest.sh.stdout
test-files/cmd/slow/ConflateCmdStatsToyBuildingsTest.sh.stdout
test-files/cmd/slow/ConflateCmdTest/output.osm
test-files/cmd/slow/CookieCutCmdTest.sh
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-10.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-1.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-2.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-3.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-4.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-8.osc
test-files/cmd/slow/DeriveChangesetCmdTest/changeset-9.osc
test-files/cmd/slow/DiffConflateCmdTest/output.osc
test-files/cmd/slow/DiffConflateCmdTest/output.tags.osc
test-files/cmd/slow/DiffConflateCmdTest/output_unified.osc
test-files/cmd/slow/DiffConflateCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/Input1.osm
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/Input2.osm
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest/output.tags.osc
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest.sh
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest.sh.stderr
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest.sh.stdout
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/Ogr2OsmTranslation.sh
test-files/cmd/slow/ServiceHootApiDbConflateTest/output1.osm
test-files/cmd/slow/ServiceHootApiDbConflateTest.sh
test-files/cmd/slow/ServiceHootApiDbReaderCmdTest.sh
test-files/cmd/slow/SplitLongWaysTest.sh
test-files/cmd/slow/StatsFileTest.sh.stdout
test-files/conflate/poi-polygon/PoiPolygonMergerTest/toyScenario1Test.json
test-files/conflate/poi-polygon/PoiPolygonMergerTest/toyScenario2Test.json
test-files/conflate/poi-polygon/PoiPolygonMergerTest/toyScenario3Test.json
test-files/conflate/poi-polygon/PoiPolygonMergerTest/toyScenario4Test.json
test-files/conflate/polygon/BuildingMergerTest/runTagTest.json
test-files/io/OsmApiReaderTest/SimpleTestExpected.osm
test-files/io/OsmApiReaderTest/SplitTestExpected.osm
test-files/io/OsmApiReaderTest/ToyTestA-Part1.osm
test-files/io/OsmApiReaderTest/ToyTestA-Part2.osm
test-files/io/OsmApiReaderTest/ToyTestA-Part3.osm
test-files/io/OsmApiReaderTest/ToyTestA-Part4.osm
test-files/io/OsmJsonReaderTest/runBoundsLeaveConnectedOobWaysTest.osm
test-files/io/OsmXmlChangesetFileWriterTest/changeset.osc
test-files/io/OsmXmlReaderTest/runBoundsLeaveConnectedOobWaysTest.osm
test-files/ops/BuildingOutlineUpdateOp/UncleanableTopologiesOut.osm
test-files/ops/BuildingPartMergeOp/runPreserveTypesTestOut.osm
test-files/ops/BuildingPartMergeOp/runToyTestOut.osm
test-files/ops/FindIntersectionsOp/RailIntersections-Expected.osm
test-files/ops/FindIntersectionsOp/RailIntersections-Osm.osm
test-files/ops/FindIntersectionsOp/ToyTestA_intersections.osm
test-files/ops/MapCropper/runKeepFeaturesOnlyCompletelyInBoundsTest-2.osm
test-files/ops/RefRemoveOp/Toy.osm
test-files/ops/RefRemoveOp/ToyOutput.osm
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runBasicTest.implicitTagRules
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runDuplicateWordKeyCountTest-deduped-output
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runMultipleInputsTest.implicitTagRules
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runNameCaseTest.implicitTagRules
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runNameCaseTest.osm
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runSemicolonInNameTest.osm
test-files/schema/ImplicitTagRawRulesDeriverTest/ImplicitTagRawRulesDeriverTest-runTranslateNamesFalsePoiTest.implicitTagRules
test-files/schema/ImplicitTagRawRulesDeriverTest/philippines-1.osm.pbf
test-files/schema/ImplicitTagRawRulesDeriverTest/yemen-crop-2.osm.pbf
test-files/schema/ImplicitTagRulesDatabaseDeriverTest/ImplicitTagRulesDatabaseDeriverTest-custom-rules-list
test-files/schema/ImplicitTagRulesDatabaseDeriverTest/ImplicitTagRulesDatabaseDeriverTest-input.implicitTagRules
test-files/schema/ImplicitTagRulesDatabaseDeriverTest/ImplicitTagRulesDatabaseDeriverTest-runBasicTest.json
test-files/schema/ImplicitTagRulesDatabaseDeriverTest/ImplicitTagRulesDatabaseDeriverTest-tag-ignore-list
test-files/schema/ImplicitTagRulesDatabaseDeriverTest/ImplicitTagRulesDatabaseDeriverTest-word-ignore-list
test-files/scoring/MapScoringStatusAndRefTagValidatorTest/has-ref1-tags-only.osm
test-files/scoring/MapScoringStatusAndRefTagValidatorTest/has-ref2-tags-only.osm
test-files/translation_assistant/regex-translation.dbf
test-files/translation_assistant/regex-translation.js
test-files/translation_assistant/regex-translation.osm
test-files/translation_assistant/regex-translation.prj
test-files/translation_assistant/regex-translation.qpj
test-files/translation_assistant/regex-translation.shp
test-files/translation_assistant/regex-translation.shx
test-files/ui/features/advanced_options.feature
test-files/ui/Makefile
test-files/visitors/AddAttributesVisitorTest/runMultipleCriteriaTest.osm
test-files/visitors/AddAttributesVisitorTest/runNegatedFilterTest.osm
test-files/visitors/CountManualMatchesVisitorTest.osm
test-files/visitors/RandomWayGeneralizerTest/RandomWayGeneralizerTest-in-1.osm
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/RandomWaySplitterTest/RandomWaySplitterTest-in-1.osm
test-files/visitors/RandomWaySplitterTest/RandomWaySplitterTest-in-2.osm
test-files/visitors/RandomWaySplitterTest/RandomWaySplitterTest-out-1.osm
test-files/visitors/RandomWaySplitterTest/RandomWaySplitterTest-out-2.osm
test-files/visitors/RemoveElementsVisitorTest/RemoveElementsVisitorTest-runMultipleCriteriaTestOut.osm
test-files/visitors/RemoveRef2VisitorMultipleCriterionTest/RemoveRef2VisitorMultipleCriterionInput.osm
test-files/visitors/RemoveRef2VisitorMultipleCriterionTest/runToyTest1.json
test-files/visitors/RemoveRef2VisitorMultipleCriterionTest/runToyTest2.json
test-files/visitors/RemoveRef2VisitorTest/RemoveRef2VisitorInput.osm
test-files/visitors/RemoveRef2VisitorTest/runToyTest.json
test-files/visitors/ToEnglishTranslationComparisonVisitorTest/runTest-gold.osm
test-files/visitors/WayGeneralizeVisitorTest/runBasicTest.osm
translations/package.json
translations/package-lock.json
translations/PrintOsmDocs.js
translations/tds40.js
translations/tds61.js
translations/tds70.js
translations/test/facility.js
translations/test/mall_motor_vehicle.js
translations/test/marketplace.js
translations/test/measurement_fields.js
translations/test/school_grounds.js
translations/test/translation_assistant.js
translations/test/TranslationServer.js
translations/translate.js
translations/translation_assistant.js
translations/TranslationServer.js
VagrantProvisionCentOS7.sh
VagrantProvisionVars.sh

Clone this wiki locally