<?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: Pixel/cell count within a raster map in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315501#M18096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just an idea but couldnt you convert raster to polygon. Then dissolve all the polygons that make up the lake into one polygon and then use that as the feature in zonal statistics?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 09:49:18 GMT</pubDate>
    <dc:creator>GeospatialTechnology</dc:creator>
    <dc:date>2012-03-16T09:49:18Z</dc:date>
    <item>
      <title>Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315496#M18091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a Swedish student styding a beginners course in GIS and I have a question. I'm working with a raster map and want to count the numbers of pixels/cells within an area in the map (a lake). Is this possible? The purpose is to calculate the area of the lake and I dont want to use the measure tool because the map isn't exactly projected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate support!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter Nilsson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315496#M18091</guid>
      <dc:creator>PeterNilsson</dc:creator>
      <dc:date>2012-03-09T12:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315497#M18092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000w8000000.htm" rel="nofollow" target="_blank"&gt;Zonal Statistics as a table&lt;/A&gt;&lt;SPAN&gt; can count the number of pixels that fall within the feature.&amp;nbsp; However, you should still project the lake (polygon) and the raster to the same coordinate system and be sure they overlap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:45:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315497#M18092</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-03-09T12:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315498#M18093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer och tip! However I didn´t managed to count all pixels within the lakes border. The lake is not a polygon but a part of the raster map. But perhaps you ment that I should convert to polygon? I would like a tool how can delimit an area within a raster map and count the number of pixels within the area. In that case I'll could manually draw a line around the lake and get the the number of pixels as an outcome. Is there a tool like that or is there even a better way to accomplish my objective? I haven't worked with raster that much. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2012 15:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315498#M18093</guid>
      <dc:creator>PeterNilsson</dc:creator>
      <dc:date>2012-03-11T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315499#M18094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the lake is one value you could &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extract_by_Attributes/009z00000029000000/"&gt;extract that portion of the raster by attribute&lt;/A&gt;&lt;SPAN&gt; and then make that particular raster the 'zone.'&amp;nbsp; In the Zonal statistics tool, you can use a raster as long as it is an integer and the values for the zone are homogenous.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is not just a simple tool you can freehand a graphic and any created tool like that will likely contain the same tools mentioned above.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 13:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315499#M18094</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-03-12T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315500#M18095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are several different values within the lake so I guess its impossible. Thanks anyway!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 17:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315500#M18095</guid>
      <dc:creator>PeterNilsson</dc:creator>
      <dc:date>2012-03-12T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315501#M18096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just an idea but couldnt you convert raster to polygon. Then dissolve all the polygons that make up the lake into one polygon and then use that as the feature in zonal statistics?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 09:49:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315501#M18096</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2012-03-16T09:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315502#M18097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the tip yppmark! However, I haven't been able to convert the raster into polygon, I only get a message saying "error 999999".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 12:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315502#M18097</guid>
      <dc:creator>PeterNilsson</dc:creator>
      <dc:date>2012-03-22T12:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315503#M18098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you performed any generalization to clean up the raster prior to converting it to polygons?&amp;nbsp; Many of the outputs from the conversion are not what is intended if the raster is too variable, you create a lot of small polygons, which end up being more problematic than the original raster.&amp;nbsp; Be sure to create a feature class instead of a shapefile to avoid the size limitation of a shapefile.&amp;nbsp; I would recommend trying a subset of the raster and also trying some of the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Generalization_tools/009z00000033000000/"&gt;generalization tools&lt;/A&gt;&lt;SPAN&gt; to clean up the edges or perhaps &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Reclassify/009z000000sr000000/"&gt;reclass the raster&lt;/A&gt;&lt;SPAN&gt; into definitive areas prior to conversion.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 13:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315503#M18098</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-03-22T13:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel/cell count within a raster map</title>
      <link>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315504#M18099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No I haven't done any generalization, thanks for the tip, I will try this when I have time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 08:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/pixel-cell-count-within-a-raster-map/m-p/315504#M18099</guid>
      <dc:creator>PeterNilsson</dc:creator>
      <dc:date>2012-03-23T08:21:06Z</dc:date>
    </item>
  </channel>
</rss>

