aboutsummaryrefslogtreecommitdiff
path: root/bin/conflate.js
Commit message (Collapse)AuthorAgeFilesLines
* 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