From: Martin Mares Date: Sun, 15 Jun 2014 19:44:50 +0000 (+0200) Subject: Moved auxiliary tools to their own directory X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=857e3051919813f72b97c62dd040c5dc161b7b2f;p=leo.git Moved auxiliary tools to their own directory --- diff --git a/aux/cut b/aux/cut new file mode 100644 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 index 0000000..c5374ce --- /dev/null +++ b/aux/tag-stats @@ -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 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 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