Masthead

Function Reference

1. Common Raster Functions

1.1 Raster Management

arcpy.Resample_management("c:/data/image.tif", "c:/data/resampled.tif",\ "10", "CUBIC")

1.2 Topography

OutRaster=arcpy.sa.Slope(InputPath+TheFile,"DEGREE","1")

OutRaster=arcpy.sa.HillShade(InputPath+TheFile, 180, 75, "SHADOWS", 1)

1.3 Raster Arithmatic

 

© Copyright 2018 HSU - All rights reserved.