las2iso

説明

このツールは、輪郭は、その後追跡された一時的なドロネー三角形分割を作成することにより、ISO-輪郭線に(ファイルあたり20百万まで)点群を回転させます。詳細情報については、 las2iso <http://rapidlasso.com/las2iso> _ページとそのオンライン README <http://lastools.org/download/las2iso_README.txt> _ファイルを参照してください。

パラメーター

verbose [boolean]

より多くのテキスト制御出力をコンソールに生成します。

Default: False

open LAStools GUI [boolean]

Starts the GUI of LAStools with pre-populated input files.

Default: False

input LAS/LAZ file [points]

LAS / LAZ形式でラスタするポイントを含むファイル。

smooth [integer]

Specifies if and with how many passes the temporary TIN should be smoothed.

Default: 0

extract isoline with spacing of [number]

等高線が抽出される間隔を指定します。

Default: 10.0

clean isolines shorter than [number]

Omits iso-contour lines that are shorter than the specified length.

Default: 0.0

simplify segments shorter than [number]

指定された長さよりも短いイソ輪郭線セグメントの基本的な単純化。

Default: 0.0

simplify segment pairs with area less than [number]

その領域指定されたサイズよりも小さい連続線分によって形成されたバンプの基本的な単純化。

Default: 0.0

additional command line parameter(s) [string]

他のコマンドラインは、このメニューから利用できないスイッチを指定しますが、(高度)LAStoolsのユーザーに知られています。

Default:

Outputs

Output vector file [raster]

出力ベクトルが格納されている場所を指定します。SHPまたはWKT出力ファイルを使用してください。入力ライダーファイルが地理座標系である(ロング/ LAT)または(だけにしてますが)地理参照情報を持っている場合、KML出力ファイルも作成できます。

Console usage

processing.runalg('las2iso', verbose, gui, input, smooth, isoline_spacing, clean, simplify, simplify_area, additional, output)

See also the las2iso page and its online README file.