<?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 Create points from slope raster? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1134333#M50095</link>
    <description>&lt;P&gt;Problem: identify locations of exposed cliffs and bluffs with a minimum slope angle.&amp;nbsp; I've created a DSM using 1m lidar and have performed slope analysis.&amp;nbsp; I'm interested in creating a point feature class that plots points for areas that contain certain slope characteristics.&amp;nbsp; For example, the attached pic shows slope values 75 degrees or steeper.&amp;nbsp; I'd like to perform a calculation that looks at the slope raster and assigns points to areas that are likely to contain cliffs that are, perhaps, a certain continuous length and minimum vertical relief.&amp;nbsp; Put simply, I'm looking for a model that analyzes a dsm and says, 'here's a point that might have a cliff.'&amp;nbsp; Using ArcGIS Pro 2.9.0&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 12:58:23 GMT</pubDate>
    <dc:creator>BrianTickle</dc:creator>
    <dc:date>2022-01-17T12:58:23Z</dc:date>
    <item>
      <title>Create points from slope raster?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1134333#M50095</link>
      <description>&lt;P&gt;Problem: identify locations of exposed cliffs and bluffs with a minimum slope angle.&amp;nbsp; I've created a DSM using 1m lidar and have performed slope analysis.&amp;nbsp; I'm interested in creating a point feature class that plots points for areas that contain certain slope characteristics.&amp;nbsp; For example, the attached pic shows slope values 75 degrees or steeper.&amp;nbsp; I'd like to perform a calculation that looks at the slope raster and assigns points to areas that are likely to contain cliffs that are, perhaps, a certain continuous length and minimum vertical relief.&amp;nbsp; Put simply, I'm looking for a model that analyzes a dsm and says, 'here's a point that might have a cliff.'&amp;nbsp; Using ArcGIS Pro 2.9.0&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 12:58:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1134333#M50095</guid>
      <dc:creator>BrianTickle</dc:creator>
      <dc:date>2022-01-17T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create points from slope raster?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1134366#M50098</link>
      <description>&lt;P&gt;have you tried query your slope raster to identify slopes within your desired slope range, using the Con statement or SetNull&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/image-analyst/setting-cell-values-to-nodata-with-setnull.htm" target="_blank"&gt;Setting values to NoData with Set Null—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;OutRas = SetNull(SlopeRaster &amp;lt;= ??, InRas1)&lt;/P&gt;&lt;P&gt;then extract to points&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-point.htm" target="_blank"&gt;Raster to Point (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 16:02:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1134366#M50098</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-17T16:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create points from slope raster?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1135883#M50331</link>
      <description>&lt;P&gt;That worked for isolating the slope range!&amp;nbsp; Thanks.&amp;nbsp; But do you know if there's a way extract the resulting raster to points without returning a point for every pixel?&amp;nbsp; Ideally, I'd like to extract a single point for a certain "volume" of slope.&amp;nbsp; By volume, I mean a certain count of contiguous pixels.&amp;nbsp; So, if in the slope raster I have one section of the raster with 100 contiguous pixels and another section with only 99 contiguous pixels, I'd like to extract only 1 point to be placed somewhere in the 100 pixel area.&amp;nbsp; Hopefully that makes sense.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 17:09:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1135883#M50331</guid>
      <dc:creator>BrianTickle</dc:creator>
      <dc:date>2022-01-21T17:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create points from slope raster?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1135921#M50338</link>
      <description>&lt;P&gt;not without converting to vector&lt;/P&gt;&lt;P&gt;raster zones to vector (eg raster to polygon)&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/raster-to-polygon.htm" target="_blank"&gt;Raster to Polygon (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You might need to run a MultipartToSinglePart tool on the above.&lt;/P&gt;&lt;P&gt;Then if you really need just a point in each polygon/raster zone, perhaps&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-to-point.htm" target="_blank"&gt;Feature To Point (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you perhaps could run&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-geometry.htm" target="_blank"&gt;Zonal Geometry (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;with the centroid option but that runs the possibility to have to run a RegionGroup to make sure each zone has a unique value (ie you might have several spatially separated zones with the same class)&lt;/P&gt;&lt;P&gt;then convert to point and use those points to extract the values&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 18:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-points-from-slope-raster/m-p/1135921#M50338</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-01-21T18:03:06Z</dc:date>
    </item>
  </channel>
</rss>

