aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add rough script to find potential abbreviated addr:street types and suggest ...Andrew Harvey2021-05-261-0/+107
* 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 poly...Andrew Harvey2021-05-251-1/+24
* :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 where...Andrew Harvey2021-05-251-12/+33
* ignore spaces when comparing housenumber and unitAndrew Harvey2021-05-251-2/+2
* do unit,number,street matching before point in polygon check to identify more...Andrew Harvey2021-05-251-56/+55
* slightly faster codeAndrew Harvey2021-05-251-1/+13
* more frequent status updatesAndrew Harvey2021-05-251-2/+2
* log progressAndrew Harvey2021-05-231-1/+1
* report postcodes per osm suburbAndrew Harvey2021-05-211-6/+61
* script to compare where vicmap addr:suburb differs with osm admin boundary su...Andrew Harvey2021-05-201-0/+101
* 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
* script to set idAndrew Harvey2021-05-201-0/+68
* 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
* log progress as actual numberAndrew Harvey2021-05-195-11/+11
* fix vicmap2osm progress indicatorAndrew Harvey2021-05-191-0/+2
* update conflate.js to match polygons where not strictly withinAndrew Harvey2021-05-191-9/+48
* consistent loggingAndrew Harvey2021-05-191-3/+2
* sketch out possible MapRoulette Cooperative Challenge code for matchesAndrew Harvey2021-05-191-0/+81
* fix syntax errorAndrew Harvey2021-05-181-1/+1
* log process in vicmap2osmAndrew Harvey2021-05-181-0/+7
* detect when start/end regexp doesn't matchAndrew Harvey2021-05-181-5/+14
* improve performance by indexing by streetAndrew Harvey2021-05-183-39/+53
* add --verbose logging flagAndrew Harvey2021-05-182-4/+9
* 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
* only log progress on TTY to avoid logging to gitlab ciAndrew Harvey2021-05-163-7/+7
* test flats inside rangeAndrew Harvey2021-05-151-5/+7
* fix reduceRangeDuplicates to only output debug stream with --debugAndrew Harvey2021-05-151-2/+4
* fix reduceRangeDuplicates and add testsAndrew Harvey2021-05-151-12/+47
* additional loggingAndrew Harvey2021-05-131-2/+2
* fix reduceRangeDuplicatesAndrew Harvey2021-05-071-0/+1
* fix reduceOverlap to push feature not unit numberAndrew Harvey2021-05-071-1/+1
* limit addr:flats values to 255 charsAndrew Harvey2021-05-071-0/+22
* fix syntax errorsAndrew Harvey2021-05-071-3/+4
* reduce numbers within a range duplicationAndrew Harvey2021-05-071-0/+295