aboutsummaryrefslogtreecommitdiff
path: root/bin/reduceOverlap.js
Commit message (Expand)AuthorAgeFilesLines
* only include addr:flats if not too longAndrew Harvey2022-05-211-1/+4
* more explanatory messageAndrew Harvey2021-07-051-1/+1
* fix reduce overlap where range is firstAndrew Harvey2021-07-051-0/+6
* fix reduceOverlap code which creates ranges if inputs are already rangesAndrew Harvey2021-07-051-1/+7
* support _pfi for tracingAndrew Harvey2021-06-301-9/+18
* code commentsAndrew Harvey2021-06-301-1/+1
* convert overlapping points into a rangeAndrew Harvey2021-06-181-59/+82
* Where one of the range endpoints is mapped with `addr:flats` and the range it...Andrew Harvey2021-06-181-2/+8
* explode unit/number into addr:unit and addr:housenumberAndrew Harvey2021-06-101-1/+1
* log progress as actual numberAndrew Harvey2021-05-191-3/+3
* improve performance by indexing by streetAndrew Harvey2021-05-181-2/+3
* add --verbose logging flagAndrew Harvey2021-05-181-3/+8
* only log progress on TTY to avoid logging to gitlab ciAndrew Harvey2021-05-161-2/+2
* additional loggingAndrew Harvey2021-05-131-2/+2
* 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 reduce overlap to reduce addr:unit to addr:flats when two different addre...Andrew Harvey2021-05-051-85/+69
* lib unitsToRangesAndrew Harvey2021-05-051-0/+1
* clean up debug logging, corner cases, and set addr:unit:prefixAndrew Harvey2021-05-051-42/+82
* don't include building / property nameAndrew Harvey2021-05-041-3/+2
* major refactor and improvementsAndrew Harvey2021-05-041-0/+205