aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Andrew Harvey2021-06-083-21/+27
| | | | the local community
* 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
| | | | 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
|
* 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 ↵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
* 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 ↵Andrew Harvey2021-05-251-56/+55
| | | | more matches
* 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 ↵Andrew Harvey2021-05-252-0/+182
| | | | new release is cut
* 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
|
* fix makefileAndrew Harvey2021-05-201-1/+1
|
* handle vicmap locality special casesAndrew Harvey2021-05-202-1/+74
|
* report which suburbs differer in vicmap / osmAndrew Harvey2021-05-202-0/+4
|
* fix location of vicmap-osm.geojsonAndrew Harvey2021-05-201-1/+1
|
* script to compare where vicmap addr:suburb differs with osm admin boundary ↵Andrew Harvey2021-05-203-0/+139
| | | | suburb
* conflate debug output with lines joining matchesAndrew Harvey2021-05-203-1/+16
|
* 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
|