<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Raster to Polygon fails with empty input in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349341#M4943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand... You have a raster that returns ALLNODATA = 1 (so all pixels are NoData values)&amp;nbsp;but does have values (hence the valid stats for&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;MEAN, MAXIMUM, MINIMUM, STANDARD DEVIATION)? If that happens it should be a bug. Is it possible to share the raster? Did you contact support?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2018 16:37:23 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2018-07-26T16:37:23Z</dc:date>
    <item>
      <title>Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349333#M4935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I attempt to run the Raster to Polygon tool with a NoData raster (801 rows and 1400 columns), a corrupted shapefile is output and the following error message appears:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 010067: Error in executing grid expression. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (RasterToPolygon).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is an issue because I'm trying to batch process a large number of watershed rasters (some of which are empty) using a Python script (832 tiles), and the script is interrupted when it encounters the first empty raster. Is there any known workaround for this issue? Alternately, is there any way to programmatically check for these invalid inputs?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 22:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349333#M4935</guid>
      <dc:creator>JoeChampagne</dc:creator>
      <dc:date>2010-05-07T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349334#M4936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same problem as above. What is the fastest (python script) test that tells me if a raster is all NoData?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking SearchCursor:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rows = arcpy.SearchCursor("C:/Data/raster", " ??WHERE NODATA??", "", "",&amp;nbsp; "") &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if is_empty(rows):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; empty = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;else:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; empty = False&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 06:35:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349334#M4936</guid>
      <dc:creator>DanielBennett</dc:creator>
      <dc:date>2011-07-26T06:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349335#M4937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In 10SP1 we fixed it so that Raster To Polygon with all NoData will throw&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR 010151: No features found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To test if a Raster has all NoData run the IsNull tool. If the output is all 1 then it only has NoData&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 21:33:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349335#M4937</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2011-07-26T21:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349336#M4938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I'm just trying to work round this error in my script....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"To test if a Raster has all NoData run the IsNull tool. If the output is all 1 then it only has NoData"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you test whether the whole raster is 1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349336#M4938</guid>
      <dc:creator>BenLeslie1</dc:creator>
      <dc:date>2014-09-26T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349337#M4939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of getting the % of nulls in a raster.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

# calculate % no data cells in a raster.
import sys, os, arcpy
from arcpy import env
from arcpy.sa import *


if arcpy.CheckExtension("Spatial"):
&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.CheckOutExtension("Spatial")
else:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "No SA licence"
&amp;nbsp;&amp;nbsp;&amp;nbsp; exit


HomeDir = "c:/Data/Swala/BurkinaFaso/IPSurvey/"
fgdb = "IPRasterData.gdb"
InData = os.path.join(HomeDir, fgdb)


env.workspace = InData
env.overwriteOutput = True


ListRast = arcpy.ListRasters()
# ListTable = arcpy.ListTables()


for r in ListRast:
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "Processing", r
&amp;nbsp;&amp;nbsp;&amp;nbsp; Ras = arcpy.Raster(r)
&amp;nbsp;&amp;nbsp;&amp;nbsp; NullRas = IsNull(Ras)
&amp;nbsp;&amp;nbsp;&amp;nbsp; NCol = NullRas.width
&amp;nbsp;&amp;nbsp;&amp;nbsp; NRow = NullRas.height
&amp;nbsp;&amp;nbsp;&amp;nbsp; NCell = NCol * NRow
&amp;nbsp;&amp;nbsp;&amp;nbsp; Mean = NullRas.mean
&amp;nbsp;&amp;nbsp;&amp;nbsp; NNull = Mean * NCell
&amp;nbsp;&amp;nbsp;&amp;nbsp; print "{} % Null {}".format(r, NNull / NCell * 100)

