aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove excessive development loggingAndrew Harvey2021-05-161-1/+0
|
* only log progress on TTY to avoid logging to gitlab ciAndrew Harvey2021-05-163-7/+7
|
* include withinrange in stageAndrew Harvey2021-05-161-0/+1
|
* use docker imagesAndrew Harvey2021-05-161-10/+2
|
* disable cache on dockerAndrew Harvey2021-05-161-0/+3
|
* fix dockerAndrew Harvey2021-05-163-6/+6
|
* curl -S illegal optionAndrew Harvey2021-05-163-3/+3
|
* docker images for ciAndrew Harvey2021-05-164-0/+67
|
* quick fix but need to investigate laterAndrew Harvey2021-05-151-1/+4
|
* test flats inside rangeAndrew Harvey2021-05-152-6/+40
|
* additional unit test covers retaining range midpoint with unitAndrew Harvey2021-05-151-6/+38
|
* fix reduceRangeDuplicates to only output debug stream with --debugAndrew Harvey2021-05-151-2/+4
|
* fix reduceRangeDuplicates and add testsAndrew Harvey2021-05-154-13/+135
|
* readmeAndrew Harvey2021-05-151-8/+18
|
* fix units to ranges to deal with complex casesAndrew Harvey2021-05-142-2/+25
|
* handle duplicate units when converting to rangesAndrew Harvey2021-05-142-1/+13
|
* update documentationAndrew Harvey2021-05-143-17/+25
|
* additional loggingAndrew Harvey2021-05-132-3/+13
|
* log message when regexp didn't match for prefix number suffixAndrew Harvey2021-05-131-0/+5
|
* 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
|
* because OSM tag values are limited to 255 characters, implement code to ↵Andrew Harvey2021-05-073-1/+84
| | | | split addr:flats across addr:flatsN
* fix syntax errorsAndrew Harvey2021-05-071-3/+4
|
* fix readmeAndrew Harvey2021-05-071-1/+1
|
* fix addr.osm.fgbAndrew Harvey2021-05-071-1/+1
|
* fix pg load of vmpropAndrew Harvey2021-05-071-1/+1
|
* reduce numbers within a range duplicationAndrew Harvey2021-05-076-2/+465
|
* fix building unit type filteringAndrew Harvey2021-05-061-1/+1
|
* clean dist targetAndrew Harvey2021-05-061-0/+4
|
* prefix and suffix support in unitsToRangesAndrew Harvey2021-05-062-4/+114
|
* filter out some unit building typesAndrew Harvey2021-05-053-7/+50
|
* fix reduce overlap to reduce addr:unit to addr:flats when two different ↵Andrew Harvey2021-05-051-85/+69
| | | | addresses are at the same point
* update docs on addr:unit:prefixAndrew Harvey2021-05-051-1/+1
|
* add targets to download existing addresses from OSMAndrew Harvey2021-05-053-1/+32
|
* mbtiles for debuggingAndrew Harvey2021-05-051-0/+3
|
* omit addr:unit:prefix since it complicates the processing and it is not ↵Andrew Harvey2021-05-052-1/+3
| | | | clear if it is even desired
* lib unitsToRangesAndrew Harvey2021-05-054-1/+68
|
* include debug in artifactsAndrew Harvey2021-05-051-0/+1
|
* include debug output in CI and increase memory allocationAndrew Harvey2021-05-051-2/+4
|
* document display addresses and unit typeAndrew Harvey2021-05-051-0/+14
|
* build vicmap extract for faster developmentAndrew Harvey2021-05-051-0/+3
|
* don't depend on shp file in Makefile to avoid re-building if our timestamps ↵Andrew Harvey2021-05-051-2/+2
| | | | don't match
* fix unit testAndrew Harvey2021-05-051-1/+0
|
* clean up debug logging, corner cases, and set addr:unit:prefixAndrew Harvey2021-05-057-74/+211
|
* fix bugs in reduceDuplicates.jsAndrew Harvey2021-05-041-10/+21
|
* don't include building / property nameAndrew Harvey2021-05-045-12/+17
|
* update testsAndrew Harvey2021-05-045-58/+121
|
* update jsdocAndrew Harvey2021-05-042-4/+2
|
* update ci to use new make targetsAndrew Harvey2021-05-041-1/+2
|