<?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: Need a work around since arcpy.conversion.FeatureToRaster doesn't put values in the &amp;quot;Value&amp;quot; field in the output raster in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614936#M95790</link>
    <description>&lt;P&gt;Oh, Thank you! I thought it was discontinued. A friend had mentioned it was going away and I needed to switch to the new one. haha. Problem solved!&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 12:13:02 GMT</pubDate>
    <dc:creator>AmyKeister</dc:creator>
    <dc:date>2025-05-15T12:13:02Z</dc:date>
    <item>
      <title>Need a work around since arcpy.conversion.FeatureToRaster doesn't put values in the "Value" field in the output raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614762#M95779</link>
      <description>&lt;P&gt;I am converting a polygon to a raster, using a field that I will later do some calculations on further down in my analysis. In the old&amp;nbsp; &lt;SPAN&gt;PolylineToRaster and PolygonToRaster commands, they would take the values from the field I choose, and use them to populate the "Value" field in the output raster. In the new arcpy.conversion.FeatureToRaster command, instead of putting the values I want to calculate on in the "Value" field in the resulting raster, this tool is pulling the values in an extra raster field that has the same name as the field from the polygon it was created from.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can't figure out the syntax to call on that field when I do processes on it later in the analysis. My work around has been to do an extra step of reclassifying the output raster, to create a raster with the values I want in the "Value" field. This causes extra processing time.&lt;/P&gt;&lt;P&gt;Can someone help me with the syntax to do analysis on the raster's field that is not the "Value" field. For example, I need to do cell statistics on several rasters that were created from vectors and I've tried a couple of ways to try to grab that other attribute, but haven't found the way that works.&amp;nbsp;I tried searching the forums, but I only found old posts about the raster calculator old dot notation syntax, which doesn't work:&lt;/P&gt;&lt;P&gt;arcpy.sa.CellStatistics(["[R1000].raster1000","[R100].raster100","R10].raster10"], "SUM","DATA","SINGLE_BAND")&lt;/P&gt;&lt;P&gt;In this example I have a raster saved in a geodatabase named R1000 and the PolygonToRaster tool put my values in an extra "raster1000" field instead of the "Value" field.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 20:58:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614762#M95779</guid>
      <dc:creator>AmyKeister</dc:creator>
      <dc:date>2025-05-14T20:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need a work around since arcpy.conversion.FeatureToRaster doesn't put values in the "Value" field in the output raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614794#M95780</link>
      <description>&lt;P&gt;PolygonToRaster still exists&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/polygon-to-raster.htm" target="_blank"&gt;Polygon to Raster (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;is there a reason you want to use FeatureToRaster?&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 21:34:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614794#M95780</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-05-14T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need a work around since arcpy.conversion.FeatureToRaster doesn't put values in the "Value" field in the output raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614871#M95787</link>
      <description>&lt;P&gt;A workaround could be to use &lt;FONT face="courier new,courier"&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/lookup.htm" target="_self"&gt;arcpy.sa.Lookup&lt;/A&gt;&lt;/FONT&gt;&amp;nbsp;if you don't want to continue using&amp;nbsp;&lt;SPAN&gt;PolygonToRaster.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 05:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614871#M95787</guid>
      <dc:creator>Luke_Pinner</dc:creator>
      <dc:date>2025-05-15T05:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need a work around since arcpy.conversion.FeatureToRaster doesn't put values in the "Value" field in the output raster</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614936#M95790</link>
      <description>&lt;P&gt;Oh, Thank you! I thought it was discontinued. A friend had mentioned it was going away and I needed to switch to the new one. haha. Problem solved!&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 12:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/need-a-work-around-since-arcpy-conversion/m-p/1614936#M95790</guid>
      <dc:creator>AmyKeister</dc:creator>
      <dc:date>2025-05-15T12:13:02Z</dc:date>
    </item>
  </channel>
</rss>

