<?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: Script for creating point/ cell for a whole raster in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203857#M15681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either split the raster, using a tool like &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z00000029000000"&gt;Extract by Attributes&lt;/A&gt; or &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Con/009z00000005000000/"&gt;Con&lt;/A&gt;, then Raster to Point, OR Raster to Point and then split the feature class by attributes. It's up to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 23:10:45 GMT</pubDate>
    <dc:creator>DarrenWiens2</dc:creator>
    <dc:date>2016-02-26T23:10:45Z</dc:date>
    <item>
      <title>Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203852#M15676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am searching for a script that will automated &lt;STRONG&gt;create a point in each cell's centre&lt;/STRONG&gt; for &lt;STRONG style="color: #606060;"&gt;all the cells of the raster&lt;/STRONG&gt; saving them in a Geodatabase (File or Personal). Is there something like that already, or does someone have any idea how to built it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 22:24:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203852#M15676</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2016-02-26T22:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203853#M15677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the &lt;A href="https://desktop.arcgis.com/en/arcmap/10.3/tools/conversion-toolbox/raster-to-point.htm"&gt;Raster to Point&lt;/A&gt; tool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 22:26:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203853#M15677</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-02-26T22:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203854#M15678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Darren but how many points can a feature class contain so as to be able to be processed? When I say process, I mean that the only process I want to do with this huge fc is just explode it to separate feature classes. My last try was a fc with over 5.000.000 pnts, which couldn't be manipulated very easily. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 22:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203854#M15678</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2016-02-26T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203855#M15679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Raster to Point tool will create a point for each pixel in the raster. If that creates too many points, then there are too many pixels. If you want fewer points, make a raster with fewer pixels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: what exactly are you trying to achieve and are you sure you can't do it completely with rasters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203855#M15679</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-02-26T23:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203856#M15680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All points will be in one feature class with the use of Raster To Point tool, but I want them to be separately, that's why I asked you about the capacity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203856#M15680</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2016-02-26T23:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203857#M15681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either split the raster, using a tool like &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z00000029000000"&gt;Extract by Attributes&lt;/A&gt; or &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Con/009z00000005000000/"&gt;Con&lt;/A&gt;, then Raster to Point, OR Raster to Point and then split the feature class by attributes. It's up to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203857#M15681</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-02-26T23:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script for creating point/ cell for a whole raster</title>
      <link>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203858#M15682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course! You are the best and I need some rest. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 23:37:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-creating-point-cell-for-a-whole-raster/m-p/203858#M15682</guid>
      <dc:creator>KONPETROV</dc:creator>
      <dc:date>2016-02-26T23:37:21Z</dc:date>
    </item>
  </channel>
</rss>

