중요

번역은 여러분이 참여할 수 있는 커뮤니티 활동입니다. 이 페이지는 현재 74.87% 에서 번역되고 있습니다.

28.1.14. Point Cloud Extraction

NEW in 3.32

28.1.14.1. 경계

Exports a polygon file containing point cloud layer boundary. It may contain holes and it may be a multi-part polygon.

../../../../_images/point_cloud_boundary.png

그림 28.16 Extracting high vegetation and building polygons from an input point cloud layer

파라미터

기본 파라미터

라벨

이름

유형

설명

Input layer

INPUT

[point cloud]

Input point cloud layer to calculate boundary for

Resolution of cells used to calculate boundary

부가적

RESOLUTION

[number]

Resolution of cells used to calculate boundary

Minimal number of points in a cell to consider cell occupied

부가적

THRESHOLD

[number]

Minimal number of points in a cell to consider cell occupied

Boundary

OUTPUT

[vector: polygon]

기본값: [Save to temporary file]

Specify the point cloud file to use as output. One of:

  • 임시 파일로 저장

  • 파일로 저장…

고급 파라미터

라벨

이름

유형

설명

Filter expression

부가적

FILTER_EXPRESSION

[expression]

A PDAL expression for selecting a subset of features in the point cloud data

Cropping extent

부가적

FILTER_EXTENT

[extent]

A map extent for selecting a subset of features in the point cloud data

다음과 같은 메소드를 사용할 수 있습니다:

  • 레이어로부터 계산…: 현재 프로젝트에 불러온 레이어의 범위를 사용합니다.

  • 레이어 맵으로부터 계산…: 활성 프로젝트의 조판 맵 항목 범위를 사용합니다.

  • 북마크로부터 계산…: 저장되어 있는 북마크 의 범위를 사용합니다.

  • 맵 캔버스 범위 사용

  • 캔버스에 그리기: 연산에 넣을 범위를 정하는 직사각형을 클릭&드래그합니다.

  • 좌표를 xmin, xmax, ymin, ymax 로 입력

산출물

라벨

이름

유형

설명

Boundary

OUTPUT

[vector: polygon]

Output polygon vector layer with the point cloud boundary. Currently supported format is .GPKG.

파이썬 코드

Algorithm ID: pdal:boundary

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

28.1.14.2. Density

Exports a raster file based on the number of points within each raster cell - useful for quality checking of point cloud datasets.

../../../../_images/point_cloud_density.png

그림 28.17 Point density (number of points per 2x2 m) as a raster

파라미터

기본 파라미터

라벨

이름

유형

설명

Input layer

INPUT

[point cloud]

Input point cloud layer to export

Resolution of the density raster

RESOLUTION

[number]

기본값: 1.0

Cell size of the output raster

Tile size for parallel runs

TILE_SIZE

[number]

기본값: 1000

Size of the tiles to split the data into for parallel runs

Density

OUTPUT

[raster]

기본값: [Save to temporary file]

Specify the raster file to export the data to. One of:

  • 임시 파일로 저장

  • 파일로 저장…

고급 파라미터

라벨

이름

유형

설명

Filter expression

부가적

FILTER_EXPRESSION

[expression]

A PDAL expression for selecting a subset of features in the point cloud data

Cropping extent

부가적

FILTER_EXTENT

[extent]

A map extent for selecting a subset of features in the point cloud data

다음과 같은 메소드를 사용할 수 있습니다:

  • 레이어로부터 계산…: 현재 프로젝트에 불러온 레이어의 범위를 사용합니다.

  • 레이어 맵으로부터 계산…: 활성 프로젝트의 조판 맵 항목 범위를 사용합니다.

  • 북마크로부터 계산…: 저장되어 있는 북마크 의 범위를 사용합니다.

  • 맵 캔버스 범위 사용

  • 캔버스에 그리기: 연산에 넣을 범위를 정하는 직사각형을 클릭&드래그합니다.

  • 좌표를 xmin, xmax, ymin, ymax 로 입력

X origin of a tile for parallel runs

부가적

ORIGIN_X

[number]

Y origin of a tile for parallel runs

부가적

ORIGIN_Y

[number]

산출물

라벨

이름

유형

설명

Density

OUTPUT

[raster]

Output raster layer with number of points within each cell. Currently supported format is .TIF.

파이썬 코드

Algorithm ID: pdal:density

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.

28.1.14.3. filter

Extracts point from the input point cloud which match PDAL expression and/or are inside of a cropping rectangle.

../../../../_images/point_cloud_filter.png

그림 28.18 Filtering of high vegetation class from an input point cloud layer

파라미터

라벨

이름

유형

설명

Input layer

INPUT

[point cloud]

Input point cloud layer to export

Filter expression

부가적

FILTER_EXPRESSION

[expression]

A PDAL expression for selecting a subset of features in the point cloud data

Cropping extent

부가적

FILTER_EXTENT

[extent]

A map extent for selecting a subset of features in the point cloud data

다음과 같은 메소드를 사용할 수 있습니다:

  • 레이어로부터 계산…: 현재 프로젝트에 불러온 레이어의 범위를 사용합니다.

  • 레이어 맵으로부터 계산…: 활성 프로젝트의 조판 맵 항목 범위를 사용합니다.

  • 북마크로부터 계산…: 저장되어 있는 북마크 의 범위를 사용합니다.

  • 맵 캔버스 범위 사용

  • 캔버스에 그리기: 연산에 넣을 범위를 정하는 직사각형을 클릭&드래그합니다.

  • 좌표를 xmin, xmax, ymin, ymax 로 입력

Filtered

OUTPUT

[point cloud]

기본값: [Save to temporary file]

Specify the point cloud file to export the data to. One of:

  • 임시 파일로 저장

  • 파일로 저장…

산출물

라벨

이름

유형

설명

Filtered

OUTPUT

[point cloud]

Output point cloud layer with the filtered features of the input point cloud layer. Currently supported formats are .LAS, .LAZ, .COPC.LAZ and .VPC.

파이썬 코드

Algorithm ID: pdal:filter

import processing
processing.run("algorithm_id", {parameter_dictionary})

공간 처리 툴박스에 있는 알고리즘 위에 마우스를 가져가면 알고리즘 ID 를 표시합니다. 파라미터 목록(dictionary) 은 파라미터 이름 및 값을 제공합니다. 파이썬 콘솔에서 공간 처리 알고리즘을 어떻게 실행하는지 자세히 알고 싶다면 콘솔에서 공간 처리 알고리즘 사용 을 참조하세요.