&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349337#M4939</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2021-12-11T16:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349338#M4940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0017000000m7000000"&gt;GetRasterProperties &lt;/A&gt;gp tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 16:36:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349338#M4940</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2014-09-26T16:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349339#M4941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although Neil's snippet allows for determining the percentage of NoData in a raster, Steve provides a solution that does exactly what you are looking for and does not require Spatial Analyst. To show a little what you can do with it, here's a litte sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14117584610478406 jive_text_macro" jivemacro_uid="_14117584610478406"&gt;
&lt;P&gt;import arcpy&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ras = r"D:\Xander\LineasTransmision\Modelo\fgdb\RastersModelo.gdb\cmp_totexl02a"&lt;/P&gt;
&lt;P&gt;props = ['MINIMUM', 'MAXIMUM', 'MEAN', 'STD', 'ALLNODATA', 'ANYNODATA', 'UNIQUEVALUECOUNT']&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;for prop in props:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "{0}: {1}".format(prop, arcpy.GetRasterProperties_management(ras, prop))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; except Exception as e:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print "{0}: {1}".format(prop, e)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns:&lt;/P&gt;&lt;PRE __default_attr="python" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14117584786083511 jive_text_macro" jivemacro_uid="_14117584786083511"&gt;
&lt;P&gt;# MINIMUM: 22&lt;/P&gt;
&lt;P&gt;# MAXIMUM: 396&lt;/P&gt;
&lt;P&gt;# MEAN: 97,7094252332071&lt;/P&gt;
&lt;P&gt;# STD: 51,5918279932734&lt;/P&gt;
&lt;P&gt;# ALLNODATA: 0&lt;/P&gt;
&lt;P&gt;# ANYNODATA: 1&lt;/P&gt;
&lt;P&gt;# UNIQUEVALUECOUNT: 327&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you will just have to test for the property "ALLNODATA" and when the result is '1', skip that raster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Xander&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 19:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349339#M4941</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-09-26T19:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349340#M4942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Useful script!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible however that a raster has the ALLNODATA = 1 but looks visually ok, has a nodata value defined and the statistics are ALSO provided from the Get Raster Properties parameters: MEAN, MAXIMUM, MINIMUM, STANDARD DEVIATION ??&lt;/P&gt;&lt;P&gt;I am trying to understand why this happens to be able to convert to points afterwards...&lt;/P&gt;&lt;P&gt;Any suggestions for a workaround?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 15:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349340#M4942</guid>
      <dc:creator>EvaSevillano</dc:creator>
      <dc:date>2018-07-26T15:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349341#M4943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand... You have a raster that returns ALLNODATA = 1 (so all pixels are NoData values)&amp;nbsp;but does have values (hence the valid stats for&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;MEAN, MAXIMUM, MINIMUM, STANDARD DEVIATION)? If that happens it should be a bug. Is it possible to share the raster? Did you contact support?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 16:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349341#M4943</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-07-26T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349342#M4944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you understood correctly.&lt;/P&gt;&lt;P&gt;Strange as it comes from masking a source raster&amp;nbsp; (like spliting it). The source raster also shows allnodata = 1,&amp;nbsp; but looks ok, stats ok, values ok, nodata defined ok.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The split rasters some show the allnodata 1 and some allnodata =0. All of them looking ok, stats ok, nodata defined ok.&lt;/P&gt;&lt;P&gt;Sure. I can share. How do we exchange the file?&lt;/P&gt;&lt;P&gt;I only wrote here, as I saw the issue of the allnodata thread.&lt;/P&gt;&lt;P&gt;Thank you! Really surprised with this artifact.&lt;/P&gt;&lt;P&gt;Can't figure out what it is.&lt;/P&gt;&lt;P&gt;Enviado desde Yahoo Mail con Android &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  El jue., jul. 26, 2018 a 18:38, Xander Bakker&amp;lt;geonet@esri.com&amp;gt; escribió:    &lt;/P&gt;&lt;P&gt;#yiv9856133252 * &lt;SPAN __jive_macro_name="margin"&gt;&lt;/SPAN&gt;#yiv9856133252 a &lt;SPAN __jive_macro_name="color"&gt;&lt;/SPAN&gt;#yiv9856133252 body {font-family:Helvetica, Arial, sans-serif;}#yiv9856133252 #yiv9856133252 h1, #yiv9856133252 h2, #yiv9856133252 h3, #yiv9856133252 h4, #yiv9856133252 h5, #yiv9856133252 h6, #yiv9856133252 p, #yiv9856133252 hr {}#yiv9856133252 .yiv9856133252button td {} &lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GeoNet  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;P&gt;Re: Raster to Polygon fails with empty input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Xander Bakker in Spatial Analyst - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I understand... You have a raster that returns ALLNODATA = 1 (so all pixels are NoData values)&amp;nbsp;but does have values (hence the valid stats for&amp;nbsp;MEAN, MAXIMUM, MINIMUM, STANDARD DEVIATION)? If that happens it should be a bug. Is it possible to share the raster? Did you contact support?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Start a new discussion in Spatial Analyst by email or at GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Following Re: Raster to Polygon fails with empty input in these streams: Inbox&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt; You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 17:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349342#M4944</guid>
      <dc:creator>EvaSevillano</dc:creator>
      <dc:date>2018-07-26T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349343#M4945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you reply to this thread you can use the advanced&amp;nbsp; editor using the link in the upper right part of your&amp;nbsp;reply:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="156" src="https://community.esri.com/legacyfs/online/415222_pastedImage_1.png" width="300" /&gt;&lt;/P&gt;&lt;P&gt;In the advanced editor you will find in the lower left corner a link that enables you to attach your data (if it is smaller than 50MB):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="154" src="https://community.esri.com/legacyfs/online/415259_pastedImage_1.png" width="360" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be best to use the format you are using, since converting to another format might have a different result when&amp;nbsp;we run the code on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 19:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349343#M4945</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-07-26T19:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349344#M4946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I contacted the ESRI support.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile, how can I share the tif file with you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I share some screenshots and echo lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRIOR TO EXTRACT BY MASK (SOURCE RASTER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get raster properties shows:&amp;nbsp;&lt;/P&gt;&lt;P&gt;MINIMUM: -107dem_EU8.tifMAXIMUM: 5112dem_EU8.tifMEAN: 701.50966808932dem_EU8.tifSTD: 613.36991449625dem_EU8.tifALLNODATA: 1dem_EU8.tifANYNODATA: 0dem_EU8.tifUNIQUEVALUECOUNT: 5209dem_EU8.tif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFTER PROCESSING, EXAMINING WITH GET RASTER PROPERTIES:&amp;nbsp;&lt;/P&gt;&lt;P&gt;MINIMUM: 0slope_cr.tifMAXIMUM: 81.714889526367slope_cr.tifMEAN: 7.7882586697231slope_cr.tifSTD: 7.6317294646923slope_cr.tifALLNODATA: 1slope_cr.tifANYNODATA: 0slope_cr.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.&lt;/P&gt;&lt;P&gt;MINIMUM: 0slope_fr.tifMAXIMUM: 87.347358703613slope_fr.tifMEAN: 6.697570111711slope_fr.tifSTD: 8.029112308876slope_fr.tifALLNODATA: 1slope_fr.tifANYNODATA: 0slope_fr.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.&lt;/P&gt;&lt;P&gt;MINIMUM: 0slope_gr.tifMAXIMUM: 86.183372497559slope_gr.tifMEAN: 13.185961209459slope_gr.tifSTD: 10.142107658809slope_gr.tifALLNODATA: 1slope_gr.tifANYNODATA: 0slope_gr.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.&lt;/P&gt;&lt;P&gt;MINIMUM: 0slope_it.tifMAXIMUM: 88.314254760742slope_it.tifMEAN: 12.155243931512slope_it.tifSTD: 11.308642649386slope_it.tifALLNODATA: 1slope_it.tifANYNODATA: 0slope_it.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.&lt;/P&gt;&lt;P&gt;MINIMUM: 0slope_pt.tifMAXIMUM: 86.680160522461slope_pt.tifMEAN: 7.9297302374002slope_pt.tifSTD: 6.9735340036504slope_pt.tifALLNODATA: 1slope_pt.tifANYNODATA: 0slope_pt.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.ERROR 000800: The value is not a member of MAXIMUM | MINIMUM | MEAN | STD | TOP | LEFT | RIGHT | BOTTOM | CELLSIZEX | CELLSIZEY | VALUETYPE | COLUMNCOUNT | ROWCOUNT | BANDCOUNT | ALLNODATA | ANYNODATA | SENSORNAME | PRODUCTNAME | ACQUISITIONDATE | SOURCETYPE | CLOUDCOVER | SUNAZIMUTH | SUNELEVATION | SENSORAZIMUTH | SENSORELEVATION | OFFNADIR | WAVELENGTH.slope_pt.tif baaadMINIMUM: 0slope_sl.tifMAXIMUM: 83.555519104004slope_sl.tifMEAN: 13.833553877048slope_sl.tifSTD: 10.842502128808slope_sl.tifALLNODATA: 0slope_sl.tifANYNODATA: 1slope_sl.tifUNIQUEVALUECOUNT: ERROR 000864: Property type: The input is not within the defined domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any insight?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enviado desde Yahoo Mail con Android &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  El jue., jul. 26, 2018 a 22:00, Xander Bakker&amp;lt;geonet@esri.com&amp;gt; escribió:   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GeoNet  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;P&gt;Re: Raster to Polygon fails with empty input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Xander Bakker in Spatial Analyst - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you reply to this thread you can use the advanced&amp;nbsp; editor using the link in the upper right part of your&amp;nbsp;reply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; https://community.esri.com/servlet/JiveServlet/downloadImage/2-787828-415222/300-156/pastedImage_1.png &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the advanced editor you will find in the lower left corner a link that enables you to attach your data (if it is smaller than 50MB):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; https://community.esri.com/servlet/JiveServlet/downloadImage/2-787828-415259/360-154/pastedImage_1.png &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be best to use the format you are using, since converting to another format might have a different result when&amp;nbsp;we run the code on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Start a new discussion in Spatial Analyst by email or at GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Following Re: Raster to Polygon fails with empty input in these streams: Inbox&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt; You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 08:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349344#M4946</guid>
      <dc:creator>EvaSevillano</dc:creator>
      <dc:date>2018-07-27T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349345#M4947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/335216"&gt;Eva Sevillano&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the screenshot I notice that you have a Digital Elevation Model in TIF format which uncompressed is over 28GB. That might be a "little" big to attach to the thread, since 50MB is the limit. Due to the size there might be problems with the statistics not being calculated correctly. You could try and force calculating the statistics using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-statistics.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/calculate-statistics.htm"&gt;Calculate Statistics—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;and see if the results change. As an alternative you could extract a window of your data and send that instead of the entire raster (possibly after extracting due to the reduced size the problem may not occur).&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349345#M4947</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-07-27T12:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349346#M4948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I subset the raster into a 17Mb one.&lt;/P&gt;&lt;P&gt;Running the tool with this one it is ok:&lt;/P&gt;&lt;P&gt;MINIMUM: 0&amp;nbsp;MAXIMUM: 65.707992553711MEAN: 9.1686641569023STD: 6.9617968344174ALLNODATA: 0ANYNODATA: 1&lt;/P&gt;&lt;P&gt;In the big one(s), calculating statistics throws the same results: same statistics as the getrasterproperties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it's only the allnodata = 1 that wonders me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything I can change in the big(s) ones before running other processes like spatial join or merge that throw empty feature error because I don't know exactly why (but was the reason of my checking on the allnodata property)?&lt;/P&gt;&lt;P&gt;Thanks a lot for your suggestions and support (waiting for the ESRI support feedback).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep on trying to figure out and processing!&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eva Sevillano Marco&amp;nbsp;&lt;/P&gt;&lt;P&gt;C/Castillo sn 42108 Dévanos (Soria) Spain&lt;/P&gt;&lt;P&gt;Posdoutorado Engenharia Florestal FURBIFFSC Inventário Florístico Florestal de Santa CatarinaMonitoramento com Sensoriamento Remoto&amp;nbsp;&lt;/P&gt;&lt;P&gt;Campus 2. Fundação Universidade Regional de BlumenauRua São Paulo, 3250 Itoupava Seca 89030-000 Blumenau SC Brasil&lt;/P&gt;&lt;P&gt;&lt;EM&gt;34 666 02 87 67&lt;/EM&gt;55 47&amp;nbsp;9741 5794&amp;nbsp;https://es.linkedin.com/in/eva-sevillano-marco-0813872b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    En viernes, 27 de julio de 2018 14:31:45 CEST, Xander Bakker &amp;lt;geonet@esri.com&amp;gt; escribió:  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; #yiv8715547539 * &lt;SPAN __jive_macro_name="margin"&gt;&lt;/SPAN&gt;#yiv8715547539 a &lt;SPAN __jive_macro_name="color"&gt;&lt;/SPAN&gt;#yiv8715547539 body {font-family:Helvetica, Arial, sans-serif;}#yiv8715547539 #yiv8715547539 h1, #yiv8715547539 h2, #yiv8715547539 h3, #yiv8715547539 h4, #yiv8715547539 h5, #yiv8715547539 h6, #yiv8715547539 p, #yiv8715547539 hr {}#yiv8715547539 .yiv8715547539button td {} &lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GeoNet  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;P&gt;Re: Raster to Polygon fails with empty input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Xander Bakker in Spatial Analyst - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;Eva Sevillano&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the screenshot I notice that you have a Digital Elevation Model in TIF format which uncompressed is over 28GB. That might be a "little" big to attach to the thread, since 50MB is the limit. Due to the size there might be problems with the statistics not being calculated correctly. You could try and force calculating the statistics using&amp;nbsp;Calculate Statistics—Help | ArcGIS Desktop&amp;nbsp;and see if the results change. As an alternative you could extract a window of your data and send that instead of the entire raster (possibly after extracting due to the reduced size the problem may not occur).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Start a new discussion in Spatial Analyst by email or at GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Following Re: Raster to Polygon fails with empty input in these streams: Inbox&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt; You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 07:19:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349346#M4948</guid>
      <dc:creator>EvaSevillano</dc:creator>
      <dc:date>2018-07-30T07:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349347#M4949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what you describe it looks like something is not being processed correctly and the resulting ALLNODATA value is incorrect. There are different alternatives you could follow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Doing something similar to what Neil suggested earlier (using the IsNull operator)&lt;/LI&gt;&lt;LI&gt;You could also create an integer and use a cursor (using the old cursor which supports the RAT and nor the da cursor) and check how many rows there are (0 means that the raster had all NoData)&lt;/LI&gt;&lt;LI&gt;Or continue the process and use the try except to catch any error&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349347#M4949</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-07-30T13:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Raster to Polygon fails with empty input</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349348#M4950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ESRI support confirmed it is an already reported bug of the Get Raster Properties tool that happens with large rasters. Feedback welcome for debuging&lt;/P&gt;&lt;P&gt;I'm checking nodata values with the IsNull tool and continue processing and see if any other error appears (in split rasters)&lt;/P&gt;&lt;P&gt;So thanks to everyone. Really useful tips.&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;P&gt;Eva Sevillano Marco&amp;nbsp;&lt;/P&gt;&lt;P&gt;C/Castillo sn 42108 Dévanos (Soria) Spain&lt;/P&gt;&lt;P&gt;Posdoutorado Engenharia Florestal FURBIFFSC Inventário Florístico Florestal de Santa CatarinaMonitoramento com Sensoriamento Remoto&amp;nbsp;&lt;/P&gt;&lt;P&gt;Campus 2. Fundação Universidade Regional de BlumenauRua São Paulo, 3250 Itoupava Seca 89030-000 Blumenau SC Brasil&lt;/P&gt;&lt;P&gt;&lt;EM&gt;34 666 02 87 67&lt;/EM&gt;55 47&amp;nbsp;9741 5794&amp;nbsp;https://es.linkedin.com/in/eva-sevillano-marco-0813872b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    En lunes, 30 de julio de 2018 15:56:11 CEST, Xander Bakker &amp;lt;geonet@esri.com&amp;gt; escribió:  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; #yiv2374495829 * &lt;SPAN __jive_macro_name="margin"&gt;&lt;/SPAN&gt;#yiv2374495829 a &lt;SPAN __jive_macro_name="color"&gt;&lt;/SPAN&gt;#yiv2374495829 body {font-family:Helvetica, Arial, sans-serif;}#yiv2374495829 #yiv2374495829 h1, #yiv2374495829 h2, #yiv2374495829 h3, #yiv2374495829 h4, #yiv2374495829 h5, #yiv2374495829 h6, #yiv2374495829 p, #yiv2374495829 hr {}#yiv2374495829 .yiv2374495829button td {} &lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  GeoNet  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;| &lt;/P&gt;&lt;P&gt;Re: Raster to Polygon fails with empty input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Xander Bakker in Spatial Analyst - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what you describe it looks like something is not being processed correctly and the resulting ALLNODATA value is incorrect. There are different alternatives you could follow:&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   - Doing something similar to what Neil suggested earlier (using the IsNull operator)&lt;/P&gt;&lt;P&gt;   - You could also create an integer and use a cursor (using the old cursor which supports the RAT and nor the da cursor) and check how many rows there are (0 means that the raster had all NoData)&lt;/P&gt;&lt;P&gt;   - Or continue the process and use the try except to catch any error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Start a new discussion in Spatial Analyst by email or at GeoNet&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Following Re: Raster to Polygon fails with empty input in these streams: Inbox&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; This email was sent by GeoNet because you are a registered user.&lt;/P&gt;&lt;P&gt; You may unsubscribe instantly from GeoNet, or adjust email frequency in your email preferences &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2018 07:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-to-polygon-fails-with-empty-input/m-p/349348#M4950</guid>
      <dc:creator>EvaSevillano</dc:creator>
      <dc:date>2018-07-31T07:31:53Z</dc:date>
    </item>
  </channel>
</rss>

