<?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: how to extract perimeter cells from raster in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583537#M8465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Cathy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have Spatial Analyst extension, here's what you can try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a polyline for the boundary of your raster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000sr000000.htm"&gt;Reclassify&lt;/A&gt;&lt;SPAN&gt; your raster to 1 value. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Convert &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000008000000"&gt;Raster to Polygon&lt;/A&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000800000019000000.htm"&gt;Buffer&lt;/A&gt;&lt;SPAN&gt; it inside with 1/2 the cell size and convert it to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003t000000"&gt;Line&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Run &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000002n000000.htm"&gt;Extract by mask&lt;/A&gt;&lt;SPAN&gt; tool and use the polyline feature as mask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Convert your output (mask) &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000007000000"&gt;raster into points&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(grid_code is the pixel values from your runoff raster for each cells)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 3D Analyst extensions, here's what you can use: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000007s000000"&gt;Raster Domain&lt;/A&gt;&lt;SPAN&gt; tool to create a 3D polyline&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Convert each vertices of the polyline into points using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003p000000"&gt;Feature Vertices to Point&lt;/A&gt;&lt;SPAN&gt; (requires ArcInfo)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Run &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000005z000000"&gt;Add Z information&lt;/A&gt;&lt;SPAN&gt; tool to get Z values into the attribute table for the points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Z values are the pixel values from your runoff raster for each cells). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 16:13:40 GMT</pubDate>
    <dc:creator>PrasantaBhattarai</dc:creator>
    <dc:date>2012-02-29T16:13:40Z</dc:date>
    <item>
      <title>how to extract perimeter cells from raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583536#M8464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a raster dataset from which I need to extract all the cells representing the perimeter (the raster is of runoff, and I need all coastal runoff).&amp;nbsp; I was thinking that I could query cells that neighbor a null value (non-land is null value), but I don't know how to craft such a query, or if there's a tool already in place to do this.&amp;nbsp; Any other ideas of how to select perimeter cells?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cathy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 04:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583536#M8464</guid>
      <dc:creator>CathyReidy_Liermann</dc:creator>
      <dc:date>2012-02-29T04:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perimeter cells from raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583537#M8465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Cathy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have Spatial Analyst extension, here's what you can try:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a polyline for the boundary of your raster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000sr000000.htm"&gt;Reclassify&lt;/A&gt;&lt;SPAN&gt; your raster to 1 value. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Convert &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000008000000"&gt;Raster to Polygon&lt;/A&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//000800000019000000.htm"&gt;Buffer&lt;/A&gt;&lt;SPAN&gt; it inside with 1/2 the cell size and convert it to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003t000000"&gt;Line&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Run &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000002n000000.htm"&gt;Extract by mask&lt;/A&gt;&lt;SPAN&gt; tool and use the polyline feature as mask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Convert your output (mask) &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001200000007000000"&gt;raster into points&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(grid_code is the pixel values from your runoff raster for each cells)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 3D Analyst extensions, here's what you can use: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000007s000000"&gt;Raster Domain&lt;/A&gt;&lt;SPAN&gt; tool to create a 3D polyline&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Convert each vertices of the polyline into points using &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003p000000"&gt;Feature Vertices to Point&lt;/A&gt;&lt;SPAN&gt; (requires ArcInfo)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Run &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q90000005z000000"&gt;Add Z information&lt;/A&gt;&lt;SPAN&gt; tool to get Z values into the attribute table for the points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Z values are the pixel values from your runoff raster for each cells). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583537#M8465</guid>
      <dc:creator>PrasantaBhattarai</dc:creator>
      <dc:date>2012-02-29T16:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to extract perimeter cells from raster</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583538#M8466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much!&amp;nbsp; I did the first option in SA and it worked great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cathy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 17:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-extract-perimeter-cells-from-raster/m-p/583538#M8466</guid>
      <dc:creator>CathyReidy_Liermann</dc:creator>
      <dc:date>2012-03-27T17:23:14Z</dc:date>
    </item>
  </channel>
</rss>

