aboutsummaryrefslogtreecommitdiff
path: root/bin/conflate.js
Commit message (Collapse)AuthorAgeFilesLines
* fix compare in conflateAndrew Harvey2022-05-211-2/+4
|
* fix reduce overlap where range is firstAndrew Harvey2021-07-051-1/+9
|
* mr changes in conflation for exact match where some attribute differsAndrew Harvey2021-07-041-3/+59
|
* remove tracing and non-uploaded tagsAndrew Harvey2021-07-041-0/+8
|
* fuzzy matches in conflationAndrew Harvey2021-07-011-32/+177
|
* ignore - when comparing street names because of the differences between osm ↵Andrew Harvey2021-06-211-1/+1
| | | | and vicmap
* explode unit/number into addr:unit and addr:housenumberAndrew Harvey2021-06-101-2/+33
|
* process from start to endAndrew Harvey2021-06-101-1/+1
|
* clean conflateAndrew Harvey2021-05-271-2/+2
|
* match unit as another solution to #7Andrew Harvey2021-05-261-6/+8
|
* null or undefined checkAndrew Harvey2021-05-261-1/+1
|
* addr:street must be present to matchAndrew Harvey2021-05-261-1/+2
|
* only output _matches in debugAndrew Harvey2021-05-261-1/+3
|
* looser matching, ignoring some whitespace and caseAndrew Harvey2021-05-261-2/+7
|
* include osm poly in mr taskAndrew Harvey2021-05-251-1/+1
|
* check id found in blocks, due to bug in upstream libraryAndrew Harvey2021-05-251-0/+4
|
* simplify to type/idAndrew Harvey2021-05-251-2/+1
|
* include _osmtype and _osmid only in debug modeAndrew Harvey2021-05-251-2/+8
|
* output maproulette challange for addresses which matched due to inside a ↵Andrew Harvey2021-05-251-1/+24
| | | | polygon but have different tags
* :face_palm: matches unitless osm is already working in prior logicAndrew Harvey2021-05-251-33/+12
|
* in conflate, where vicmap is non-unit address, detect match against OSM ↵Andrew Harvey2021-05-251-12/+33
| | | | where the OSM addresses for that housenumber all have a unit
* ignore spaces when comparing housenumber and unitAndrew Harvey2021-05-251-2/+2
|
* do unit,number,street matching before point in polygon check to identify ↵Andrew Harvey2021-05-251-56/+55
| | | | more matches
* slightly faster codeAndrew Harvey2021-05-251-1/+13
|
* more frequent status updatesAndrew Harvey2021-05-251-2/+2
|
* log progressAndrew Harvey2021-05-231-1/+1
|
* conflate debug output with lines joining matchesAndrew Harvey2021-05-201-1/+6
|
* addresses where interpolation line exists are fine to importAndrew Harvey2021-05-201-4/+6
|
* fix conflation issue due to out by one errorAndrew Harvey2021-05-201-4/+5
|
* progress indicator for osm address polygon indexAndrew Harvey2021-05-191-0/+7
|
* in conflate only match when housenumber and street match AND are both set to ↵Andrew Harvey2021-05-191-2/+16
| | | | some value, and handle units in matching
* log progress as actual numberAndrew Harvey2021-05-191-2/+2
|
* update conflate.js to match polygons where not strictly withinAndrew Harvey2021-05-191-9/+48
|
* consistent loggingAndrew Harvey2021-05-191-3/+2
|
* fix bug in conflationAndrew Harvey2021-05-171-2/+2
|
* log match features in conflationAndrew Harvey2021-05-171-0/+1
|
* refactor pipeline stagesAndrew Harvey2021-05-171-13/+5
|
* include broken conflation scriptAndrew Harvey2021-05-171-0/+231