aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* script to set idAndrew Harvey2021-05-201-0/+68
|
* dedicated import accountAndrew Harvey2021-05-201-3/+5
|
* stagesAndrew Harvey2021-05-201-1/+3
|
* update stages docsAndrew Harvey2021-05-201-2/+6
|
* 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
|
* convert dist/conflate to fgb for faster loading in qgisAndrew Harvey2021-05-191-0/+7
|
* dist created within make targetAndrew Harvey2021-05-191-1/+0
|
* build dist/blocksByOSMAddr.geojson as needed by conflate.jsAndrew Harvey2021-05-191-0/+1
|
* fix vicmap2osm progress indicatorAndrew Harvey2021-05-191-0/+2
|
* update conflate.js to match polygons where not strictly withinAndrew Harvey2021-05-193-10/+144
|
* community feedback to replace addr:city with addr:suburbAndrew Harvey2021-05-191-0/+1
|
* log summaryAndrew Harvey2021-05-191-0/+1
|
* clarify unit type is omitted but unit value is retainedAndrew Harvey2021-05-191-1/+1
|
* document some community feedbackAndrew Harvey2021-05-191-0/+11
|
* consistent loggingAndrew Harvey2021-05-191-3/+2
|
* sketch out possible MapRoulette Cooperative Challenge code for matchesAndrew Harvey2021-05-193-0/+96
|
* document where addresse may exist in OSMAndrew Harvey2021-05-191-0/+13
|
* make :| didn't do what I had expectedAndrew Harvey2021-05-191-29/+33
|
* make destination directory for conflateAndrew Harvey2021-05-181-0/+1
|