Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix reduceOverlap code which creates ranges if inputs are already ranges | Andrew Harvey | 2021-07-05 | 1 | -0/+171 |
| | |||||
* | update within range to accept comparing ranges | Andrew Harvey | 2021-07-05 | 1 | -2/+95 |
| | |||||
* | within range provide a drop reason and consider parity of number | Andrew Harvey | 2021-07-01 | 1 | -0/+12 |
| | |||||
* | fixes to reduceRangeDuplicates, require two passes for A/B rather than a ↵ | Andrew Harvey | 2021-06-30 | 3 | -25/+65 |
| | | | | single pass | ||||
* | fix within range test | Andrew Harvey | 2021-06-30 | 1 | -0/+28 |
| | |||||
* | include units even when was unable to parse as prefix number postfix | Andrew Harvey | 2021-06-30 | 1 | -0/+6 |
| | |||||
* | Where one of the range endpoints is mapped with `addr:flats` and the range ↵ | Andrew Harvey | 2021-06-18 | 1 | -0/+81 |
| | | | | itself has no `addr:flats` then the range is removed (for example at _116 Anderson Street, South Yarra_) | ||||
* | test xml entities encoding | Andrew Harvey | 2021-06-15 | 1 | -0/+61 |
| | |||||
* | update tests for includeDerivableProperties option | Andrew Harvey | 2021-06-09 | 1 | -4/+24 |
| | |||||
* | test flats inside range | Andrew Harvey | 2021-05-15 | 1 | -1/+33 |
| | |||||
* | additional unit test covers retaining range midpoint with unit | Andrew Harvey | 2021-05-15 | 1 | -6/+38 |
| | |||||
* | fix reduceRangeDuplicates and add tests | Andrew Harvey | 2021-05-15 | 1 | -0/+81 |
| | |||||
* | fix units to ranges to deal with complex cases | Andrew Harvey | 2021-05-14 | 1 | -1/+7 |
| | |||||
* | handle duplicate units when converting to ranges | Andrew Harvey | 2021-05-14 | 1 | -0/+12 |
| | |||||
* | because OSM tag values are limited to 255 characters, implement code to ↵ | Andrew Harvey | 2021-05-07 | 1 | -0/+66 |
| | | | | split addr:flats across addr:flatsN | ||||
* | reduce numbers within a range duplication | Andrew Harvey | 2021-05-07 | 1 | -0/+107 |
| | |||||
* | prefix and suffix support in unitsToRanges | Andrew Harvey | 2021-05-06 | 1 | -0/+48 |
| | |||||
* | lib unitsToRanges | Andrew Harvey | 2021-05-05 | 1 | -0/+43 |
| | |||||
* | fix unit test | Andrew Harvey | 2021-05-05 | 1 | -1/+0 |
| | |||||
* | update tests | Andrew Harvey | 2021-05-04 | 3 | -50/+120 |
| | |||||
* | add cluster library | Andrew Harvey | 2021-05-04 | 1 | -0/+83 |
| | |||||
* | add basic tests | Andrew Harvey | 2021-05-03 | 1 | -0/+49 |