aboutsummaryrefslogtreecommitdiffstats
path: root/pbf2db/build_proto.sh
diff options
context:
space:
mode:
authorRobin Nehls <nehls@mi.fu-berlin.de>2011-01-09 02:02:08 +0100
committerRobin Nehls <nehls@mi.fu-berlin.de>2011-01-09 02:27:13 +0100
commit186c67f2b33b09d4df776e0fba19f1085a2da88d (patch)
treeb14266c3cfb8f373399bdce3680a2d071847ab0d /pbf2db/build_proto.sh
parent8b44fe1d3a298ee0772b08e41eb1ffca7288e4bb (diff)
downloadosm-xapi-186c67f2b33b09d4df776e0fba19f1085a2da88d.tar.gz
osm-xapi-186c67f2b33b09d4df776e0fba19f1085a2da88d.tar.xz
osm-xapi-186c67f2b33b09d4df776e0fba19f1085a2da88d.zip
first code for the db import tool
it only reads the osm header of pbf files for now, more will follow
Diffstat (limited to '')
-rwxr-xr-xpbf2db/build_proto.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/pbf2db/build_proto.sh b/pbf2db/build_proto.sh
new file mode 100755
index 0000000..53e9966
--- /dev/null
+++ b/pbf2db/build_proto.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+protoc --python_out=. fileformat.proto
+protoc --python_out=. osmformat.proto