]> mj.ucw.cz Git - leo.git/commitdiff
Moved auxiliary tools to their own directory
authorMartin Mares <mj@ucw.cz>
Sun, 15 Jun 2014 19:44:50 +0000 (21:44 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 15 Jun 2014 19:44:50 +0000 (21:44 +0200)
aux/cut [new file with mode: 0644]
aux/tag-stats [new file with mode: 0755]
cut [deleted file]
tag-stats [deleted file]

diff --git a/aux/cut b/aux/cut
new file mode 100644 (file)
index 0000000..36a0eee
--- /dev/null
+++ b/aux/cut
@@ -0,0 +1,2 @@
+osmosis --read-xml file=czech_republic-2014-05-18.osm.gz --log-progress --bounding-box top=50.17 bottom=50.12 left=14.50 right=14.60 completeWays=yes --write-xml
+# maybe also completeRelations=yes
diff --git a/aux/tag-stats b/aux/tag-stats
new file mode 100755 (executable)
index 0000000..c5374ce
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+./leo -SDebug.DumpSource=1 | sed 's@^[[:space:]]*\(.* = .*\)@\1@p;d' | sort -u
diff --git a/cut b/cut
deleted file mode 100644 (file)
index 36a0eee..0000000
--- a/cut
+++ /dev/null
@@ -1,2 +0,0 @@
-osmosis --read-xml file=czech_republic-2014-05-18.osm.gz --log-progress --bounding-box top=50.17 bottom=50.12 left=14.50 right=14.60 completeWays=yes --write-xml
-# maybe also completeRelations=yes
diff --git a/tag-stats b/tag-stats
deleted file mode 100755 (executable)
index c5374ce..0000000
--- a/tag-stats
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-./leo -SDebug.DumpSource=1 | sed 's@^[[:space:]]*\(.* = .*\)@\1@p;d' | sort -u