<?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: Observer Points 3D Function/ Visibility Functions in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356582#M69329</link>
    <description>&lt;P&gt;you have negative values for RADIUS2?&amp;nbsp; I don't understand.&amp;nbsp; Aside from that it might be worth changing your aliases to radius2 etc.&amp;nbsp; I have a distant memory of having something similar before.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 21:13:47 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2023-12-04T21:13:47Z</dc:date>
    <item>
      <title>Observer Points 3D Function/ Visibility Functions</title>
      <link>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356479#M69326</link>
      <description>&lt;P&gt;H! I was looking at the ESRI documentation for the Observer Points 3d function:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/observer-points.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/observer-points.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found that these below are the default settings for Visibility Analysis for this function, as well as the Viewshed function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnjeliDubey_0-1701717064744.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87948i77FB57B3FC48130D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnjeliDubey_0-1701717064744.png" alt="AnjeliDubey_0-1701717064744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I use the python function to change these default settings? The only parameters I can find for the Observer Points 3d that can be altered are the z-factor, curvature correction, and refractivity coefficient. I even used the calculate field functions to change the attribute table of the input feature class, but it did not change the default settings of the function.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;CalculateField_management&lt;/SPAN&gt;&lt;SPAN&gt;(inputfeatureclass&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"RADIUS2"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;radius2distance&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"PYTHON_9.3"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 19:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356479#M69326</guid>
      <dc:creator>AnjeliDubey</dc:creator>
      <dc:date>2023-12-04T19:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Observer Points 3D Function/ Visibility Functions</title>
      <link>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356492#M69327</link>
      <description>&lt;P&gt;If you've got a numeric field called RADIUS2 populated with the values you need, then it should work.&amp;nbsp; My guess is you've got your dataframe or data in a geographic coordinate system rather than projected, but without seeing your data or outputs that's just an educated guess.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 19:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356492#M69327</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-04T19:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Observer Points 3D Function/ Visibility Functions</title>
      <link>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356570#M69328</link>
      <description>&lt;P&gt;My data is in a projected coordinate system, and this is what I changed the default settings to for 3 of the options above using CalculateField().&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnjeliDubey_0-1701722570503.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87976i9D40F1C93B8C636E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnjeliDubey_0-1701722570503.png" alt="AnjeliDubey_0-1701722570503.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what the attribute table looks like for the output. Range and ObserverHgt are aliases for RADIUS2 and OFFSET A, respectively.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnjeliDubey_1-1701722776768.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87977i1C41B80041C8AEAA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnjeliDubey_1-1701722776768.png" alt="AnjeliDubey_1-1701722776768.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, no matter what value I change these options to, it always returns the same viewshed, as if the values in the attribute table did not affect the output of the function ObserverPoints at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 20:49:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356570#M69328</guid>
      <dc:creator>AnjeliDubey</dc:creator>
      <dc:date>2023-12-04T20:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Observer Points 3D Function/ Visibility Functions</title>
      <link>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356582#M69329</link>
      <description>&lt;P&gt;you have negative values for RADIUS2?&amp;nbsp; I don't understand.&amp;nbsp; Aside from that it might be worth changing your aliases to radius2 etc.&amp;nbsp; I have a distant memory of having something similar before.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 21:13:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/observer-points-3d-function-visibility-functions/m-p/1356582#M69329</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2023-12-04T21:13:47Z</dc:date>
    </item>
  </channel>
</rss>

