<?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: Reading X and Y coordinate of each grid cell in a raster in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174565#M13444</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;SPAN&gt;You can read XY of first cell (from raster extent) of raster and cell size, then having row and column number of cell compute coordinates of cell center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 13:06:01 GMT</pubDate>
    <dc:creator>ArkadiuszMatoszka</dc:creator>
    <dc:date>2012-11-26T13:06:01Z</dc:date>
    <item>
      <title>Reading X and Y coordinate of each grid cell in a raster</title>
      <link>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174562#M13441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me in the following?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am reading the value of every grid cell in a raster file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I also need to read the X, Y coordinates of these grid cells (more specifically the coordinates in the center of each cell). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to do so? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 07:59:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174562#M13441</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-26T07:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading X and Y coordinate of each grid cell in a raster</title>
      <link>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174563#M13442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look here:&lt;/SPAN&gt;&lt;BR /&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;http://gis.stackexchange.com/questions/20783/how-to-get-x-y-coordinates-and-cell-value-of-each-pixel-in-a-raster-using-python&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for some useful solutions including Raster to Point, output to CSV and direct cell-by-cell calculations...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 08:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174563#M13442</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-11-26T08:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Reading X and Y coordinate of each grid cell in a raster</title>
      <link>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174564#M13443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is a really good the link that you post it... however I need to get (read) the X, Y coordinates in the center of every cell, in this phase. I don't want to save them in a file... just read them... is there any other way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 10:12:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174564#M13443</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-26T10:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reading X and Y coordinate of each grid cell in a raster</title>
      <link>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174565#M13444</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;SPAN&gt;You can read XY of first cell (from raster extent) of raster and cell size, then having row and column number of cell compute coordinates of cell center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//018z00000051000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 13:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reading-x-and-y-coordinate-of-each-grid-cell-in-a/m-p/174565#M13444</guid>
      <dc:creator>ArkadiuszMatoszka</dc:creator>
      <dc:date>2012-11-26T13:06:01Z</dc:date>
    </item>
  </channel>
</rss>

