Hello,
I've been trying to use the Geospatial Modelling Environment tool, isectpolyrst, to count each type of raster cell within a set of overlapping polygons in ArcMap 10. I keep receiving the following error no matter what I try:
isectpolyrst(in="C:\data\geo0203sq.shp", raster="C:\data\nlcd2006\nlcd2006.img", prefix="COV", thematic=TRUE);
Error: The command text could not be interpreted. Please check the syntax of the command.
Error: An important error has occurred. Please include the information below if you submit a query about this error.
Error HRESULT E_FAIL has been returned from a call to a COM component.
Source: ESRI.ArcGIS.DataSourcesRaster
Stack trace: at ESRI.ArcGIS.DataSourcesRaster.IRawPixels.Read(IPnt tlc, IPixelBlock pxls) at SpatialEcology.SEGME.AOAnalysis.RTRasterReader.GetReaderWindow(Int32 index, Boolean OverlapOneRow) at SpatialEcology.SEGME.AOAnalysis.RTClipRaster.GetPolygonCellValues(IPolygon pPoly, Int32 Band) at SpatialEcology.SEGME.AOAnalysis.RTIsectPolyRaster.Calculate() at SpatialEcology.SEGME.AOExt.UICommandInterpreter.Cmd_isectpolyrst() at SpatialEcology.SEGME.AOExt.UICommandInterpreter.SubmitExec(String Cmd) at SpatialEcology.SEGME.AOExt.UICommandInterpreter.InterpretText()
Any suggestions? Many thanks-