index
:
vicmap2osm.git
master
Convert VicMap Address data to OpenStreetMap, forked from https://gitlab.com/alantgeo/vicmap2osm
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
additional unit test covers retaining range midpoint with unit
Andrew Harvey
2021-05-15
1
-6
/
+38
*
fix reduceRangeDuplicates to only output debug stream with --debug
Andrew Harvey
2021-05-15
1
-2
/
+4
*
fix reduceRangeDuplicates and add tests
Andrew Harvey
2021-05-15
4
-13
/
+135
*
readme
Andrew Harvey
2021-05-15
1
-8
/
+18
*
fix units to ranges to deal with complex cases
Andrew Harvey
2021-05-14
2
-2
/
+25
*
handle duplicate units when converting to ranges
Andrew Harvey
2021-05-14
2
-1
/
+13
*
update documentation
Andrew Harvey
2021-05-14
3
-17
/
+25
*
additional logging
Andrew Harvey
2021-05-13
2
-3
/
+13
*
log message when regexp didn't match for prefix number suffix
Andrew Harvey
2021-05-13
1
-0
/
+5
*
fix reduceRangeDuplicates
Andrew Harvey
2021-05-07
1
-0
/
+1
*
fix reduceOverlap to push feature not unit number
Andrew Harvey
2021-05-07
1
-1
/
+1
*
limit addr:flats values to 255 chars
Andrew Harvey
2021-05-07
1
-0
/
+22
*
because OSM tag values are limited to 255 characters, implement code to split...
Andrew Harvey
2021-05-07
3
-1
/
+84
*
fix syntax errors
Andrew Harvey
2021-05-07
1
-3
/
+4
*
fix readme
Andrew Harvey
2021-05-07
1
-1
/
+1
*
fix addr.osm.fgb
Andrew Harvey
2021-05-07
1
-1
/
+1
*
fix pg load of vmprop
Andrew Harvey
2021-05-07
1
-1
/
+1
*
reduce numbers within a range duplication
Andrew Harvey
2021-05-07
6
-2
/
+465
*
fix building unit type filtering
Andrew Harvey
2021-05-06
1
-1
/
+1
*
clean dist target
Andrew Harvey
2021-05-06
1
-0
/
+4
*
prefix and suffix support in unitsToRanges
Andrew Harvey
2021-05-06
2
-4
/
+114
*
filter out some unit building types
Andrew Harvey
2021-05-05
3
-7
/
+50
*
fix reduce overlap to reduce addr:unit to addr:flats when two different addre...
Andrew Harvey
2021-05-05
1
-85
/
+69
*
update docs on addr:unit:prefix
Andrew Harvey
2021-05-05
1
-1
/
+1
*
add targets to download existing addresses from OSM
Andrew Harvey
2021-05-05
3
-1
/
+32
*
mbtiles for debugging
Andrew Harvey
2021-05-05
1
-0
/
+3
*
omit addr:unit:prefix since it complicates the processing and it is not clear...
Andrew Harvey
2021-05-05
2
-1
/
+3
*
lib unitsToRanges
Andrew Harvey
2021-05-05
4
-1
/
+68
*
include debug in artifacts
Andrew Harvey
2021-05-05
1
-0
/
+1
*
include debug output in CI and increase memory allocation
Andrew Harvey
2021-05-05
1
-2
/
+4
*
document display addresses and unit type
Andrew Harvey
2021-05-05
1
-0
/
+14
*
build vicmap extract for faster development
Andrew Harvey
2021-05-05
1
-0
/
+3
*
don't depend on shp file in Makefile to avoid re-building if our timestamps d...
Andrew Harvey
2021-05-05
1
-2
/
+2
*
fix unit test
Andrew Harvey
2021-05-05
1
-1
/
+0
*
clean up debug logging, corner cases, and set addr:unit:prefix
Andrew Harvey
2021-05-05
7
-74
/
+211
*
fix bugs in reduceDuplicates.js
Andrew Harvey
2021-05-04
1
-10
/
+21
*
don't include building / property name
Andrew Harvey
2021-05-04
5
-12
/
+17
*
update tests
Andrew Harvey
2021-05-04
5
-58
/
+121
*
update jsdoc
Andrew Harvey
2021-05-04
2
-4
/
+2
*
update ci to use new make targets
Andrew Harvey
2021-05-04
1
-1
/
+2
*
major refactor and improvements
Andrew Harvey
2021-05-04
10
-31
/
+370
*
add cluster library
Andrew Harvey
2021-05-04
5
-2
/
+286
*
fake parent files for make in build stage, in the future we can consider remo...
Andrew Harvey
2021-05-03
1
-1
/
+4
*
use touch to ensure make dependencies work as intended to avoid attempting to...
Andrew Harvey
2021-05-03
2
-1
/
+5
*
use cached file when using make
Andrew Harvey
2021-05-03
1
-1
/
+1
*
fix converting property to flatgeobuf
Andrew Harvey
2021-05-03
1
-1
/
+1
*
add basic tests
Andrew Harvey
2021-05-03
4
-1
/
+531
*
global cache
Andrew Harvey
2021-05-03
1
-1
/
+3
*
use prepare job which saves results in cache to skip lengthy geojson stage
Andrew Harvey
2021-05-03
2
-5
/
+41
*
code comments
Andrew Harvey
2021-05-03
1
-3
/
+2
[next]