wip data import from OSM

This commit is contained in:
Motiejus Jakštys
2021-03-13 15:53:22 +02:00
parent 6f95702cb9
commit 4b2f8bd65d
6 changed files with 44 additions and 2 deletions

23
IV/Makefile Normal file
View File

@@ -0,0 +1,23 @@
# HACK HACK
EMPTY :=
SPACE := $(EMPTY) $(EMPTY)
RIVERS ?= Visinčia Šalčia Žeimena Lakaja
.faux_filter-rivers: .faux_import-osm
./filter-rivers-query.awk $(RIVERS) | ./db -f -
touch $@
.faux_import-osm: lithuania-latest.osm.pbf .faux.db
PGPASSWORD=osm osm2pgsql \
-c --multi-geometry \
-H 127.0.0.1 -d osm -U osm \
$<
touch $@
.faux.db:
./db start
touch $@
lithuania-latest.osm.pbf:
wget http://download.geofabrik.de/europe/lithuania-latest.osm.pbf