10000 GitHub - TGISer/LasConverter: Converts LAS Files (LIDAR data) to DSM/DEMs with an optional shapefile / kml file to clip to.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

TGISer/LasConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0