TGISer / LasConverter

Converts LAS Files (LIDAR data) to DSM/DEMs with an optional shapefile / kml file to clip to.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LasConverter

Converts LAS/LAZ Files (LIDAR data) to DSM/DEMs. Output can be clipped with a shapefile (KML/SHP/GeoJson) Input and output EPSGS can be specified as their number codes where neccessary

Dependencies:

PDAL (Point Data And Abstraction Library)
GDAL (Geospatial Data Abstraction Library)
SAGA (System for Automated Geoscentific Analyses)
ImageMick

Usage:

usage: main.py [-h] [--resolution RESOLUTION] [--clip CLIP] [--dtm DTM]
               [--dsm DSM] [--count COUNT] [--contour CONTOUR] [--color COLOR]
               [--in_epsg IN_EPSG] [--out_epsg OUT_EPSG] [--classify CLASSIFY]
               [--clean CLEAN]
               input_filename output_filename


About

Converts LAS Files (LIDAR data) to DSM/DEMs with an optional shapefile / kml file to clip to.


Languages

Language:Python 100.0%