GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
v.in.pdal(1) GRASS GIS User's Manual v.in.pdal(1)

v.in.pdal - Converts LAS LiDAR point clouds to a GRASS vector map with PDAL.

vector, import, LIDAR

v.in.pdal
v.in.pdal --help
v.in.pdal [-wocr] input=name output=name [id_layer=string] [return_layer=string] [class_layer=string] [rgb_layer=string] [spatial=xmin,ymin,xmax,ymax] [zrange=min,max] [return_filter=string] [class_filter=integer[,integer,...]] [input_srs=string] [--overwrite] [--help] [--verbose] [--quiet] [--ui]


Reproject to projects’s coordinate system if needed
Reprojects input dataset to the coordinate system of the GRASS project (by default only datasets with the matching coordinate system can be imported

Override projection check (use current project’s CRS)
Assume that the dataset has the same coordinate reference system as the current project

Do not automatically add unique ID as category to each point
Create only requested layers and categories

Limit import to the current region

Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog


LAS input file
LiDAR input files in LAS format (*.las or *.laz)

Name for output vector map

Layer number to store generated point ID as category
Set to 1 by default, use -c to not store it

Layer number to store return information as category
Leave empty to not store it

Layer number to store class number as category
Leave empty to not store it

Layer number where RBG colors are stored as category
Leave empty to not store it

Import subregion only
Format: xmin,ymin,xmax,ymax - usually W,S,E,N

Filter range for z data (min,max)

Only import points of selected return type
If not specified, all points are imported
Options: first, last, mid

Only import points of selected class(es)
Input is comma separated integers. If not specified, all points are imported.

Input dataset projection (WKT or EPSG, e.g. EPSG:4326)
Override input dataset coordinate system using EPSG code or WKT definition

Imports a point cloud (e.g. from a LAS file) as vector points with the PDAL library. v.in.pdal supports the following filters:

  • 2D region filter
  • Z coordinates filter
  • return filter
  • class filter

Import only XYZ coordinates of points, limit the import to the current computational region and reproject to the current project’s coordinate reference system during the import:

v.in.pdal input=points.las output=points -c -r -w

V. Petras, A. Petrasova, J. Jeziorska, H. Mitasova (2016): Processing UAV and lidar point clouds in GRASS GIS. XXIII ISPRS Congress 2016 [ISPRS Archives, ResearchGate]

r.in.pdal, g.region, v.vect.stats, v.in.ogr

Vaclav Petras, NCSU GeoForAll Lab

Available at: v.in.pdal source code (history)

Latest change: Tuesday Dec 17 20:17:20 2024 in commit: d962e90c026708a4815ea2b9f46c0e84c17de22d

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.