aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flag Vicmap complex data for manual maproulette reviewAndrew Harvey2021-06-098-2/+380
* hide addr:unit:prefix behind a flagAndrew Harvey2021-06-091-10/+9
* jsdoc toOSMAndrew Harvey2021-06-091-0/+4
* move large static data into libAndrew Harvey2021-06-094-141/+142
* update tests for includeDerivableProperties optionAndrew Harvey2021-06-091-4/+24
* cut header from sortAndrew Harvey2021-06-091-1/+1
* minor changes to compareSuburbAndrew Harvey2021-06-092-2/+4
* in compareSuburb use vicmap osm with suburb includedAndrew Harvey2021-06-091-1/+1
* fix typoAndrew Harvey2021-06-081-1/+1
* fix compareSuburbs now addr:suburb not included by defaultAndrew Harvey2021-06-083-2/+12
* create directories before trying to lsAndrew Harvey2021-06-081-0/+6
* download and extract source file first before converting to geojsonAndrew Harvey2021-06-081-0/+1
* link to wiki import documentationAndrew Harvey2021-06-081-0/+2
* exclude addr:suburb, addr:postcode, addr:state due to some opposition from th...Andrew Harvey2021-06-083-21/+27
* document import candidate categoriesAndrew Harvey2021-05-272-5/+27
* test upload to API dev serverAndrew Harvey2021-05-272-1/+65
* starting to sketch out candidates stageAndrew Harvey2021-05-276-5/+364
* save osm suburbs in cacheAndrew Harvey2021-05-272-0/+5
* 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
* 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
* blocks only needs NUMPOINTS attributeAndrew Harvey2021-05-252-2/+2
* avoid append in make fileAndrew Harvey2021-05-253-5/+341
* node 15 needed for String.replaceAllAndrew Harvey2021-05-252-2/+18
* expand road suffixAndrew Harvey2021-05-251-1/+8
* output maproulette challange for addresses which matched due to inside a poly...Andrew Harvey2021-05-251-1/+24
* :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 where...Andrew Harvey2021-05-251-12/+33
* upgrade to node 15 for String.replaceAll supportAndrew Harvey2021-05-254-4/+4
* ignore spaces when comparing housenumber and unitAndrew Harvey2021-05-251-2/+2
* do unit,number,street matching before point in polygon check to identify more...Andrew Harvey2021-05-251-56/+55
* slightly faster codeAndrew Harvey2021-05-251-1/+13
* use supported md syntax for imgAndrew Harvey2021-05-251-1/+1
* apply patch from https://github.com/pelias/polygon-lookup/pull/50 until a new...Andrew Harvey2021-05-252-0/+182
* more frequent status updatesAndrew Harvey2021-05-251-2/+2
* log progressAndrew Harvey2021-05-231-1/+1
* commit image in readmeAndrew Harvey2021-05-231-0/+0
* exactMatchLines as fgbAndrew Harvey2021-05-231-0/+1
* split coastal block by suburb to make it easier to deal withAndrew Harvey2021-05-232-2/+48
* unresolved community discussionAndrew Harvey2021-05-211-1/+4
* document comparison between vicmap suburb/postcode with osmAndrew Harvey2021-05-211-0/+22
* report postcodes per osm suburbAndrew Harvey2021-05-212-7/+62