Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more frequent progress updates | Andrew Harvey | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | remove logging used during development | Andrew Harvey | 2021-07-01 | 1 | -1/+0 | |
| | ||||||
* | sketch out more import stages | Andrew Harvey | 2021-07-01 | 1 | -0/+17 | |
| | ||||||
* | fuzzy matches in conflation | Andrew Harvey | 2021-07-01 | 5 | -32/+190 | |
| | ||||||
* | unitFromNumber.osc | Andrew Harvey | 2021-07-01 | 3 | -1/+6 | |
| | ||||||
* | update docs | Andrew Harvey | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | conflate from vicmap-osm-uniq-flats-withinrange | Andrew Harvey | 2021-07-01 | 1 | -1/+1 | |
| | ||||||
* | within range provide a drop reason and consider parity of number | Andrew Harvey | 2021-07-01 | 3 | -3/+33 | |
| | ||||||
* | support _pfi for tracing | Andrew Harvey | 2021-06-30 | 1 | -9/+18 | |
| | ||||||
* | code comments | Andrew Harvey | 2021-06-30 | 2 | -2/+3 | |
| | ||||||
* | readme updates | Andrew Harvey | 2021-06-30 | 1 | -6/+6 | |
| | ||||||
* | fixes to reduceRangeDuplicates, require two passes for A/B rather than a ↵ | Andrew Harvey | 2021-06-30 | 5 | -59/+156 | |
| | | | | single pass | |||||
* | fix within range test | Andrew Harvey | 2021-06-30 | 2 | -1/+32 | |
| | ||||||
* | add debugging config | Andrew Harvey | 2021-06-30 | 1 | -0/+117 | |
| | ||||||
* | include units even when was unable to parse as prefix number postfix | Andrew Harvey | 2021-06-30 | 2 | -1/+8 | |
| | ||||||
* | import limitations | Andrew Harvey | 2021-06-23 | 1 | -0/+7 | |
| | ||||||
* | ignore - when comparing street names because of the differences between osm ↵ | Andrew Harvey | 2021-06-21 | 1 | -1/+1 | |
| | | | | and vicmap | |||||
* | build with suburb first because our code base needs suburb for duplicate ↵ | Andrew Harvey | 2021-06-21 | 1 | -1/+1 | |
| | | | | detection, they are subsequently removed | |||||
* | document debug outputs | Andrew Harvey | 2021-06-21 | 1 | -2/+1 | |
| | ||||||
* | fix readme instruction | Andrew Harvey | 2021-06-21 | 1 | -1/+1 | |
| | ||||||
* | update readme links | Andrew Harvey | 2021-06-21 | 1 | -2/+2 | |
| | ||||||
* | add TOC | Andrew Harvey | 2021-06-21 | 1 | -0/+2 | |
| | ||||||
* | debug output reduceDuplicates/droppedSameCoordinates and handle _pfi tags | Andrew Harvey | 2021-06-21 | 1 | -2/+17 | |
| | ||||||
* | mr_duplicateAddressFarApart | Andrew Harvey | 2021-06-21 | 2 | -3/+71 | |
| | ||||||
* | report overlaps | Andrew Harvey | 2021-06-18 | 3 | -0/+132 | |
| | ||||||
* | convert overlapping points into a range | Andrew Harvey | 2021-06-18 | 2 | -65/+88 | |
| | ||||||
* | Where one of the range endpoints is mapped with `addr:flats` and the range ↵ | Andrew Harvey | 2021-06-18 | 5 | -5/+112 | |
| | | | | itself has no `addr:flats` then the range is removed (for example at _116 Anderson Street, South Yarra_) | |||||
* | links to source files from docs | Andrew Harvey | 2021-06-17 | 1 | -17/+23 | |
| | ||||||
* | reduce duplicates stage depends on suburb to avoid matching addresses in ↵ | Andrew Harvey | 2021-06-17 | 1 | -1/+1 | |
| | | | | different suburbs, so include the tag for now | |||||
* | link to street abbreviation challenge | Andrew Harvey | 2021-06-15 | 1 | -1/+1 | |
| | ||||||
* | test xml entities encoding | Andrew Harvey | 2021-06-15 | 2 | -2/+62 | |
| | ||||||
* | link to postal_code on existing suburbs snippet | Andrew Harvey | 2021-06-14 | 1 | -1/+1 | |
| | ||||||
* | finding abbreviated addr:street | Andrew Harvey | 2021-06-14 | 2 | -0/+9 | |
| | ||||||
* | readme formatting | Andrew Harvey | 2021-06-14 | 1 | -1/+1 | |
| | ||||||
* | set Vicmap Address changeset tags in mr2osc | Andrew Harvey | 2021-06-14 | 1 | -11/+12 | |
| | ||||||
* | readme | Andrew Harvey | 2021-06-14 | 1 | -2/+4 | |
| | ||||||
* | readme | Andrew Harvey | 2021-06-14 | 1 | -3/+2 | |
| | ||||||
* | unit from number create changeset from maproulette setTags operations | Andrew Harvey | 2021-06-14 | 5 | -3/+467 | |
| | ||||||
* | build import of postal_code onto admin_level=10 boundaries | Andrew Harvey | 2021-06-11 | 3 | -18/+76 | |
| | ||||||
* | additional fgb | Andrew Harvey | 2021-06-11 | 1 | -0/+1 | |
| | ||||||
* | indlude osm type/id in admin_level=10 extract | Andrew Harvey | 2021-06-11 | 2 | -1/+13 | |
| | ||||||
* | explode unit/number into addr:unit and addr:housenumber | Andrew Harvey | 2021-06-10 | 3 | -3/+38 | |
| | ||||||
* | results as FGB for qgis viewing | Andrew Harvey | 2021-06-10 | 1 | -0/+6 | |
| | ||||||
* | way nodes not needed, and unset linear_tags to avoid duplicate features in ↵ | Andrew Harvey | 2021-06-10 | 1 | -2/+1 | |
| | | | | named OSM etract | |||||
* | reorder features and set ids for better maproulette tasks | Andrew Harvey | 2021-06-10 | 3 | -45/+71 | |
| | ||||||
* | doc updates | Andrew Harvey | 2021-06-10 | 1 | -2/+12 | |
| | ||||||
* | test upload to API dev server | Andrew Harvey | 2021-06-10 | 1 | -0/+3 | |
| | ||||||
* | process from start to end | Andrew Harvey | 2021-06-10 | 5 | -14/+31 | |
| | ||||||
* | don't depend on sources in Makefile to avoid rebuild instead of using from cache | Andrew Harvey | 2021-06-10 | 1 | -4/+4 | |
| | ||||||
* | use Vicmap PFI ID as complex/building name feature id | Andrew Harvey | 2021-06-10 | 1 | -0/+2 | |
| |