<?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: Arcpy - Get Cell value of CutFill raster in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728907#M56503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you close this thread please if an answer was obtained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 09:14:04 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-05-19T09:14:04Z</dc:date>
    <item>
      <title>Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728902#M56498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I finished implement the Volume calculation using Cut/Fill tool. As you know CutFill tool give us a raster file with an attribute table include the volume change of 2 surface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there a way that we can&amp;nbsp;get the information (coordinate) of the cell corresponding with each row in attribute table, I mean i want to know the position (coordinate) and volume changed of cells in CutFill raster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 03:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728902#M56498</guid>
      <dc:creator>neolab</dc:creator>
      <dc:date>2017-05-19T03:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728903#M56499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table represents zones meeting a condition (&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/3d-analyst-toolbox/how-cut-fill-works.htm"&gt;see this link&lt;/A&gt;) So if you only need particular zones, it would be wise to query for that condition first, then use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/raster-to-point.htm"&gt;Raster to Point&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 03:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728903#M56499</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-19T03:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728904#M56500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Mr Dan Patterson, &lt;BR /&gt;if i want to get all the Zone in the Attribute table so what i should do in this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 04:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728904#M56500</guid>
      <dc:creator>neolab</dc:creator>
      <dc:date>2017-05-19T04:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728905#M56501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want all the points in the raster, then just use the raster to point tool.&amp;nbsp; If you just want those for a particular zone, query for it in the raster calculator, then use the same tool.&amp;nbsp; Alternately, you can convert the raster to a NumPyArray and work in pure python numpy... but I suspect you haven't ventured there yet (check my blog for numpy related links and examples of working with rasters)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 04:21:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728905#M56501</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-19T04:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728906#M56502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanh you very much Mr Patterson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 06:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728906#M56502</guid>
      <dc:creator>neolab</dc:creator>
      <dc:date>2017-05-19T06:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy - Get Cell value of CutFill raster</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728907#M56503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you close this thread please if an answer was obtained&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:14:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-get-cell-value-of-cutfill-raster/m-p/728907#M56503</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-19T09:14:04Z</dc:date>
    </item>
  </channel>
</rss>

