Raster to Polygon Error 000867

677
1
05-26-2022 10:59 AM
MichelleKlim
New Contributor

I'm trying to convert the most-suitable habitat from a resistance raster to a polygon. The raster has a cell size of 100m, 32 bit signed integer, and is 153mb uncompressed. When I run raster to polygon I get Error 000867. I've tried increasing the cell size to 200m and changing the depth to 16 bit. Is there something I'm missing?

 

Raster to Polygon
=====================
Parameters

Input raster Extract_Land1
Output polygon features C:\Users\klfg1003\OneDrive - The Evergreen State College\GIS\Thesis\Project\Scratch_Bear.gdb\RasterT_Extract1
Simplify polygons SIMPLIFY
Field OBJECTID
Create multipart features SINGLE_OUTER_PART
Maximum vertices per polygon feature
=====================
Environments

Output Coordinate System PROJCS["NAD_1983_2011_StatePlane_Washington_South_FIPS_4602",GEOGCS["GCS_NAD_1983_2011",DATUM["D_NAD_1983_2011",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-120.5],PARAMETER["Standard_Parallel_1",45.83333333333334],PARAMETER["Standard_Parallel_2",47.33333333333334],PARAMETER["Latitude_Of_Origin",45.33333333333334],UNIT["Meter",1.0]]
Extent 152658.196287515 -56427.1891416814 839258.196287515 528372.810858319
=====================
Messages

Start Time: Thursday, May 26, 2022 10:03:23 AM
Failed to execute. Parameters are not valid.
ERROR 000867: Cell Size Environment: contains invalid cell size or dataset.
Failed to execute (RasterToPolygon).
Failed at Thursday, May 26, 2022 10:03:23 AM (Elapsed Time: 0.18 seconds)

0 Kudos
1 Reply
Robert_LeClair
Esri Notable Contributor

A few things to try.  I see that your output raster is going to your OneDrive location.  For the output raster parameter, try to save it local on disk and either to a *.tif or *.jpg format.  Does the error persist?  If so, then for the output raster parameter, try a file geodatabase on the C:\ drive as well but NOT in your OneDrive folder.

0 Kudos