Skip to content

Instantly share code, notes, and snippets.

View ecoandrewtrc's full-sized avatar

Andrew Middleton ecoandrewtrc

View GitHub Profile
# ---------------------------------------------------------------------------
# LAS_TO_DEM_Hillshade_arc102.py
# Created On: 09/24/2014
# Created By: Scott Beck
# Description: This script ouputs optionally clipped DEM from LAS directory and hillshade
# ---------------------------------------------------------------------------
# Import arcpy module
import arcpy
from arcpy.sa import *