Skip to content

v0.2.50..v0.2.51

Garret Voltz edited this page Jan 15, 2020 · 1 revision

.circleci/config.yml
conf/core/ConfigOptions.asciidoc
conf/core/Testing.conf
conf/schema/building.json
conf/schema/man_made.json
conf/services/conflateAdvOps.json
conf/services/conflationTypes.json
docs/algorithms/PoiToPolygonConflation.asciidoc
docs/commands/changeset-derive.asciidoc
docs/commands/changeset-derive-replacement.asciidoc
docs/commands/conflate.asciidoc
docs/commands/HootCommandLineReference.asciidoc
docs/commands/score-matches.asciidoc
docs/commands/split-map.asciidoc
docs/developer/HootenannyOsmApiDatabaseConflationNotes.asciidoc
docs/user/CommandLineExamples.asciidoc
docs/user/Hootenanny-id.asciidoc
Gemfile.lock
hoot-core/hoot-core.pro
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/ChangesetCreator.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetCreator.h
hoot-core/src/main/cpp/hoot/core/algorithms/changeset/ChangesetProvider.h
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/FeatureExtractorBase.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/IntersectionOverUnionExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/IntersectionOverUnionExtractor.h
hoot-core/src/main/cpp/hoot/core/algorithms/extractors/poi-polygon/PoiPolygonTypeScoreExtractor.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/FrechetDistance.h
hoot-core/src/main/cpp/hoot/core/algorithms/perty/PertyTestRunner.h
hoot-core/src/main/cpp/hoot/core/algorithms/ProbabilityOfMatch.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/OsmMapSplitter.cpp
hoot-core/src/main/cpp/hoot/core/algorithms/splitter/OsmMapSplitter.h
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/ConflateCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/LoginCmd.cpp
hoot-core/src/main/cpp/hoot/core/cmd/SplitMapCmd.cpp
hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.cpp
hoot-core/src/main/cpp/hoot/core/conflate/address/AddressParser.h
hoot-core/src/main/cpp/hoot/core/conflate/address/AddressTagKeys.h
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/HighwaySnapMerger.cpp
hoot-core/src/main/cpp/hoot/core/conflate/highway/HighwayTagOnlyMerger.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/merging/MergerBase.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/MergerFactory.h
hoot-core/src/main/cpp/hoot/core/conflate/merging/Merger.h
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/PartialNetworkMerger.cpp
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/PoiPolygonRfClassifier.cpp
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/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/BuildingMerger.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/AttributeValueCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/HasAddressCriterion.cpp
hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.cpp
hoot-core/src/main/cpp/hoot/core/criterion/IdTagMatchesId.h
hoot-core/src/main/cpp/hoot/core/elements/ElementAttributeType.h
hoot-core/src/main/cpp/hoot/core/elements/ElementComparer.cpp
hoot-core/src/main/cpp/hoot/core/elements/ElementConverter.cpp
hoot-core/src/main/cpp/hoot/core/elements/Element.h
hoot-core/src/main/cpp/hoot/core/elements/ElementType.h
hoot-core/src/main/cpp/hoot/core/elements/ElementVisitor.h
hoot-core/src/main/cpp/hoot/core/elements/InMemoryElementSorter.cpp
hoot-core/src/main/cpp/hoot/core/elements/Node.cpp
hoot-core/src/main/cpp/hoot/core/elements/Node.h
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/Relation.cpp
hoot-core/src/main/cpp/hoot/core/elements/Relation.h
hoot-core/src/main/cpp/hoot/core/elements/Tags.cpp
hoot-core/src/main/cpp/hoot/core/elements/Tags.h
hoot-core/src/main/cpp/hoot/core/elements/Way.h
hoot-core/src/main/cpp/hoot/core/index/metric-hybrid/Node.h
hoot-core/src/main/cpp/hoot/core/io/ApiDb.h
hoot-core/src/main/cpp/hoot/core/io/OgrUtilities.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangesetElement.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiChangeset.h
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbSqlChangesetFileWriter.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmApiDbSqlChangesetFileWriter.h
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/OsmChangesetFileWriterFactory.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmChangesetFileWriterFactory.h
hoot-core/src/main/cpp/hoot/core/io/OsmChangesetFileWriter.h
hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.cpp
hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriterFactory.h
hoot-core/src/main/cpp/hoot/core/io/OsmChangeWriter.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/OsmMapReader.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/language/ToEnglishAddressTranslator.h
hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/CopyMapSubsetOp.h
hoot-core/src/main/cpp/hoot/core/ops/MapCropper.cpp
hoot-core/src/main/cpp/hoot/core/ops/OsmMapOperation.h
hoot-core/src/main/cpp/hoot/core/ops/RelationCircularRefRemover.h
hoot-core/src/main/cpp/hoot/core/ops/RelationWithMostMembersOp.cpp
hoot-core/src/main/cpp/hoot/core/ops/SmallWayMerger.cpp
hoot-core/src/main/cpp/hoot/core/ops/UnconnectedWaySnapper.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/ScoreMatrix.h
hoot-core/src/main/cpp/hoot/core/scoring/MapComparator.cpp
hoot-core/src/main/cpp/hoot/core/util/IdGenerator.h
hoot-core/src/main/cpp/hoot/core/visitors/DecomposeBuildingRelationsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/FilteredVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/geometrymodifiers/PolyClusterGeoModifierAction.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ImplicitTypeTaggerBase.cpp
hoot-core/src/main/cpp/hoot/core/visitors/KeepTagsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveEmptyAreasVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/RemoveMissingElementsVisitor.h
hoot-core/src/main/cpp/hoot/core/visitors/ReportMissingElementsVisitor.cpp
hoot-core/src/main/cpp/hoot/core/visitors/ReportMissingElementsVisitor.h
hoot-core-test/src/test/cpp/hoot/core/algorithms/extractors/AddressScoreExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/extractors/IntersectionOverUnionExtractorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/splitter/MultiLineStringSplitterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/algorithms/splitter/OsmMapSplitterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/polygon/BuildingMatchCreatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/conflate/polygon/BuildingMergerTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmApiChangesetElementTest.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/OsmJsonReaderTest.cpp
hoot-core-test/src/test/cpp/hoot/core/io/OsmXmlChangesetFileWriterTest.cpp
hoot-core-test/src/test/cpp/hoot/core/ops/ManualMatchValidatorTest.cpp
hoot-core-test/src/test/cpp/hoot/core/TestUtils.cpp
hoot-core-test/src/test/cpp/hoot/core/TestUtils.h
hoot-js/src/main/cpp/hoot/js/conflate/matching/ScriptMatchCreator.cpp
hoot-js/src/main/cpp/hoot/js/conflate/merging/ScriptMergerCreator.h
hoot-js/src/main/cpp/hoot/js/schema/JavaScriptSchemaTranslator.cpp
hoot-js/src/main/cpp/hoot/js/util/LogJs.cpp
hoot-rnd/src/main/cpp/hoot/rnd/cmd/CropRandomCmd.cpp
hoot-rnd/src/main/cpp/hoot/rnd/io/SparkChangesetWriter.cpp
hoot-rnd/src/main/cpp/hoot/rnd/scoring/multiary/MultiaryMatchComparator.cpp
hoot-services/src/main/java/hoot/services/controllers/conflation/ConflateResource.java
hoot-services/src/main/java/hoot/services/controllers/conflation/UpdateMapTagsCommand.java
hoot-services/src/main/java/hoot/services/controllers/export/ExportCommand.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/PullOverpassCommand.java
hoot-services/src/main/java/hoot/services/controllers/ingest/ImportCommand.java
hoot-services/src/main/java/hoot/services/controllers/job/JobResource.java
hoot-services/src/main/java/hoot/services/controllers/job/JobStatusResponse.java
hoot-services/src/main/java/hoot/services/controllers/jobs/JobHistory.java
hoot-services/src/main/java/hoot/services/controllers/jobs/JobsResource.java
hoot-services/src/main/java/hoot/services/job/Job.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/jobs/JobsStatusesManagerImpl.java
hoot-services/src/main/java/hoot/services/jobs/JobsStatusesManager.java
hoot-services/src/main/java/hoot/services/models/db/JobStatus.java
hoot-services/src/main/java/hoot/services/models/db/QJobStatus.java
hoot-services/src/main/java/hoot/services/models/osm/Map.java
hoot-services/src/main/java/hoot/services/models/osm/MapLayer.java
hoot-services/src/main/java/hoot/services/utils/DbUtils.java
hoot-services/src/main/resources/db/changelogs/029-AddJobStatusTags.xml
hoot-services/src/main/resources/db/db.properties.in
hoot-services/src/test/java/hoot/services/controllers/jobs/JobsResourceTest.java
scripts/copyright/UpdateAllCopyrightHeaders.sh
scripts/copyright/UpdateDirCopyrightHeaders.sh
scripts/core/ServiceOsmApiDbHootApiDbConflate.sh
scripts/database/DeleteOldDatasets.sql
scripts/TestConfigure.sh
sonar-project.properties
test-files/algorithms/extractors/IntersectionOverUnionExtractorTest/IntersectionOverUnionExtractorTest-in.osm
test-files/algorithms/splitter/OsmMapSplitterTestInput_Boston.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_Boston-00001.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_Boston-00002.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_Boston-00003.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_Boston.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_ToyTest-00001.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_ToyTest-00002.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_ToyTest-00003.osm
test-files/algorithms/splitter/OsmMapSplitterTestOutput_ToyTest.osm
test-files/algorithms/splitter/OsmMapSplitterTestTiles_Boston.geojson
test-files/algorithms/splitter/OsmMapSplitterTestTiles_ToyTest.geojson
test-files/cases/attribute/network/Config.conf
test-files/cases/attribute/unifying/building-3406-adjoining-buildings-1/Config.conf
test-files/cases/attribute/unifying/building-3441-townhouses/Expected.osm
test-files/cases/attribute/unifying/building-3441-townhouses/Input1.osm
test-files/cases/attribute/unifying/building-3441-townhouses/Input2.osm
test-files/cases/attribute/unifying/building-3441-townhouses/README.txt
test-files/cases/attribute/unifying/Config.conf
test-files/cases/attribute/unifying/highway-2927-name-preservation-1.off/Expected.osm
test-files/cases/attribute/unifying/highway-2927-name-preservation-1.off/Input1.osm
test-files/cases/attribute/unifying/highway-2927-name-preservation-1.off/Input2.osm
test-files/cases/attribute/unifying/highway-2927-name-preservation-1.off/README.txt
test-files/cases/differential/Config.conf
test-files/cases/differential/reviews-as-matches-off-3387-1/Config.conf
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-unifying-1/Config.conf
test-files/cases/hoot-js/Config.conf
test-files/cases/hoot-js/line-generic-1/Config.conf
test-files/cases/hoot-js/poi/Config.conf
test-files/cases/hoot-rnd/multiary-poi/Config.conf
test-files/cases/hoot-rnd/network/Config.conf
test-files/cases/network/Config.conf
test-files/cases/README
test-files/cases/roundabouts/Config.conf
test-files/cases/unifying/building-3441-addresses-1/Config.conf
test-files/cases/unifying/building-3441-addresses-1/Expected.osm
test-files/cases/unifying/building-3441-addresses-1/Input1.osm
test-files/cases/unifying/building-3441-addresses-1/Input2.osm
test-files/cases/unifying/building-3441-addresses-1/README.txt
test-files/cases/unifying/building-3441-addresses-2/Config.conf
test-files/cases/unifying/building-3441-addresses-2/Expected.osm
test-files/cases/unifying/building-3441-addresses-2/Input1.osm
test-files/cases/unifying/building-3441-addresses-2/Input2.osm
test-files/cases/unifying/building-3441-addresses-2/README.txt
test-files/cases/unifying/building-3441-townhouses/Expected.osm
test-files/cases/unifying/building-3441-townhouses/Input1.osm
test-files/cases/unifying/building-3441-townhouses/Input2.osm
test-files/cases/unifying/building-3441-townhouses/README.txt
test-files/cases/unifying/Config.conf
test-files/cases/unifying/highway-search-radius-1/Config.conf
test-files/cmd/glacial/NonDestructiveConflationTest.sh
test-files/cmd/quick/ConvertToKml/Expected.kml
test-files/cmd/quick/ConvertToKml.sh
test-files/cmd/quick/ConvertToKml.sh.stderr
test-files/cmd/quick/ConvertToKml.sh.stdout
test-files/cmd/quick/ServiceDbListMapsCmdTest.sh
test-files/cmd/quick/ServiceDbListMapsCmdTest.sh.stderr
test-files/cmd/quick/ServiceDbListMapsCmdTest.sh.stdout
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-10.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-1.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-2.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-3.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-4.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-8.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/changeset-9.osc
test-files/cmd/slow/ChangesetDeriveCmdTest/map1.osm
test-files/cmd/slow/ChangesetDeriveCmdTest/map2.osm
test-files/cmd/slow/ChangesetDeriveCmdTest/map3.osm
test-files/cmd/slow/ChangesetDeriveCmdTest.sh
test-files/cmd/slow/ChangesetDeriveCmdTest.sh.stderr
test-files/cmd/slow/ChangesetDeriveCmdTest.sh.stdout
test-files/cmd/slow/DiffConflateCmdTest.sh
test-files/cmd/slow/DiffConflateTagChangeDifferingGeometriesTest.sh.stdout
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest/input2.osm
test-files/cmd/slow/NetworkConflateCmdRelationEdgeTest.sh.stdout
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest/changeset.osc.sql
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest/output.osm
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest.sh
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest.sh.stderr
test-files/cmd/slow/serial/ServiceChangesetApplyCmdTest.sh.stdout
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest/changeset-1.osc.sql
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest/changeset-2.osc.sql
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest/changeset-3.osc.sql
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest/changeset-4.osc.sql
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest.sh
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest.sh.stderr
test-files/cmd/slow/serial/ServiceChangesetDeriveCmdSqlTest.sh.stdout
test-files/cmd/slow/serial/ServiceDiffNetworkRoadSnapTest/out.osm
test-files/cmd/slow/serial/ServiceDiffNetworkRoadSnapTest.sh
test-files/cmd/slow/serial/ServiceDiffNetworkRoadSnapTest.sh.stderr
test-files/cmd/slow/serial/ServiceDiffNetworkRoadSnapTest.sh.stdout
test-files/cmd/slow/serial/ServiceDiffRoadSnapTest.sh.off
test-files/cmd/slow/serial/ServiceDiffRoadSnapTest.sh.stderr
test-files/cmd/slow/serial/ServiceDiffRoadSnapTest.sh.stdout
test-files/cmd/slow/serial/ServiceDiffUnifyingRoadSnapTest/out.osm
test-files/cmd/slow/serial/ServiceDiffUnifyingRoadSnapTest.sh
test-files/cmd/slow/serial/ServiceDiffUnifyingRoadSnapTest.sh.stderr
test-files/cmd/slow/serial/ServiceDiffUnifyingRoadSnapTest.sh.stdout
test-files/cmd/slow/SortCmdTest.sh.stdout
test-files/io/OsmChangesetElementTest/ChangesetConflictExpected-error.osc
test-files/io/OsmChangesetElementTest/ChangesetErrorFixErrors.osc
test-files/io/OsmChangesetElementTest/ChangesetMergeExpected.osc
test-files/io/OsmChangesetElementTest/DeleteSplit1.osc
test-files/io/OsmChangesetElementTest/DeleteSplit3.osc
test-files/io/OsmChangesetElementTest/DeleteSplit4.osc
test-files/io/OsmChangesetElementTest/RetryConflictExpected-error.osc
test-files/io/OsmJsonReaderTest/elementTypeUnorderedMissingTest1.osm
test-files/io/OsmJsonReaderTest/elementTypeUnorderedMissingTest2.osm
test-files/io/OsmJsonReaderTest/elementTypeUnorderedMissingTest-in.json
test-files/io/OsmJsonReaderTest/elementTypeUnorderedTest1.osm
test-files/io/OsmJsonReaderTest/elementTypeUnorderedTest2.osm
test-files/io/OsmJsonReaderTest/elementTypeUnorderedTest-in.json
tgs/src/main/cpp/tgs/RandomForest/MultithreadedRandomForest.h
tgs/src/main/cpp/tgs/RandomForest/RandomForest.h
translations/dnc_rules.js
translations/fcode_common.js
translations/geonames_core.js
translations/geonames_rules.js
translations/ggdm30.js
translations/gifd_d4_core.js
translations/gifd_d4_rules.js
translations/mgcp.js
translations/mgcp_rules.js
translations/tds40_rules.js
translations/tds61_rules.js
translations/tds70_rules.js
translations/test/TranslationServer.js
translations/UFD_to_OSM.js
VagrantProvisionCentOS7.sh

Clone this wiki locally