update README - osm-zipcodes - Extract (dutch) addresses from OpenStreetMap OSM XML
(HTM) git clone git://git.codemadness.org/osm-zipcodes
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 2556bdd353403cafef058932f9e93c12bf9d4d34
(DIR) parent c5dbbf96ed47a3b6f680a17a6881cd8f8a4169e5
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 18 May 2018 16:12:15 +0200
update README
Diffstat:
M README | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -14,10 +14,12 @@ How to use
3. Run program and process data:
./main netherlands-latest.osm > addr.csv
4. Sort on city, street, housenumber, see the file sort.sh
- LC_ALL=C sort -k 6,6 -k 4,4 -k 5,5n -t "$(printf '\t')" -T "$(pwd)" -o addr_sort.csv addr.csv
-5. Unique entries, ignore latitude, longitude.
- LC_ALL=C uniq -f 2 addr_sort.csv > addr_sort_uniq.csv
+5. Unique entries, ignore node ID, latitude, longitude, see the file sort.sh
If you think this program is useful, please consider donating money or
-other means of contributing to the OpenStreetMap project.
+other means of contributing to the OpenStreetMap project:
+
+Project: https://www.openstreetmap.org/
+Donate money: https://donate.openstreetmap.org/
+Other means of contributing are welcome too of course.