<?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: lat long and values of each pixel in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590880#M33381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It can be done using Python. Take a look at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/20783/how-to-get-x-y-coordinates-and-cell-value-of-each-pixel-in-a-raster-using-python"&gt;gis stackexchange &lt;/A&gt;&lt;SPAN&gt;forum post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Nov 2013 17:59:36 GMT</pubDate>
    <dc:creator>NidhinKarthikeyan</dc:creator>
    <dc:date>2013-11-24T17:59:36Z</dc:date>
    <item>
      <title>lat long and values of each pixel</title>
      <link>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590879#M33380</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;Is there any way to get the x, y coordinates of each pixel and the corresponding pixel value in arcmap 10 (and whether I can export to excel)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a ot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 14:28:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590879#M33380</guid>
      <dc:creator>KuntalSingh</dc:creator>
      <dc:date>2013-11-24T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: lat long and values of each pixel</title>
      <link>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590880#M33381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It can be done using Python. Take a look at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/20783/how-to-get-x-y-coordinates-and-cell-value-of-each-pixel-in-a-raster-using-python"&gt;gis stackexchange &lt;/A&gt;&lt;SPAN&gt;forum post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 17:59:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590880#M33381</guid>
      <dc:creator>NidhinKarthikeyan</dc:creator>
      <dc:date>2013-11-24T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: lat long and values of each pixel</title>
      <link>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590881#M33382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RasterToPoint &amp;amp; Add_XY are probably what you need. But if the Raster is large then that is a lot of points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why would you need to look at it in Excel anyway?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;N&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 06:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590881#M33382</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2013-11-25T06:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: lat long and values of each pixel</title>
      <link>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590882#M33383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes,&lt;BR /&gt;RasterToPoint &amp;amp; Add_XY are probably what you need. But if the Raster is large then that is a lot of points.&lt;BR /&gt;Why would you need to look at it in Excel anyway?&lt;BR /&gt;&lt;BR /&gt;N&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Well I am trying to calculate&amp;nbsp; evapotranspiration for each grid for the month of January using the formula: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PE = 16*C*(10Tm/I)^a&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where PE= Potential evapotranspiration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tm= January average temperature &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I= Σ (Tm / 5)^1.51&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a= (67.5 x 10-8 * I^3) �?? (77.1 x 10-6 * I^2) + (0.0179 * I) + 0.492&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C= daylight coefficient &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the value of C is calculated as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C = 0.0721x + 0.5414 where x is the lat value of each grid&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I wanted to have lat value of each grid, use it to calculate C for each grid and use the C for calculating PE for the grid. It sounds way to complicated. Any idea if this can be done using raster calculator?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 12:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/lat-long-and-values-of-each-pixel/m-p/590882#M33383</guid>
      <dc:creator>KuntalSingh</dc:creator>
      <dc:date>2013-11-25T12:50:42Z</dc:date>
    </item>
  </channel>
</rss>

