import arcpy from arcpy import env from arcpy.sa import * env.workspace = "C:/sapyexamples/data" outNormalRaster = CreateNormalRaster(2, Extent(0, 0, 150, 150)) outNormalRaster.save("C:/sapyexamples/output/outnormal")
n1 = zeros((2962,4476,11))
n1 = zeros((2962,4477,11))
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.