Skip to content

Instantly share code, notes, and snippets.

@timlinux
Created August 3, 2015 13:52
Show Gist options
  • Select an option

  • Save timlinux/da8493fa5630982c07ea to your computer and use it in GitHub Desktop.

Select an option

Save timlinux/da8493fa5630982c07ea to your computer and use it in GitHub Desktop.
Native Windows:
lassort -i c:\Users\inasafe\Desktop\tandale1_densified_point_cloud.las -rescale 0.01 0.01 0.01 -olaz
lasground -i c:\Users\inasafe\Desktop\tandale1_densified_point_cloud_1.laz -city -ultra_fine -odix _g -olaz
# DTM
las2dem -i c:\Users\inasafe\Desktop\tandale1_densified_point_cloud_1_g.laz -keep_class 2 -thin_with_grid 0.125 -extra_pass -step 0.5 -ocut 2 -odix _dtm -obil
# DSM
las2dem -i c:\Users\inasafe\Desktop\tandale1_densified_point_cloud_1_g.laz -thin_with_grid 0.125 -extra_pass -step 0.5 -ocut 2 -odix _dsm -obil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment