Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove excessive development logging | Andrew Harvey | 2021-05-16 | 1 | -1/+0 |
| | |||||
* | only log progress on TTY to avoid logging to gitlab ci | Andrew Harvey | 2021-05-16 | 3 | -7/+7 |
| | |||||
* | include withinrange in stage | Andrew Harvey | 2021-05-16 | 1 | -0/+1 |
| | |||||
* | use docker images | Andrew Harvey | 2021-05-16 | 1 | -10/+2 |
| | |||||
* | disable cache on docker | Andrew Harvey | 2021-05-16 | 1 | -0/+3 |
| | |||||
* | fix docker | Andrew Harvey | 2021-05-16 | 3 | -6/+6 |
| | |||||
* | curl -S illegal option | Andrew Harvey | 2021-05-16 | 3 | -3/+3 |
| | |||||
* | docker images for ci | Andrew Harvey | 2021-05-16 | 4 | -0/+67 |
| | |||||
* | quick fix but need to investigate later | Andrew Harvey | 2021-05-15 | 1 | -1/+4 |
| | |||||
* | test flats inside range | Andrew Harvey | 2021-05-15 | 2 | -6/+40 |
| | |||||
* | additional unit test covers retaining range midpoint with unit | Andrew Harvey | 2021-05-15 | 1 | -6/+38 |
| | |||||
* | fix reduceRangeDuplicates to only output debug stream with --debug | Andrew Harvey | 2021-05-15 | 1 | -2/+4 |
| | |||||
* | fix reduceRangeDuplicates and add tests | Andrew Harvey | 2021-05-15 | 4 | -13/+135 |
| | |||||
* | readme | Andrew Harvey | 2021-05-15 | 1 | -8/+18 |
| | |||||
* | fix units to ranges to deal with complex cases | Andrew Harvey | 2021-05-14 | 2 | -2/+25 |
| | |||||
* | handle duplicate units when converting to ranges | Andrew Harvey | 2021-05-14 | 2 | -1/+13 |
| | |||||
* | update documentation | Andrew Harvey | 2021-05-14 | 3 | -17/+25 |
| | |||||
* | additional logging | Andrew Harvey | 2021-05-13 | 2 | -3/+13 |
| | |||||
* | log message when regexp didn't match for prefix number suffix | Andrew Harvey | 2021-05-13 | 1 | -0/+5 |
| | |||||
* | fix reduceRangeDuplicates | Andrew Harvey | 2021-05-07 | 1 | -0/+1 |
| | |||||
* | fix reduceOverlap to push feature not unit number | Andrew Harvey | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | limit addr:flats values to 255 chars | Andrew Harvey | 2021-05-07 | 1 | -0/+22 |
| | |||||
* | because OSM tag values are limited to 255 characters, implement code to ↵ | Andrew Harvey | 2021-05-07 | 3 | -1/+84 |
| | | | | split addr:flats across addr:flatsN | ||||
* | fix syntax errors | Andrew Harvey | 2021-05-07 | 1 | -3/+4 |
| | |||||
* | fix readme | Andrew Harvey | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | fix addr.osm.fgb | Andrew Harvey | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | fix pg load of vmprop | Andrew Harvey | 2021-05-07 | 1 | -1/+1 |
| | |||||
* | reduce numbers within a range duplication | Andrew Harvey | 2021-05-07 | 6 | -2/+465 |
| | |||||
* | fix building unit type filtering | Andrew Harvey | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | clean dist target | Andrew Harvey | 2021-05-06 | 1 | -0/+4 |
| | |||||
* | prefix and suffix support in unitsToRanges | Andrew Harvey | 2021-05-06 | 2 | -4/+114 |
| | |||||
* | filter out some unit building types | Andrew Harvey | 2021-05-05 | 3 | -7/+50 |
| | |||||
* | fix reduce overlap to reduce addr:unit to addr:flats when two different ↵ | Andrew Harvey | 2021-05-05 | 1 | -85/+69 |
| | | | | addresses are at the same point | ||||
* | update docs on addr:unit:prefix | Andrew Harvey | 2021-05-05 | 1 | -1/+1 |
| | |||||
* | add targets to download existing addresses from OSM | Andrew Harvey | 2021-05-05 | 3 | -1/+32 |
| | |||||
* | mbtiles for debugging | Andrew Harvey | 2021-05-05 | 1 | -0/+3 |
| | |||||
* | omit addr:unit:prefix since it complicates the processing and it is not ↵ | Andrew Harvey | 2021-05-05 | 2 | -1/+3 |
| | | | | clear if it is even desired | ||||
* | lib unitsToRanges | Andrew Harvey | 2021-05-05 | 4 | -1/+68 |
| | |||||
* | include debug in artifacts | Andrew Harvey | 2021-05-05 | 1 | -0/+1 |
| | |||||
* | include debug output in CI and increase memory allocation | Andrew Harvey | 2021-05-05 | 1 | -2/+4 |
| | |||||
* | document display addresses and unit type | Andrew Harvey | 2021-05-05 | 1 | -0/+14 |
| | |||||
* | build vicmap extract for faster development | Andrew Harvey | 2021-05-05 | 1 | -0/+3 |
| | |||||
* | don't depend on shp file in Makefile to avoid re-building if our timestamps ↵ | Andrew Harvey | 2021-05-05 | 1 | -2/+2 |
| | | | | don't match | ||||
* | fix unit test | Andrew Harvey | 2021-05-05 | 1 | -1/+0 |
| | |||||
* | clean up debug logging, corner cases, and set addr:unit:prefix | Andrew Harvey | 2021-05-05 | 7 | -74/+211 |
| | |||||
* | fix bugs in reduceDuplicates.js | Andrew Harvey | 2021-05-04 | 1 | -10/+21 |
| | |||||
* | don't include building / property name | Andrew Harvey | 2021-05-04 | 5 | -12/+17 |
| | |||||
* | update tests | Andrew Harvey | 2021-05-04 | 5 | -58/+121 |
| | |||||
* | update jsdoc | Andrew Harvey | 2021-05-04 | 2 | -4/+2 |
| | |||||
* | update ci to use new make targets | Andrew Harvey | 2021-05-04 | 1 | -1/+2 |
| |