Outdated version of the documentation. Find the latest one here.

` `

LAStoolsアルゴリズムプロバイダー

LAStools is a collection of highly efficient, multicore command line tools for LiDAR data processing.

blast2dem

説明

This tool can turn billions of points with via seamless Delaunay triangulation implemented using streaming into large elevation, intensity, or RGB rasters. For more info see the blast2dem page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [points]

点を含むファイルは、LAS / LAZ形式でラスターされます。

フィルタ [文字列]

その後、ラスターされ、一時的なTINを構築するために使用するポイントを指定します。

デフォルト:

ステップサイズ / ピクセルサイズ [数値]

TINが上にラスターされ、グリッドのセルのサイズを指定します。

デフォルト: 1.0

属性 [文字列]

ラスタライズされる属性を指定します。

デフォルト: 標高

Product [string]

属性は、ラスター値に変換されるべき方法を指定します。

デフォルト: 実際の値

タイルのバウンディングボックスを使用 [ブール値]

タイルのバウンディングボックス(lastileで作成された入力LAS / LAZタイルに対してのみ意味)にラスターエリアを制限する場合に指定します。

デフォルト:

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力ラスターファイル [ラスター]

出力ラスターが格納されている場所を指定します。偽色、グレーランプ、および陰影起伏のためにTIF、PNG、およびJPGなどの画像ラスターを使用してください。実際の値のためにTIF、BIL、IMG、ASC、DTM、FLT、XYZ、およびCSVなどの値ラスターを使用してください。

Console usage

