了解pgRouting的ubuntu命令

时间:2015-09-01 16:57:41

标签: ubuntu openstreetmap

我刚刚浏览了此页面上的教程 HERE

BBOX="-122.8,45.4,-122.5,45.6"
wget --progress=dot:mega -O "sampledata.osm" "http://www.overpass-api.de/api/xapi?*[bbox=${BBOX}][@meta]".

我是ubuntu的新手,我正在努力理解上述命令。有人可以帮我理解上面的命令吗?

1 个答案:

答案 0 :(得分:1)

在我的问题中接受每个命令并逐个匹配 THIS 文档,回答了我的所有问题,基本上,

上述命令中的-o适用于:

  

将所有消息记录到logfile。通常会将消息报告给   标准错误。

--progress=type适用于:

Select the progress indicator you want to use. Legal indicators are "dot" and "bar".

The "bar" indicator is used by default. It draws an ASCII progress bar graphics (a.k.a "thermometer" display) indicating the status of
     

检索。如果输出不是TTY,则将使用“点”栏   默认值。

Use --progress=dot to switch to the "dot" display. It traces the retrieval by printing dots on the screen, each dot representing a
     

固定数量的下载数据。

When using the dotted retrieval, you may also set the style by specifying the type as dot:style. Different styles assign different
     

意思是一个点。使用“默认”样式,每个点代表1K,   一个簇中有十个点,一行中有50个点。 “二元”   风格有一个更像“计算机”的方向:8K点,16点   簇和每行48个点(这使得384K行)。 “巨型”   style适合下载非常大的文件;每个点   表示检索到64K,群集中有8个点,48个   每行上的点(所以每行包含3M)。

Note that you can set the default style using the progress command in .wgetrc. That setting may be overridden from the command line. The
     

例外是,当输出不是TTY时,“点”进度   将比“酒吧”更受青睐。要强制条形输出,请使用   --progress =栏:力