<?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: polygon to raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60950#M842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the former A and B area within your raster dataset also have the same ID? If not, you could use the ID to seperate them. If yes try to change the attribute in the Polygon to Raster - Tool within the "value_field" (using the ID field of the shape and not the max resistivity). So your output raster should have for each polygon a different ID without merging. Later you could do some join/spatial statistic operations to get the max resistivity for each "former" polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not try to reproduce the steps because we do not have the nescessary licences here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 09:55:25 GMT</pubDate>
    <dc:creator>ThomasSteudel1</dc:creator>
    <dc:date>2015-05-07T09:55:25Z</dc:date>
    <item>
      <title>polygon to raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60949#M841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two different polygons A and B, but with the same values of max resistivity. When I run "polygon to raster", arcgis merge A and B polygons. How to prevent the merging of those polygons? &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60949#M841</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-07T09:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: polygon to raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60950#M842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the former A and B area within your raster dataset also have the same ID? If not, you could use the ID to seperate them. If yes try to change the attribute in the Polygon to Raster - Tool within the "value_field" (using the ID field of the shape and not the max resistivity). So your output raster should have for each polygon a different ID without merging. Later you could do some join/spatial statistic operations to get the max resistivity for each "former" polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not try to reproduce the steps because we do not have the nescessary licences here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:55:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60950#M842</guid>
      <dc:creator>ThomasSteudel1</dc:creator>
      <dc:date>2015-05-07T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: polygon to raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60951#M843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIll the&lt;STRONG&gt; ID&lt;/STRONG&gt; field (Add Field, if necessary) of the polygon layer with values 1 and 2 for PolygonA and PolygonB respectively.&lt;/P&gt;&lt;P&gt;Convert the polygon to Raster using the ID field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60951#M843</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-05-07T11:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: polygon to raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60952#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a more complete explanation, for the good of the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The raster data model is based on a single value per cell for most operations. If you want to preserve attributes on the raster side, these suggestions are right on - specify the ObjectID field as a "Value field" for the Polygon To Raster tool, and then copy the polygon attributes over to the raster attribute table using the Join Field tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, for analysis purposes with raster tools like the Raster Calculator, it really does make sense to convert to raster using the field you will be analyzing. (The Lookup tool may be used in map algebra to access attributes for calculation purposes, but is generally more convenient and efficient to not have to use it.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 12:47:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60952#M844</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-07T12:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: polygon to raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60953#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all! solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 21:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/polygon-to-raster/m-p/60953#M845</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-05-07T21:06:54Z</dc:date>
    </item>
  </channel>
</rss>

