<?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: Viewshed - point height in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295593#M69815</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/using-viewshed-and-observer-points-for-visibility.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/using-viewshed-and-observer-points-for-visibility.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;heading - 'Controlling the visibility analysis'&lt;/P&gt;&lt;P&gt;add a field called 'OFFSETA' and values are height to be added to each point.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Jun 2023 13:22:18 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-06-03T13:22:18Z</dc:date>
    <item>
      <title>Viewshed - point height</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295588#M69813</link>
      <description>&lt;P&gt;Hi, Any help much appreciated. I am using Visibility (Spatial Analyst). I have an observer point and I want to know what was visible in the surrounding landscape. Therefore,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input raster = DTM&lt;/P&gt;&lt;P&gt;Input point: this is the point (call it point A) from which I am making the observation&lt;/P&gt;&lt;P&gt;Observer offset: 1.75 (this adds 1.75m to point A, to model human observer height).&lt;/P&gt;&lt;P&gt;This works fine. However, I some other points in the map (points B and C) that I want to add a height value for to represent buildings (say 12 metres). I think this needs to go into the attribute table for those points, but I am not sure how I do this, under what field etc., to make the viewshed analysis take their height into account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 09:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295588#M69813</guid>
      <dc:creator>NeilGodfrey</dc:creator>
      <dc:date>2023-06-03T09:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed - point height</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295593#M69815</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/using-viewshed-and-observer-points-for-visibility.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/using-viewshed-and-observer-points-for-visibility.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;heading - 'Controlling the visibility analysis'&lt;/P&gt;&lt;P&gt;add a field called 'OFFSETA' and values are height to be added to each point.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 13:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295593#M69815</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-06-03T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed - point height</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295620#M69823</link>
      <description>&lt;P&gt;Many thanks, but I understand that OFFSET A adds the height values to the observation point. My observation height is human 1.75m. I want to add the height of another point to represent a building. Everything I try fails on this. The issue seems to be where do I put the OFFSET B height value in order to include the building in the analysis. I tried firstly, putting the OFFSET B height value into the same attribute table (different point) as the observer point, and added OFFSET B to Surface offset, but as the two points are in the same feature class it just did a viewshed from each. I tried use different features classes for the two points, and then the analysis cannot find offset B. I only want to add one building height and have it included in the analysis.&amp;nbsp;Perhaps I need to simply add a field in the attribute table for height, but what would I call it to ensure it is considered?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 09:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295620#M69823</guid>
      <dc:creator>NeilGodfrey</dc:creator>
      <dc:date>2023-06-04T09:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed - point height</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295632#M69826</link>
      <description>&lt;P&gt;You need to burn those buildings into your DEM.&amp;nbsp; Convert the building polygons into a raster (ensure you match the cell size and snap raster of your DEM).&amp;nbsp; Then Raster Calculator Ras1 + Ras2 (ensure NoData is set to 0)&amp;nbsp; Then run your analysis using this new raster.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 13:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295632#M69826</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-06-04T13:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Viewshed - point height</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295644#M69828</link>
      <description>&lt;P&gt;Thanks much appreciated - will have a go at that. Was on the wrong track with this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 17:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/viewshed-point-height/m-p/1295644#M69828</guid>
      <dc:creator>NeilGodfrey</dc:creator>
      <dc:date>2023-06-04T17:56:52Z</dc:date>
    </item>
  </channel>
</rss>

