This is the command las2ogr that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
las2ogr - convert LAS file to data source using OGR
SYNOPSIS
las2ogr [-h | -i <infile> -o <outfile> -t <format> | -formats]
DESCRIPTION
las2ogr 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.
OPTIONS
-h print usage information
-i >infile>
input ASPRS LAS file
-o >outfile>
output file
-f >format>
OGR format for output file
-formats
list supported OGR formats
EXAMPLE
Shows how to convert LAS file to ESRI Shapefile with POINT geometry type:
$ las2ogr -i mydata.las -o points.shp -f "ESRI Shapefile"
20 November 2015 las2ogr(1)
Use las2ogr online using onworks.net services