processing.runalg('blast2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)

See also

See also the blast2dem page and its online README file.

blast2iso

説明

This tool can turn billions of points with via seamless Delaunay triangulation implemented using streaming into large iso-contour lines (optionally tiled). For more info see the blast2iso page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [points]

点を含むファイルは、LAS / LAZ形式でラスターされます。

平滑化 [整数]

一時TINが平滑化されるかどうか、および何回平滑化されるかを指定します。

デフォルト: 0

 の間隔で等値線を抽出する [数値]

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

デフォルト: 10.0

より短い等値線を消去する [数値]

指定された長さよりも短い等等高線を省略します。

デフォルト: 0.0

より短いセグメントを簡素化 [数値]

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

デフォルト: 0.0

面積がより小さいセグメント対を簡素化 [数値]

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

デフォルト: 0.0

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力ベクターファイル [ラスター]??

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

Console usage

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

See also

See also the blast2iso page and its online README file.

las2dem

説明

This tool turns points (up to 20 million) via a temporary Delaunay triangulation that is rastered with a user-defined step size into an elevation, intensity, or RGB raster. For more info see the las2dem page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [points]

点を含むファイルは、LAS / LAZ形式でラスターされます。

filter [selection]

その後、ラスターされ、一時的なTINを構築するために使用するポイントを指定します。

デフォルト:

ステップサイズ / ピクセルサイズ [数値]

TINが上にラスターされ、グリッドのセルのサイズを指定します。

デフォルト: 1.0

Attribute [selection]

ラスタライズされる属性を指定します。

デフォルト: 標高

Product [selection]

属性は、ラスター値に変換されるべき方法を指定します。

デフォルト: 実際の値

タイルのバウンディングボックスを使用 [ブール値]

タイルのバウンディングボックス(lastileで作成された入力LAS / LAZタイルに対してのみ意味)にラスターエリアを制限する場合に指定します。

デフォルト:

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力ラスターファイル [ラスター]

出力ラスターが格納されている場所を指定します。偽色、グレーランプ、および陰影起伏のためにTIF、PNG、およびJPGなどの画像ラスターを使用してください。実際の値のためにTIF、BIL、IMG、ASC、DTM、FLT、XYZ、およびCSVなどの値ラスターを使用してください。

Console usage

processing.runalg('lidartools:las2dem', verbose, gui, input, filter, step, attribute, product, use_tile_bb, additional, output)

See also

See also the las2dem page and its online README file.

las2iso

説明

This tool turns point clouds (up to 20 million per file) into iso-contour lines by creating a temporary Delaunay triangulation on which the contours are then traced. For more info see the las2iso page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [points]

点を含むファイルは、LAS / LAZ形式でラスターされます。

平滑化 [整数]

一時TINが平滑化されるかどうか、および何回平滑化されるかを指定します。

デフォルト: 0

 の間隔で等値線を抽出する [数値]

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

デフォルト: 10.0

より短い等値線を消去する [数値]

指定された長さよりも短い等等高線を省略します。

デフォルト: 0.0

より短いセグメントを簡素化 [数値]

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

デフォルト: 0.0

面積がより小さいセグメント対を簡素化 [数値]

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

デフォルト: 0.0

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力ベクターファイル [ラスター]??

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

Console usage

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

See also

See also the las2iso page and its online README file.

las2las_filter

説明

This tool uses las2las to filter LiDAR points based on different attributes and to write the surviving subset of points to a new LAZ or LAS file. For more info see the las2las page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [ファイル]

処理されるポイントを含むファイル。

filter (by return, classification, flags) [selection]

このようなリターン、分類、またはフラグなどの各種オプションに基づいてポイントをフィルタリングします。

オプション:

  • 0 — —
  • 1 — keep_last
  • 2 — keep_first
  • 3 — keep_middle
  • 4 — keep_single
  • 5 — drop_single
  • 6 — keep_double
  • 7 — keep_class 2
  • 8 — keep_class 2 8
  • 9 — keep_class 8
  • 10 — keep_class 6
  • 11 — keep_class 9
  • 12 — keep_class 3 4 5
  • 13 — keep_class 2 6
  • 14 — drop_class 7
  • 15 — drop_withheld

デフォルト: 0

second filter (by return, classification, flags) [selection]

また、このようなリターン、分類、またはフラグなどの各種オプションに基づいてポイントをフィルタリングします。

オプション:

  • 0 — —
  • 1 — keep_last
  • 2 — keep_first
  • 3 — keep_middle
  • 4 — keep_single
  • 5 — drop_single
  • 6 — keep_double
  • 7 — keep_class 2
  • 8 — keep_class 2 8
  • 9 — keep_class 8
  • 10 — keep_class 6
  • 11 — keep_class 9
  • 12 — keep_class 3 4 5
  • 13 — keep_class 2 6
  • 14 — drop_class 7
  • 15 — drop_withheld

デフォルト: 0

filter (by coordinate, intensity, GPS time, ...) [selection]

さまざまなオプション(引数として値を必要とする)に基づいてポイントをフィルタリングします。

オプション:

  • 0 — —
  • 1 — drop_x_above
  • 2 — drop_x_below
  • 3 — drop_y_above
  • 4 — drop_y_below
  • 5 — drop_z_above
  • 6 — drop_z_below
  • 7 — drop_intensity_above
  • 8 — drop_intensity_below
  • 9 — drop_gps_time_above
  • 10 — drop_gps_time_below
  • 11 — drop_scan_angle_above
  • 12 — drop_scan_angle_below
  • 13 — keep_point_source
  • 14 — drop_point_source
  • 15 — drop_point_source_above
  • 16 — drop_point_source_below
  • 17 — keep_user_data
  • 18 — drop_user_data
  • 19 — drop_user_data_above
  • 20 — drop_user_data_below
  • 21 — keep_every_nth
  • 22 — keep_random_fraction
  • 23 — thin_with_grid

デフォルト: 0

フィルタ用の値(座標、強度、GPS時刻、...による) [文字列]

上記で選択されたフィルタの引数である値。

デフォルト: (設定されていません)

second filter (by coordinate, intensity, GPS time, ...) [selection]

また、さまざまなオプション(引数として値を必要とする)に基づいてポイントをフィルタリングします。

オプション:

  • 0 — —
  • 1 — drop_x_above
  • 2 — drop_x_below
  • 3 — drop_y_above
  • 4 — drop_y_below
  • 5 — drop_z_above
  • 6 — drop_z_below
  • 7 — drop_intensity_above
  • 8 — drop_intensity_below
  • 9 — drop_gps_time_above
  • 10 — drop_gps_time_below
  • 11 — drop_scan_angle_above
  • 12 — drop_scan_angle_below
  • 13 — keep_point_source
  • 14 — drop_point_source
  • 15 — drop_point_source_above
  • 16 — drop_point_source_below
  • 17 — keep_user_data
  • 18 — drop_user_data
  • 19 — drop_user_data_above
  • 20 — drop_user_data_below
  • 21 — keep_every_nth
  • 22 — keep_random_fraction
  • 23 — thin_with_grid

デフォルト: 0

第2フィルタ用の値(座標、強度、GPS時刻、...による) [文字列]

上記で選択されたフィルタの引数である値。

デフォルト: (設定されていません)

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力 LAS/LAZ ファイル [ファイル]

出力点群の保存場所を指定します。ASCIIのために圧縮されていない出力のために圧縮された出力用LAZ、LAS、およびTXTを使用してください。

Console usage

processing.runalg('lidartools:las2las_filter', verbose, input_laslaz, filter_return_class_flags1, filter_return_class_flags2, filter_coords_intensity1, filter_coords_intensity1_arg, filter_coords_intensity2, filter_coords_intensity2_arg, output_laslaz)

See also

See also the las2las page and its online README file.

las2las_project

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

source projection [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — utm
  • 2 — sp83
  • 3 — sp27
  • 4 — longlat
  • 5 — latlong

デフォルト: 0

source utm zone [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — 1(北)

  • 2 — 2(北)

  • 3 — 3(北)

  • 4 — 4(北)

  • 5 — 5(北)

  • 6 — 6(北)

  • 7 — 7(北)

  • 8 — 8(北)

  • 9 — 9(北)

  • 10 — 10(北)

  • 11 — 11(北)

  • 12 — 12 (北)

  • 13 — 13 (北)

  • 14 — 14 (北)

  • 15 — 15 (北)

  • 16 — 16 (北)

  • 17 — 17 (北)

  • 18 — 18 (北)

  • 19 — 19 (北)

  • 20 — 20 (北)

  • 21 — 21 (北)

  • 22 — 22 (北)

  • 23 — 23 (北)

  • 24 — 24 (北)

  • 25 — 25 (北)

  • 26 — 26 (北)

  • 27 — 27 (北)

  • 28 — 28 (北)

  • 29 — 29 (北)

  • 30 — 30 (北)

  • 31 — 31 (北)

  • 32 — 32 (北)

  • 33 — 33 (北)

  • 34 — 34 (北)

  • 35 — 35 (北)

  • 36 — 36 (北)

  • 37 — 37 (北)

  • 38 — 38 (北)

  • 39 — 39 (北)

  • 40 — 40 (北)

  • 41 — 41 (北)

  • 42 — 42 (北)

  • 43 — 43 (北)

  • 44 — 44 (北)

  • 45 — 45 (北)

  • 46 — 46 (北)

  • 47 — 47 (北)

  • 48 — 48 (北)

  • 49 — 49 (北)

  • 50 — 50 (北)

  • 51 — 51 (北)

  • 52 — 52 (北)

  • 53 — 53 (北)

  • 54 — 54 (北)

  • 55 — 55 (北)

  • 56 — 56 (北)

  • 57 — 57 (北)

  • 58 — 58 (北)

  • 59 — 59 (北)

  • 60 — 60 (北)

  • 61 — 1 (南)

  • 62 — 2 (南)

  • 63 — 3 (南)

  • 64 — 4 (南)

  • 65 — 5 (南)

  • 66 — 6 (南)

  • 67 — 7 (南)

  • 68 — 8 (南)

  • 69 — 9 (南)

  • 70 — 10 (南)

  • 71 — 11 (南)

  • 72 — 12 (南)

  • 73 — 13 (南)

  • 74 — 14 (南)

  • 75 — 15 (南)

  • 76 — 16 (南)

  • 77 — 17 (南)

  • 78 — 18 (南)

  • 79 — 19 (南)

  • 80 — 20 (南)

  • 81 — 21 (南)

  • 82 — 22 (南)

  • 83 — 23 (南)

  • 84 — 24 (南)

  • 85 — 25 (南)

  • 86 — 26 (南)

  • 87 — 27 (南)

  • 88 — 28 (南)

  • 89 — 29 (南)

  • 90 — 30 (南)

  • 91 — 31 (南)

  • 92 — 32 (南)

  • 93 — 33 (南)

  • 94 — 34 (南)

  • 95 — 35 (南)

  • 96 — 36 (南)

  • 97 — 37 (南)

  • 98 — 38 (南)

  • 99 — 39 (南)

  • 100 — 40 (南)

  • 101 — 41 (南)

  • 102 — 42(南)

  • 103 — 43(南)

  • 104 — 44 (南)

  • 105 — 45 (南)

  • 106 — 46 (南)

  • 107 — 47 (南)

  • 108 — 48 (南)

  • 109 — 49 (南)

  • 110 — 50 (南)

  • 111 — 51 (南)

  • 112 — 52 (南)

  • 113 — 53 (南)

  • 114 — 54 (南)

  • 115 — 55 (南)

  • 116 — 56 (南)

  • 117 — 57 (南)

  • 118 — 58 (南)

  • 119 — 59 (南)

  • 120 — 60(南)

デフォルト: 0

source state plane code [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — AK_10
  • 2 — AK_2
  • 3 — AK_3
  • 4 — AK_4
  • 5 — AK_5
  • 6 — AK_6
  • 7 — AK_7
  • 8 — AK_8
  • 9 — AK_9
  • 10 — AL_E
  • 11 — AL_W
  • 12 — AR_N
  • 13 — AR_S
  • 14 — AZ_C
  • 15 — AZ_E
  • 16 — AZ_W
  • 17 — CA_I
  • 18 — CA_II
  • 19 — CA_III
  • 20 — CA_IV
  • 21 — CA_V
  • 22 — CA_VI
  • 23 — CA_VII
  • 24 — CO_C
  • 25 — CO_N
  • 26 — CO_S
  • 27 — CT
  • 28 — DE
  • 29 — FL_E
  • 30 — FL_N
  • 31 — FL_W
  • 32 — GA_E
  • 33 — GA_W
  • 34 — HI_1
  • 35 — HI_2
  • 36 — HI_3
  • 37 — HI_4
  • 38 — HI_5
  • 39 — IA_N
  • 40 — IA_S
  • 41 — ID_C
  • 42 — ID_E
  • 43 — ID_W
  • 44 — IL_E
  • 45 — IL_W
  • 46 — IN_E
  • 47 — IN_W
  • 48 — KS_N
  • 49 — KS_S
  • 50 — KY_N
  • 51 — KY_S
  • 52 — LA_N
  • 53 — LA_S
  • 54 — MA_I
  • 55 — MA_M
  • 56 — MD
  • 57 — ME_E
  • 58 — ME_W
  • 59 — MI_C
  • 60 — MI_N
  • 61 — MI_S
  • 62 — MN_C
  • 63 — MN_N
  • 64 — MN_S
  • 65 — MO_C
  • 66 — MO_E
  • 67 — MO_W
  • 68 — MS_E
  • 69 — MS_W
  • 70 — MT_C
  • 71 — MT_N
  • 72 — MT_S
  • 73 — NC
  • 74 — ND_N
  • 75 — ND_S
  • 76 — NE_N
  • 77 — NE_S
  • 78 — NH
  • 79 — NJ
  • 80 — NM_C
  • 81 — NM_E
  • 82 — NM_W
  • 83 — NV_C
  • 84 — NV_E
  • 85 — NV_W
  • 86 — NY_C
  • 87 — NY_E
  • 88 — NY_LI
  • 89 — NY_W
  • 90 — OH_N
  • 91 — OH_S
  • 92 — OK_N
  • 93 — OK_S
  • 94 — OR_N
  • 95 — OR_S
  • 96 — PA_N
  • 97 — PA_S
  • 98 — PR
  • 99 — RI
  • 100 — SC_N
  • 101 — SC_S
  • 102 — SD_N
  • 103 — SD_S
  • 104 — St.Croix
  • 105 — TN
  • 106 — TX_C
  • 107 — TX_N
  • 108 — TX_NC
  • 109 — TX_S
  • 110 — TX_SC
  • 111 — UT_C
  • 112 — UT_N
  • 113 — UT_S
  • 114 — VA_N
  • 115 — VA_S
  • 116 — VT
  • 117 — WA_N
  • 118 — WA_S
  • 119 — WI_C
  • 120 — WI_N
  • 121 — WI_S
  • 122 — WV_N
  • 123 — WV_S
  • 124 — WY_E
  • 125 — WY_EC
  • 126 — WY_W
  • 127 — WY_WC

デフォルト: 0

target projection [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — utm
  • 2 — sp83
  • 3 — sp27
  • 4 — longlat
  • 5 — latlong

デフォルト: 0

target utm zone [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — 1(北)

  • 2 — 2(北)

  • 3 — 3(北)

  • 4 — 4(北)

  • 5 — 5(北)

  • 6 — 6(北)

  • 7 — 7(北)

  • 8 — 8(北)

  • 9 — 9(北)

  • 10 — 10(北)

  • 11 — 11(北)

  • 12 — 12 (北)

  • 13 — 13 (北)

  • 14 — 14 (北)

  • 15 — 15 (北)

  • 16 — 16 (北)

  • 17 — 17 (北)

  • 18 — 18 (北)

  • 19 — 19 (北)

  • 20 — 20 (北)

  • 21 — 21 (北)

  • 22 — 22 (北)

  • 23 — 23 (北)

  • 24 — 24 (北)

  • 25 — 25 (北)

  • 26 — 26 (北)

  • 27 — 27 (北)

  • 28 — 28 (北)

  • 29 — 29 (北)

  • 30 — 30 (北)

  • 31 — 31 (北)

  • 32 — 32 (北)

  • 33 — 33 (北)

  • 34 — 34 (北)

  • 35 — 35 (北)

  • 36 — 36 (北)

  • 37 — 37 (北)

  • 38 — 38 (北)

  • 39 — 39 (北)

  • 40 — 40 (北)

  • 41 — 41 (北)

  • 42 — 42 (北)

  • 43 — 43 (北)

  • 44 — 44 (北)

  • 45 — 45 (北)

  • 46 — 46 (北)

  • 47 — 47 (北)

  • 48 — 48 (北)

  • 49 — 49 (北)

  • 50 — 50 (北)

  • 51 — 51 (北)

  • 52 — 52 (北)

  • 53 — 53 (北)

  • 54 — 54 (北)

  • 55 — 55 (北)

  • 56 — 56 (北)

  • 57 — 57 (北)

  • 58 — 58 (北)

  • 59 — 59 (北)

  • 60 — 60 (北)

  • 61 — 1 (南)

  • 62 — 2 (南)

  • 63 — 3 (南)

  • 64 — 4 (南)

  • 65 — 5 (南)

  • 66 — 6 (南)

  • 67 — 7 (南)

  • 68 — 8 (南)

  • 69 — 9 (南)

  • 70 — 10 (南)

  • 71 — 11 (南)

  • 72 — 12 (南)

  • 73 — 13 (南)

  • 74 — 14 (南)

  • 75 — 15 (南)

  • 76 — 16 (南)

  • 77 — 17 (南)

  • 78 — 18 (南)

  • 79 — 19 (南)

  • 80 — 20 (南)

  • 81 — 21 (南)

  • 82 — 22 (南)

  • 83 — 23 (南)

  • 84 — 24 (南)

  • 85 — 25 (南)

  • 86 — 26 (南)

  • 87 — 27 (南)

  • 88 — 28 (南)

  • 89 — 29 (南)

  • 90 — 30 (南)

  • 91 — 31 (南)

  • 92 — 32 (南)

  • 93 — 33 (南)

  • 94 — 34 (南)

  • 95 — 35 (南)

  • 96 — 36 (南)

  • 97 — 37 (南)

  • 98 — 38 (南)

  • 99 — 39 (南)

  • 100 — 40 (南)

  • 101 — 41 (南)

  • 102 — 42(南)

  • 103 — 43(南)

  • 104 — 44 (南)

  • 105 — 45 (南)

  • 106 — 46 (南)

  • 107 — 47 (南)

  • 108 — 48 (南)

  • 109 — 49 (南)

  • 110 — 50 (南)

  • 111 — 51 (南)

  • 112 — 52 (南)

  • 113 — 53 (南)

  • 114 — 54 (南)

  • 115 — 55 (南)

  • 116 — 56 (南)

  • 117 — 57 (南)

  • 118 — 58 (南)

  • 119 — 59 (南)

  • 120 — 60(南)

デフォルト: 0

target state plane code [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — AK_10
  • 2 — AK_2
  • 3 — AK_3
  • 4 — AK_4
  • 5 — AK_5
  • 6 — AK_6
  • 7 — AK_7
  • 8 — AK_8
  • 9 — AK_9
  • 10 — AL_E
  • 11 — AL_W
  • 12 — AR_N
  • 13 — AR_S
  • 14 — AZ_C
  • 15 — AZ_E
  • 16 — AZ_W
  • 17 — CA_I
  • 18 — CA_II
  • 19 — CA_III
  • 20 — CA_IV
  • 21 — CA_V
  • 22 — CA_VI
  • 23 — CA_VII
  • 24 — CO_C
  • 25 — CO_N
  • 26 — CO_S
  • 27 — CT
  • 28 — DE
  • 29 — FL_E
  • 30 — FL_N
  • 31 — FL_W
  • 32 — GA_E
  • 33 — GA_W
  • 34 — HI_1
  • 35 — HI_2
  • 36 — HI_3
  • 37 — HI_4
  • 38 — HI_5
  • 39 — IA_N
  • 40 — IA_S
  • 41 — ID_C
  • 42 — ID_E
  • 43 — ID_W
  • 44 — IL_E
  • 45 — IL_W
  • 46 — IN_E
  • 47 — IN_W
  • 48 — KS_N
  • 49 — KS_S
  • 50 — KY_N
  • 51 — KY_S
  • 52 — LA_N
  • 53 — LA_S
  • 54 — MA_I
  • 55 — MA_M
  • 56 — MD
  • 57 — ME_E
  • 58 — ME_W
  • 59 — MI_C
  • 60 — MI_N
  • 61 — MI_S
  • 62 — MN_C
  • 63 — MN_N
  • 64 — MN_S
  • 65 — MO_C
  • 66 — MO_E
  • 67 — MO_W
  • 68 — MS_E
  • 69 — MS_W
  • 70 — MT_C
  • 71 — MT_N
  • 72 — MT_S
  • 73 — NC
  • 74 — ND_N
  • 75 — ND_S
  • 76 — NE_N
  • 77 — NE_S
  • 78 — NH
  • 79 — NJ
  • 80 — NM_C
  • 81 — NM_E
  • 82 — NM_W
  • 83 — NV_C
  • 84 — NV_E
  • 85 — NV_W
  • 86 — NY_C
  • 87 — NY_E
  • 88 — NY_LI
  • 89 — NY_W
  • 90 — OH_N
  • 91 — OH_S
  • 92 — OK_N
  • 93 — OK_S
  • 94 — OR_N
  • 95 — OR_S
  • 96 — PA_N
  • 97 — PA_S
  • 98 — PR
  • 99 — RI
  • 100 — SC_N
  • 101 — SC_S
  • 102 — SD_N
  • 103 — SD_S
  • 104 — St.Croix
  • 105 — TN
  • 106 — TX_C
  • 107 — TX_N
  • 108 — TX_NC
  • 109 — TX_S
  • 110 — TX_SC
  • 111 — UT_C
  • 112 — UT_N
  • 113 — UT_S
  • 114 — VA_N
  • 115 — VA_S
  • 116 — VT
  • 117 — WA_N
  • 118 — WA_S
  • 119 — WI_C
  • 120 — WI_N
  • 121 — WI_S
  • 122 — WV_N
  • 123 — WV_S
  • 124 — WY_E
  • 125 — WY_EC
  • 126 — WY_W
  • 127 — WY_WC

デフォルト: 0

出力

出力 LAS/LAZ ファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:las2lasproject', verbose, input_laslaz, source_projection, source_utm, source_sp, target_projection, target_utm, target_sp, output_laslaz)

See also

las2las_transform

説明

This tool uses las2las to filter LiDAR points based on different attributes and to write the surviving subset of points to a new LAZ or LAS file. For more info see the las2las page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [ファイル]

処理されるポイントを含むファイル。

transform (coordinates) [selection]

Either translate, scale, or clamp the x, y, or z coordinate by the value specified below.

オプション:

  • 0 — —
  • 1 — translate_x
  • 2 — translate_y
  • 3 — translate_z
  • 4 — scale_x
  • 5 — scale_y
  • 6 — scale_z
  • 7 — clamp_z_above
  • 8 — clamp_z_below

デフォルト: 0

変換用の値(座標) [文字列]

上で選択した変換によって行われる平行移動、縮尺変更、または範囲固定の量を指定する値。

デフォルト: (設定されていません)

second transform (coordinates) [selection]

Also either translate, scale, or clamp the x, y, or z coordinate by the value specified below.

オプション:

  • 0 — —
  • 1 — translate_x
  • 2 — translate_y
  • 3 — translate_z
  • 4 — scale_x
  • 5 — scale_y
  • 6 — scale_z
  • 7 — clamp_z_above
  • 8 — clamp_z_below

デフォルト: 0

第2変換用の値(座標) [文字列]

上で選択した変換によって行われる平行移動、縮尺変更、または範囲固定の量を指定する値。

デフォルト: (設定されていません)

transform (intensities, scan angles, GPS times, ...) [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — scale_intensity
  • 2 — translate_intensity
  • 3 — clamp_intensity_above
  • 4 — clamp_intensity_below
  • 5 — scale_scan_angle
  • 6 — translate_scan_angle
  • 7 — translate_gps_time
  • 8 — set_classification
  • 9 — set_user_data
  • 10 — set_point_source
  • 11 — scale_rgb_up
  • 12 — scale_rgb_down
  • 13 — repair_zero_returns

デフォルト: 0

変換用値(強度、スキャン角度、GPS時刻、...) [文字列]

上で選択した変換によって行われる縮尺変更、平行移動、クランプまたは設定の量を指定する値。

デフォルト: (設定されていません)

second transform (intensities, scan angles, GPS times, ...) [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — scale_intensity
  • 2 — translate_intensity
  • 3 — clamp_intensity_above
  • 4 — clamp_intensity_below
  • 5 — scale_scan_angle
  • 6 — translate_scan_angle
  • 7 — translate_gps_time
  • 8 — set_classification
  • 9 — set_user_data
  • 10 — set_point_source
  • 11 — scale_rgb_up
  • 12 — scale_rgb_down
  • 13 — repair_zero_returns

デフォルト: 0

第二変換用値(強度、スキャン角度、GPS時刻、...) [文字列]

上で選択した変換によって行われる縮尺変更、平行移動、クランプまたは設定の量を指定する値。

デフォルト: (設定されていません)

operations (first 7 need an argument) [selection]

<put parameter description here>

オプション:

  • 0 — —
  • 1 — set_point_type
  • 2 — set_point_size
  • 3 — set_version_minor
  • 4 — set_version_major
  • 5 — start_at_point
  • 6 — stop_at_point
  • 7 — remove_vlr
  • 8 — auto_reoffset
  • 9 — week_to_adjusted
  • 10 — adjusted_to_week
  • 11 — scale_rgb_up
  • 12 — scale_rgb_down
  • 13 — remove_all_vlrs
  • 14 — remove_extra
  • 15 — clip_to_bounding_box

デフォルト: 0

オペレーション用引数 [文字列]

上記で選択された操作の引数である値。

デフォルト: (設定されていません)

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力 LAS/LAZ ファイル [ファイル]

出力点群の保存場所を指定します。ASCIIのために圧縮されていない出力のために圧縮された出力用LAZ、LAS、およびTXTを使用してください。

Console usage

processing.runalg('lidartools:las2las_transform', verbose, input_laslaz, filter_return_class_flags1, filter_return_class_flags2, filter_coords_intensity1, filter_coords_intensity1_arg, filter_coords_intensity2, filter_coords_intensity2_arg, output_laslaz)

See also

See also the las2las page and its online README file.

las2txt

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

parse_string [文字列]

<put parameter description here>

デフォルト: xyz

出力

出力ASCIIファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:las2txt', verbose, input_laslaz, parse_string, output)

See also

lasindex

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

モバイルまたは地上レーザー(航空レーザーではない) [ブール値]

<put parameter description here>

デフォルト:

出力

Console usage

processing.runalg('lidartools:lasindex', verbose, input_laslaz, mobile_or_terrestrial)

See also

lasgrid

説明

This tool grids a selected attribute (e.g. elevation, intensity, classification, scan angle, ...) of a large point clouds with a user-defined step size onto raster using a particular method (e.g. min, max, average). For more info see the lasgrid page and its online README file.

パラメーター

冗長 [ブール値]

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

デフォルト:

LAStools GUIを開く [ブール値]

用意済の入力ファイルでLAStoolsのGUIを開始します。

デフォルト:

入力LAS/LAZファイル [points]

点を含むファイルは、LAS / LAZ形式でラスターされます。

フィルタ [文字列]

後続のグリッディングに使用するポイントのサブセットを指定します。

デフォルト:

ステップサイズ / ピクセルサイズ [数値]

ポイントがビニングされるグリッドセルのサイズを指定します。

デフォルト: 1.0

属性 [文字列]

各セルにグリッド化される属性を指定します。

デフォルト: 標高

方法 [文字列]

1つのセルに入る属性をラスター値に変換する方法を指定します。

デフォルト: lowest

タイルのバウンディングボックスを使用 [ブール値]

タイルのバウンディングボックス(lastileで作成された入力LAS / LAZタイルに対してのみ意味)にラスターエリアを制限する場合に指定します。

デフォルト:

追加のコマンドラインパラメータ [文字列]

このメニューでは利用できないが、(高度な)LAStoolsユーザーには知られている他のコマンドラインスイッチを指定します。ここに追加する一般的なことは、すべての値をカラーまたはグレーの値にマップする(オプションで ‘-set_min_max 40 90’の指定範囲を指定して画像を生成する) ‘-falseまたは’ -gray ‘です。

デフォルト:

追加のコマンドラインパラメータ [文字列]

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

デフォルト:

出力

出力ラスターファイル [ラスター]

出力ラスターの格納場所を指定します。 TIF、PNG、JPGなどの画像ラスターを使用して、偽色やグレーのランプを作成します。実際の値は、TIF、BIL、IMG、ASC、DTM、FLT、XYZ、CSVなどの値ラスターを使用してください。

Console usage

processing.runalg('lidartools:lasgrid', verbose, gui, input, filter, step, attribute, method, use_tile_bb, additional, output)

See also

See also the lasgrid page and its online README file.

lasinfo

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

出力

出力ASCIIファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:lasinfo', verbose, input_laslaz, output)

See also

lasmerge

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

ファイルはフライトラインです [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

第2のファイル [ファイル]

Optional.

<put parameter description here>

第3のファイル [ファイル]

Optional.

<put parameter description here>

第4のファイル [ファイル]

Optional.

<put parameter description here>

第5のファイル [ファイル]

Optional.

<put parameter description here>

第6のファイル [ファイル]

Optional.

<put parameter description here>

第7のファイル [ファイル]

Optional.

<put parameter description here>

出力

出力 LAS/LAZ ファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:lasmerge', verbose, files_are_flightlines, input_laslaz, file2, file3, file4, file5, file6, file7, output_laslaz)

See also

lasprecision

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

出力

出力ASCIIファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:lasprecision', verbose, input_laslaz, output)

See also

lasquery

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

関心のある領域 [範囲]

<put parameter description here>

デフォルト: 0,1,0,1

出力

Console usage

processing.runalg('lidartools:lasquery', verbose, aoi)

See also

lasvalidate

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

出力

出力XMLファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:lasvalidate', verbose, input_laslaz, output)

See also

laszip

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力LAS/LAZファイル [ファイル]

Optional.

<put parameter description here>

サイズのレポートのみ [ブール値]

<put parameter description here>

デフォルト:

出力

出力 LAS/LAZ ファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:laszip', verbose, input_laslaz, report_size, output_laslaz)

See also

txt2las

説明

<put algorithm description here>

パラメーター

冗長 [ブール値]

<put parameter description here>

デフォルト:

入力ASCIIファイル [ファイル]

Optional.

<put parameter description here>

parse lines as [文字列]

<put parameter description here>

デフォルト: xyz

最初のn行をスキップ [数値]

<put parameter description here>

デフォルト: 0

x およびy 座標の解像度 [数値]

<put parameter description here>

デフォルト: 0.01

z 座標の解像度 [数値]

<put parameter description here>

デフォルト: 0.01

出力

出力 LAS/LAZ ファイル [ファイル]
<put output description here>

Console usage

processing.runalg('lidartools:txt2las', verbose, input, parse_string, skip, scale_factor_xy, scale_factor_z, output_laslaz)

See also