aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* reorder features and set ids for better maproulette tasksAndrew Harvey2021-06-102-45/+69
|
* process from start to endAndrew Harvey2021-06-103-6/+8
|
* use Vicmap PFI ID as complex/building name feature idAndrew Harvey2021-06-101-0/+2
|
* fix check if complex/building names are exactly the same in OSMAndrew Harvey2021-06-092-2/+2
|
* also conflate vicmap building name with osmAndrew Harvey2021-06-092-1/+186
|
* flag Vicmap complex data for manual maproulette reviewAndrew Harvey2021-06-092-1/+280
|
* fix compareSuburbs now addr:suburb not included by defaultAndrew Harvey2021-06-081-1/+6
|
* exclude addr:suburb, addr:postcode, addr:state due to some opposition from ↵Andrew Harvey2021-06-081-1/+3
| | | | the local community
* document import candidate categoriesAndrew Harvey2021-05-271-2/+2
|
* test upload to API dev serverAndrew Harvey2021-05-271-0/+45
|
* starting to sketch out candidates stageAndrew Harvey2021-05-271-0/+197
|
* clean conflateAndrew Harvey2021-05-271-2/+2
|
* match unit as another solution to #7Andrew Harvey2021-05-261-6/+8
|
* null or undefined checkAndrew Harvey2021-05-261-1/+1
|
* addr:street must be present to matchAndrew Harvey2021-05-261-1/+2
|
* add rough script to find potential abbreviated addr:street types and suggest ↵Andrew Harvey2021-05-261-0/+107
| | | | fixes for maproulette
* only output _matches in debugAndrew Harvey2021-05-261-1/+3
|
* looser matching, ignoring some whitespace and caseAndrew Harvey2021-05-261-2/+7
|
* include osm poly in mr taskAndrew Harvey2021-05-251-1/+1
|
* check id found in blocks, due to bug in upstream libraryAndrew Harvey2021-05-251-0/+4
|
* simplify to type/idAndrew Harvey2021-05-251-2/+1
|
* include _osmtype and _osmid only in debug modeAndrew Harvey2021-05-251-2/+8
|
* output maproulette challange for addresses which matched due to inside a ↵Andrew Harvey2021-05-251-1/+24
| | | | polygon but have different tags
* :face_palm: matches unitless osm is already working in prior logicAndrew Harvey2021-05-251-33/+12
|
* in conflate, where vicmap is non-unit address, detect match against OSM ↵Andrew Harvey2021-05-251-12/+33
| | | | where the OSM addresses for that housenumber all have a unit
* ignore spaces when comparing housenumber and unitAndrew Harvey2021-05-251-2/+2
|
* do unit,number,street matching before point in polygon check to identify ↵Andrew Harvey2021-05-251-56/+55
| | | | more matches
* slightly faster codeAndrew Harvey2021-05-251-1/+13
|
* more frequent status updatesAndrew Harvey2021-05-251-2/+2
|
* log progressAndrew Harvey2021-05-231-1/+1
|
* report postcodes per osm suburbAndrew Harvey2021-05-211-6/+61
|
* script to compare where vicmap addr:suburb differs with osm admin boundary ↵Andrew Harvey2021-05-201-0/+101
| | | | suburb
* conflate debug output with lines joining matchesAndrew Harvey2021-05-201-1/+6
|
* addresses where interpolation line exists are fine to importAndrew Harvey2021-05-201-4/+6
|
* fix conflation issue due to out by one errorAndrew Harvey2021-05-201-4/+5
|
* script to set idAndrew Harvey2021-05-201-0/+68
|
* progress indicator for osm address polygon indexAndrew Harvey2021-05-191-0/+7
|
* in conflate only match when housenumber and street match AND are both set to ↵Andrew Harvey2021-05-191-2/+16
| | | | some value, and handle units in matching
* log progress as actual numberAndrew Harvey2021-05-195-11/+11
|
* fix vicmap2osm progress indicatorAndrew Harvey2021-05-191-0/+2
|
* update conflate.js to match polygons where not strictly withinAndrew Harvey2021-05-191-9/+48
|
* consistent loggingAndrew Harvey2021-05-191-3/+2
|
* sketch out possible MapRoulette Cooperative Challenge code for matchesAndrew Harvey2021-05-191-0/+81
|
* fix syntax errorAndrew Harvey2021-05-181-1/+1
|
* log process in vicmap2osmAndrew Harvey2021-05-181-0/+7
|
* detect when start/end regexp doesn't matchAndrew Harvey2021-05-181-5/+14
|
* improve performance by indexing by streetAndrew Harvey2021-05-183-39/+53
|
* add --verbose logging flagAndrew Harvey2021-05-182-4/+9
|
* fix bug in conflationAndrew Harvey2021-05-171-2/+2
|
* log match features in conflationAndrew Harvey2021-05-171-0/+1
|