diff options
-rwxr-xr-x | src/makecolumns.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makecolumns.sh b/src/makecolumns.sh index b41b454..8cb255c 100755 --- a/src/makecolumns.sh +++ b/src/makecolumns.sh | |||
@@ -241,7 +241,7 @@ handle_new_format() { | |||
241 | cat file_* > 90_Geokoordinaten_hnr | 241 | cat file_* > 90_Geokoordinaten_hnr |
242 | printf "done.\n" | 242 | printf "done.\n" |
243 | printf "Looking up geo coordinates for each phonebook entry ... " | 243 | printf "Looking up geo coordinates for each phonebook entry ... " |
244 | lam 10_Postleitzahl -s $'\t' 07_Strasse -s $'\t' 08_Hausnummer | ../bin/mapcoords 90_Geokoordinaten_hnr > 16_Koordinaten | 244 | lam 10_Postleitzahl -s $'\t' 07_Strasse -s $'\t' 08_Hausnummer | mapcoords 90_Geokoordinaten_hnr > 16_Koordinaten |
245 | printf "done.\n" | 245 | printf "done.\n" |
246 | elif [ -f $1/zip-streets-geo.tl ]; then | 246 | elif [ -f $1/zip-streets-geo.tl ]; then |
247 | printf "Extracting geo coordinates (precision: street) ... " | 247 | printf "Extracting geo coordinates (precision: street) ... " |
@@ -249,7 +249,7 @@ handle_new_format() { | |||
249 | cat file_* > 91_Geokoordinaten_str | 249 | cat file_* > 91_Geokoordinaten_str |
250 | printf "done.\n" | 250 | printf "done.\n" |
251 | printf "Looking up geo coordinates for each phonebook entry ... " | 251 | printf "Looking up geo coordinates for each phonebook entry ... " |
252 | lam 10_Postleitzahl -s $'\t' 07_Strasse | ../bin/mapcoords 91_Geokoordinaten_str > 16_Koordinaten | 252 | lam 10_Postleitzahl -s $'\t' 07_Strasse | mapcoords 91_Geokoordinaten_str > 16_Koordinaten |
253 | printf "done.\n" | 253 | printf "done.\n" |
254 | fi | 254 | fi |
255 | rm file_* | 255 | rm file_* |