'\" -*- coding: us-ascii -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH las2ogr 1 "16 February 2019" "" "" .SH NAME las2ogr \- convert LAS file to data source using OGR .SH SYNOPSIS 'nh .fi .ad l \fBlas2ogr\fR \kx .if (\nx>(\n(.l/2)) .nr x (\n(.l/5) 'in \n(.iu+\nxu [\fB-h\fR | \fB-i\fR \fI\fR \fB-o\fR \fI\fR \fB-t\fR \fI\fR | \fB-formats\fR] 'in \n(.iu-\nxu .ad b 'hy .SH DESCRIPTION \fBlas2ogr\fR converts LAS file to data source using OGR drivers available from GDAL/OGR package. This utility is useful to translate cloud of points collected by LiDAR sensors to vectors for easier data exchange and processing. .SH OPTIONS .TP \*(T<\fB\-h\fR\*(T> print usage information .TP \*(T<\fB\-i\fR\*(T> \fI>infile>\fR input ASPRS LAS file .TP \*(T<\fB\-o\fR\*(T> \fI>outfile>\fR output file .TP \*(T<\fB\-f\fR\*(T> \fI>format>\fR OGR format for output file .TP \*(T<\fB\-formats\fR\*(T> list supported OGR formats .SH EXAMPLE Shows how to convert LAS file to ESRI Shapefile with POINT geometry type: .nf \*(T< $ las2ogr \-i mydata.las \-o points.shp \-f "ESRI Shapefile" \*(T> .fi