Raster Process Arcpy.txt

  • Uploaded by: Ghozian Islam Karami
  • 0
  • 0
  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Raster Process Arcpy.txt as PDF for free.

More details

  • Words: 29
  • Pages: 1
import arcpy arcpy.CheckOutExtension("Spatial") # Define input workspace and create list of rasters arcpy.env.workspace = r'D:\Projects\Data\TIF\Average\Monthly\VIC\VIC_Qs_Saudi\01' rasters = arcpy.ListRasters() # Run cell statistics calc = arcpy.sa.CellStatistics(rasters, statistics_type = "MEAN") calc.save(r'D:\Projects\Data\TIF\Average\Monthly\VIC\VIC_Qs_Saudi\01\average.img')

Related Documents


More Documents from "arif"

December 2019 45
December 2019 33
June 2020 14