DESCRIPTION

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

EXAMPLES

Import only XYZ coordinates of points, limit the import to the current computational region and reproject to the Location projection during the import:
v.in.pdal input=points.las output=points -c -r -w

REFERENCES

SEE ALSO

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

AUTHOR

Vaclav Petras, NCSU GeoForAll Lab